Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2019-05-11 02:52:49 to 2019-05-15 10:04:00 UTC [more...]

[PATCH 1/2] pid: add pidfd_open()
 2019-05-15 10:04 UTC  (4+ messages)
` [PATCH 2/2] tests: add pidfd_open() tests

[PATCH 1/3] kselftest/cgroup: fix unexcepted testing failure on test_memcontrol
 2019-05-15  9:07 UTC  (6+ messages)
` [PATCH 2/3] kselftest/cgroup: fix unexcepted testing failure on test_core
` [PATCH 3/3] kselftest/cgroup: fix incorrect test_core skip

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-15  7:41 UTC  (56+ messages)

[PATCH v2] selftests: netfilter: missing error check when setting up veth interface
 2019-05-15  6:44 UTC  (2+ messages)

[PATCH] selftests: drivers: Create .gitignore to include /dma-buf/udmabuf
 2019-05-14 23:28 UTC  (4+ messages)

[PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
 2019-05-14 23:26 UTC  (4+ messages)

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

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

[PATCH] selftests: avoid KBUILD_OUTPUT dir cluttering with selftest objects
 2019-05-14 22:42 UTC  (2+ messages)

next-20190510 kselftest results
 2019-05-14 21:49 UTC  (10+ messages)

[PATCH v2 1/2] Add polling support to pidfd
 2019-05-14 15:17 UTC  (9+ messages)
` [PATCH v2 2/2] Add selftests for pidfd polling

[PATCH] KVM: selftests: Fix a condition in test_hv_cpuid()
 2019-05-14 13:22 UTC  (4+ messages)

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-14  8:22 UTC  (7+ messages)

[PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore
 2019-05-13 14:03 UTC  (4+ messages)

selftests: bpf: test_sock: WARNING: workqueue.c:3030 __flush_work+0x3fc/0x470
 2019-05-13 13:19 UTC  (2+ messages)

next-20190513 kselftest results
 2019-05-13  9:00 UTC  (2+ messages)

[PATCH 2/4] x86/kprobes: Fix frame pointer annotations
 2019-05-13  8:15 UTC  (10+ messages)

[PATCH v2] selftests: bpf: Add files generated after build to .gitignore
 2019-05-12 23:23 UTC  (4+ messages)

Build-time tests?
 2019-05-12 12:23 UTC  (3+ messages)

[PATCH] selftests: bpf: Add files generated when compiled to .gitignore
 2019-05-12  7:34 UTC  (6+ messages)

[PATCH] selftests: kvm: Add files generated when compiled to .gitignore
 2019-05-12  4:12 UTC  (2+ messages)

[PATCH 0/3] kheaders fixes for -rc
 2019-05-11 16:17 UTC  (7+ messages)
` [PATCH 3/3] kheaders: Make it depend on sysfs

[PATCH] selftests: fix bpf build/test workflow regression when KBUILD_OUTPUT is set
 2019-05-11  4:37 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox