linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-12 04:15:39 to 2019-07-22 20:03:52 UTC [more...]

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

"make" vs "$(MAKE)" in tools/testing/selftests/Makefile
 2019-07-22 17:23 UTC  (3+ messages)

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-07-22 16:46 UTC  (20+ messages)
` [PATCH v18 07/15] fs/namespace: untag user pointers in copy_mount_options
` [PATCH v18 08/15] userfaultfd: untag user pointers
` [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr

[PATCH v3] selftests/livepatch: add test skip handling
 2019-07-22 14:05 UTC 

[PATCH] selftests/livepatch: add test skip handling
 2019-07-20 11:26 UTC  (9+ messages)

[PATCH v10 0/9] namei: openat2(2) path resolution restrictions
 2019-07-20  0:09 UTC  (13+ messages)
` [PATCH v10 1/9] namei: obey trailing magic-link DAC permissions
` [PATCH v10 2/9] procfs: switch magic-link modes to be more sane
` [PATCH v10 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v10 4/9] namei: O_BENEATH-style path resolution flags
` [PATCH v10 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v10 6/9] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v10 7/9] open: openat2(2) syscall
` [PATCH v10 8/9] kselftest: save-and-restore errno to allow for %m formatting
    ` [PATCH] "
` [PATCH v10 9/9] selftests: add openat2(2) selftests

[PATCH] selftests/livepatch: push and pop dynamic debug config
 2019-07-19 10:46 UTC  (3+ messages)

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-19 10:29 UTC  (37+ messages)
` [PATCH v9 01/10] namei: obey trailing magic-link DAC permissions
` [PATCH v9 04/10] namei: split out nd->dfd handling to dirfd_path_init
` [PATCH v9 05/10] namei: O_BENEATH-style path resolution flags
` [PATCH v9 08/10] open: openat2(2) syscall

[PATCH AUTOSEL 5.2 024/249] selftests/bpf: adjust verifier scale test
 2019-07-19  7:54 UTC  (9+ messages)
` [PATCH AUTOSEL 5.2 085/249] selftests/bpf : clean up feature/ when make clean
` [PATCH AUTOSEL 5.2 226/249] selftests: bpf: fix inlines in test_lwt_seg6local

[PATCH AUTOSEL 5.2 124/171] rseq/selftests: Fix Thumb mode build failure on arm32
 2019-07-19  3:55 UTC 

[PATCH v10 6/9] kselftests: cgroup: add freezer controller self-tests
 2019-07-18 18:19 UTC  (5+ messages)

[PATCH] KVM: selftests: Remove superfluous define from vmx.c
 2019-07-18 11:55 UTC 

[RFC PATCH] KVM: PPC: Enable the kvm_create_max_vcpus selftest on ppc64
 2019-07-18 10:17 UTC 

[PATCH v2] selftests/livepatch: add test skip handling
 2019-07-17 14:45 UTC  (5+ messages)

[PATCH RFC 0/4] Add support to directly attach BPF program to ftrace
 2019-07-17 13:01 UTC  (12+ messages)

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

general protection fault in tls_setsockopt
 2019-07-16 23:58 UTC 

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

[PATCH AUTOSEL 5.1 198/219] selftests: bpf: fix inlines in test_lwt_seg6local
 2019-07-15 14:03 UTC 

[PATCH AUTOSEL 4.19 142/158] selftests: bpf: fix inlines in test_lwt_seg6local
 2019-07-15 14:17 UTC 

[PATCH AUTOSEL 5.2 024/249] selftests/bpf: adjust verifier scale test
 2019-07-15 13:32 UTC 

[GIT PULL] Kselftest update for Linux 5.3-rc1
 2019-07-12 23:20 UTC  (2+ messages)

[RFC PATCH] selftests/livepatch: only consider supported arches
 2019-07-12 18:14 UTC  (5+ messages)

[PATCH 0/2] Fold checksum at the end of bpf_csum_diff and fix
 2019-07-12 15:15 UTC  (3+ 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).