linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-28 02:58:25 to 2019-04-08 14:59:08 UTC [more...]

[PATCH v4 0/6] lib/string: Add strscpy_pad() function
 2019-04-08 14:59 UTC  (20+ messages)
` [PATCH v4 1/6] lib/test_printf: Add empty module_exit function
` [PATCH v4 2/6] kselftest: Add test runner creation script
` [PATCH v4 3/6] kselftest: Add test module framework header
` [PATCH v4 4/6] lib: Use new kselftest header
` [PATCH v4 5/6] lib/string: Add strscpy_pad() function
` [PATCH v4 6/6] lib: Add test module for strscpy_pad

[RFC PATCH 0/2] Kselftest shell (or even C) API
 2019-04-08 13:25 UTC  (24+ messages)
` [RFC PATCH 1/2] selftests: Start shell API
` [RFC PATCH 2/2] selftest/kexec: Use kselftest "

next-20190408 kselftest results
 2019-04-08  6:00 UTC  (2+ messages)

[PATCH bpf-next v2 5/5] selftests: bpf: test writable buffers in raw tps
 2019-04-05 23:55 UTC  (2+ messages)

next-20190405 kselftest results
 2019-04-05 19:00 UTC  (2+ messages)

[PATCH v5 0/9] selftests/kexec: add kexec tests
 2019-04-05 18:35 UTC  (7+ messages)
` [PATCH] selftests/kexec: update get_secureboot_mode

[PATCH v10 5/9] kselftests: cgroup: don't fail on cg_kill_all() error in cg_destroy()
 2019-04-05 17:47 UTC  (4+ messages)
` [PATCH v10 6/9] kselftests: cgroup: add freezer controller self-tests

[PATCH] selftests : netfilter: Wrote a error and exit code for a command which needed veth kernel module
 2019-04-05 16:33 UTC  (2+ messages)

[PATCH v3 0/7] lib/string: Add strscpy_pad() function
 2019-04-04 23:16 UTC  (36+ messages)
` [PATCH v3 1/7] lib/test_printf: Add empty module_exit function
` [PATCH v3 2/7] kselftest: Add test runner creation script
` [PATCH v3 3/7] kselftest/lib: Use new shell runner to define tests
` [PATCH v3 4/7] kselftest: Add test module framework header
` [PATCH v3 5/7] lib: Use new kselftest header
` [PATCH v3 6/7] lib/string: Add strscpy_pad() function
` [PATCH v3 7/7] lib: Add test module for strscpy_pad

[PATCH v1 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-04-04 22:06 UTC  (36+ messages)
` [PATCH v1 01/17] kunit: test: add KUnit test runner core
` [PATCH v1 02/17] kunit: test: add test resource management API
` [PATCH v1 03/17] kunit: test: add string_stream a std::stream like string builder
` [PATCH v1 04/17] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v1 05/17] kunit: test: add the concept of expectations
` [PATCH v1 06/17] kbuild: enable building KUnit
` [PATCH v1 07/17] kunit: test: add initial tests
` [PATCH v1 08/17] kunit: test: add support for test abort
` [PATCH v1 09/17] kunit: test: add tests for kunit "
` [PATCH v1 10/17] kunit: test: add the concept of assertions
` [PATCH v1 11/17] kunit: test: add test managed resource tests
` [PATCH v1 12/17] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v1 13/17] kunit: defconfig: add defconfigs for building "
` [PATCH v1 14/17] Documentation: kunit: add documentation for KUnit
` [PATCH v1 15/17] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v1 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v1 17/17] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

next-20190404 kselftest results
 2019-04-04  9:00 UTC  (2+ messages)

[PATCH v2 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-04-04  3:54 UTC  (14+ messages)

[PATCH v11 00/14] arm64: untag user pointers passed to the kernel
 2019-04-03 16:50 UTC  (6+ messages)
` [PATCH v2 0/4] arm64 relaxed ABI
  ` [PATCH v2 2/4] arm64: Define Documentation/arm64/elf_at_flags.txt

[PATCH v3.1] selftests: Clean up module testing shell script
 2019-04-03 15:28 UTC  (8+ messages)

next-20190403 kselftest results
 2019-04-03 13:00 UTC  (2+ messages)

next-20190402 kselftest results
 2019-04-02 19:00 UTC  (2+ messages)

next-20190401 kselftest results
 2019-04-02 15:00 UTC  (2+ messages)

[PATCH v15 6/6] selftests: media_dev_allocator api test
 2019-04-02  0:40 UTC  (2+ messages)

about selftests/netfilter test related issue
 2019-04-01 20:45 UTC  (10+ messages)

[PATCH bpf-next 0/4] L2 encap support for bpf_skb_adjust_room
 2019-04-01 17:47 UTC  (20+ messages)
` [PATCH bpf-next 1/4] selftests_bpf: extend test_tc_tunnel for UDP encap
` [PATCH bpf-next 2/4] bpf: add layer 2 encap support to bpf_skb_adjust_room
` [PATCH bpf-next 3/4] bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2
` [PATCH bpf-next 4/4] selftests_bpf: extend test_tc_tunnel.sh test for L2 encap

[PATCH v14 6/6] selftests: media_dev_allocator api test
 2019-03-30  1:54 UTC  (2+ messages)

next-20190329 kselftest results
 2019-03-29  7:00 UTC  (2+ messages)

[PATCH v13 6/6] selftests: media_dev_allocator api test
 2019-03-29  0:05 UTC  (2+ messages)

[PATCH v2 1/4] lockdep: Add assertion to check if in an interrupt
 2019-03-28 15:06 UTC  (10+ messages)
` [PATCH v2 2/4] rcutree: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle

next-20190328 kselftest results
 2019-03-28  8:00 UTC  (2+ messages)

[PATCH] selftests:powerpc/tm/tm-vmx-unavail.c : Remove duplicate header
 2019-03-28  6:33 UTC  (3+ messages)

[bug report] selftests: cgroup: add memory controller self-tests
 2019-03-28  2:58 UTC  (5+ messages)


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).