messages from 2019-10-15 14:13:54 to 2019-10-23 21:26:05 UTC [more...]
[PATCH linux-kselftest/test v4] lib/list-test: add a test for the 'list' doubly linked list
2019-10-23 21:25 UTC (4+ messages)
syzkaller reproducers
2019-10-23 13:24 UTC (11+ messages)
` [Automated-testing] "
Linux-5.4: bpf: test_core_reloc_arrays.o: Segmentation fault with llc -march=bpf
2019-10-23 8:49 UTC (5+ messages)
next-20191023 kselftest results
2019-10-23 6:00 UTC
[BUGFIX PATCH v3 0/5] selftests: Fixes for 32bit arch
2019-10-23 4:58 UTC (6+ messages)
` [BUGFIX PATCH v3 1/5] selftests: proc: Make va_max 1MB
` [BUGFIX PATCH v3 2/5] selftests: vm: Build/Run 64bit tests only on 64bit arch
` [BUGFIX PATCH v3 3/5] selftests: net: Use size_t and ssize_t for counting file size
` [BUGFIX PATCH v3 4/5] selftests: net: Fix printf format warnings on arm
` [BUGFIX PATCH v3 5/5] selftests: sync: Fix cast "
[BUGFIX PATCH v2 0/5] selftests: Fixes for 32bit arch
2019-10-23 4:51 UTC (9+ messages)
` [BUGFIX PATCH v2 1/5] selftests: proc: Make va_max 1GB on "
` [BUGFIX PATCH v2 2/5] selftests: vm: Build/Run 64bit tests only on 64bit arch
` [BUGFIX PATCH v2 3/5] selftests: net: Use size_t and ssize_t for counting file size
` [BUGFIX PATCH v2 4/5] selftests: net: Fix printf format warnings on arm
` [BUGFIX PATCH v2 5/5] selftests: sync: Fix cast "
[PATCH linux-kselftest/test v5] lib/list-test: add a test for the 'list' doubly linked list
2019-10-22 22:13 UTC
[PATCH 0/1] mm/gup_benchmark: fix MAP_HUGETLB case
2019-10-22 21:34 UTC (7+ messages)
` [PATCH 1/1] "
[PATCH] selftests: settings: tests can be in subsubdirs
2019-10-22 17:12 UTC
next-20191021 kselftest results
2019-10-22 15:01 UTC
Linux-5.4: bpf: test_core_reloc_arrays.o: Segmentation fault with llc -march=bpf
2019-10-22 14:12 UTC
[PATCH][v3] kselftest: Fix NULL INSTALL_PATH for TARGETS runlist
2019-10-22 13:27 UTC
[PATCH] kselftest: Fix NULL INSTALL_PATH for TARGETS runlist
2019-10-22 9:49 UTC (4+ messages)
[PATCH 2/2][SRU][DISCO][EOAN] UBUNTU: SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test
2019-10-22 9:33 UTC (2+ messages)
next-20191022 kselftest results
2019-10-22 6:02 UTC
[PATCH][v2] kselftest: Fix NULL INSTALL_PATH for TARGETS runlist
2019-10-22 3:55 UTC
[PATCH v3 1/2] clone3: add CLONE_CLEAR_SIGHAND
2019-10-21 19:42 UTC (5+ messages)
[PATCH v6 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
2019-10-21 19:29 UTC (4+ messages)
` [PATCH v6 5/9] hugetlb: disable region_add file_region coalescing
[PATCH] seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test
2019-10-21 16:20 UTC (3+ messages)
[BUGFIX PATCH 0/5] selftests: Fixes for 32bit arch
2019-10-21 7:24 UTC (3+ messages)
Linux-5.4: bpf: test_core_reloc_arrays.o: Segmentation fault with llc -march=bpf
2019-10-21 3:50 UTC (2+ messages)
[Bug report] "make run_tests -C bpf" hanging forever
2019-10-21 1:42 UTC (6+ messages)
[PATCH v2] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'
2019-10-20 13:17 UTC
Linux-5.4-rc3+: bpf: progs/test_core_reloc_ints.c:32:6: error: using builtin_preserve_access_index() without -g
2019-10-20 10:53 UTC
Plan for hybrid testing
2019-10-19 18:44 UTC (14+ messages)
[PATCH linux-kselftest/test v1] apparmor: add AppArmor KUnit tests for policy unpack
2019-10-19 18:36 UTC (8+ messages)
next-20191018 kselftest results
2019-10-19 5:03 UTC
[PATCH AUTOSEL 5.3 22/89] kselftest: exclude failed TARGETS from runlist
2019-10-18 22:02 UTC (2+ messages)
` [PATCH AUTOSEL 5.3 23/89] selftests/kselftest/runner.sh: Add 45 second timeout per test
kunit.py should default to --build_dir=.kunit
2019-10-18 22:22 UTC (8+ messages)
[PATCH linux-kselftest/test v2] lib/list-test: add a test for the 'list' doubly linked list
2019-10-18 21:24 UTC (9+ messages)
[PATCH linux-kselftest/test v2] ext4: add kunit test for decoding extended timestamps
2019-10-18 20:24 UTC (28+ messages)
[PATCH 1/2] pidfd: verify task is alive when printing fdinfo
2019-10-18 15:05 UTC (20+ messages)
` [PATCH 2/2] test: verify fdinfo for pidfd of reaped process
` [PATCH v2 1/5] pidfd: verify task is alive when printing fdinfo
` [PATCH v2 2/5] test: verify fdinfo for pidfd of reaped process
` [PATCH v2 3/5] pid: use task_alive() in __change_pid()
` [PATCH v2 4/5] exit: use task_alive() in do_wait()
` [PATCH v2 5/5] pid: use task_alive() in pidfd_open()
` [PATCH v3 1/5] pidfd: check pid has attached task in fdinfo
` [PATCH v3 2/5] test: verify fdinfo for pidfd of reaped process
` [PATCH v3 3/5] pid: use pid_has_task() in __change_pid()
` [PATCH v3 4/5] exit: use pid_has_task() in do_wait()
` [PATCH v3 5/5] pid: use pid_has_task() in pidfd_open()
[PATCH v2 linux-kselftest-test 0/3] kunit: support building core/tests as modules
2019-10-18 12:21 UTC (12+ messages)
` [PATCH v2 linux-kselftest-test 1/3] kunit: allow kunit tests to be loaded as a module
[PATCH v2] selftests: Add kselftest-all and kselftest-install targets
2019-10-17 22:51 UTC (4+ messages)
[PATCH linux-kselftest/test v6] ext4: add kunit test for decoding extended timestamps
2019-10-17 22:21 UTC (2+ messages)
[PATCH linux-kselftest/test v5] ext4: add kunit test for decoding extended timestamps
2019-10-17 22:12 UTC (3+ messages)
[PATCH v3 linux-kselftest-test 0/6] kunit: support building core/tests as modules
2019-10-17 18:07 UTC (7+ messages)
` [PATCH v3 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit/string-stream-impl.h
` [PATCH v3 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
` [PATCH v3 linux-kselftest-test 3/6] kunit: add kunit_find_symbol() function for symbol lookup
` [PATCH v3 linux-kselftest-test 4/6] kunit: allow kunit tests to be loaded as a module
` [PATCH v3 linux-kselftest-test 5/6] kunit: allow kunit "
` [PATCH v3 linux-kselftest-test 6/6] kunit: update documentation to describe module-based build
[PATCH linux-kselftest/test v5] ext4: add kunit test for decoding extended timestamps
2019-10-17 13:03 UTC (4+ messages)
[PATCH v3 0/3] ftrace: Introduce PERMANENT ftrace_ops flag
2019-10-17 7:25 UTC (15+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] selftests/livepatch: Make dynamic debug setup and restore generic
` [PATCH v3 3/3] selftests/livepatch: Test interaction with ftrace_enabled
[PATCH linux-kselftest/test v3] lib/list-test: add a test for the 'list' doubly linked list
2019-10-16 21:57 UTC
Bugzilla Component for KUnit?
2019-10-16 21:05 UTC (6+ messages)
` [Kernel.org Helpdesk #80110] "
[PATCH linux-kselftest/test v4] ext4: add kunit test for decoding extended timestamps
2019-10-16 20:58 UTC (3+ messages)
[PATCH linux-kselftest/test v3] ext4: add kunit test for decoding extended timestamps
2019-10-16 14:54 UTC (2+ messages)
Linux 5.4 - bpf test build fails
2019-10-16 10:35 UTC
next-20191016 kselftest results
2019-10-16 9:00 UTC
[PATCH] kernel-doc: rename the kernel-doc directive 'functions' to 'specific'
2019-10-16 0:48 UTC (9+ messages)
[PATCH] selftests: Fix O= and KBUILD_OUTPUT handling for relative paths
2019-10-16 0:34 UTC (3+ messages)
[PATCH] pidfd: fix selftest compilation by removing linux/wait.h
2019-10-15 19:38 UTC (4+ messages)
` [PATCH v2] pidfd: avoid linux/wait.h and sys/wait.h name clashes
[ANN] New git repository for Autogenerated regression tests
2019-10-15 16:41 UTC
[PATCH v2] riscv: add support for SECCOMP and SECCOMP_FILTER
2019-10-15 16:27 UTC (4+ messages)
next-20191015 kselftest results
2019-10-15 16:00 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).