linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-01 17:59:40 to 2019-07-12 08:19:14 UTC [more...]

[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-12  8:17 UTC  (13+ messages)
` [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 06/18] kbuild: enable building KUnit
` [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 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

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-12  6:36 UTC  (17+ messages)
` [PATCH v9 01/10] namei: obey trailing magic-link DAC permissions
` [PATCH v9 02/10] procfs: switch magic-link modes to be more sane
` [PATCH v9 03/10] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [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 06/10] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v9 07/10] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v9 08/10] open: openat2(2) syscall
` [PATCH v9 09/10] kselftest: save-and-restore errno to allow for %m formatting
` [PATCH v9 10/10] selftests: add openat2(2) selftests

[PATCH 0/2] Fold checksum at the end of bpf_csum_diff and fix
 2019-07-11 23:50 UTC  (4+ messages)
` [PATCH 1/2] bpf: bpf_csum_diff: fold the checksum before returning the value
` [PATCH 2/2] bpf, selftest: fix checksum value for test #13

[PATCH 0/2] [RESEND] Fold checksum at the end of bpf_csum_diff and fix
 2019-07-11 23:47 UTC  (4+ messages)
  ` [PATCH 1/2] bpf: bpf_csum_diff: fold the checksum before returning the value
  ` [PATCH 2/2] bpf, selftest: fix checksum value for test #13

[PATCH] vsyscall: use __iter_div_u64_rem()
 2019-07-11 20:55 UTC  (7+ messages)

[PATCH v7 00/25] Unify vDSOs across more architectures
 2019-07-11 11:32 UTC  (26+ messages)
` [PATCH v7 04/25] arm64: Substitute gettimeofday with C implementation
` [PATCH v7 10/25] arm64: compat: Add vDSO
  ` [PATCH] arm64: vdso: Fix ABI regression in compat vdso
  ` [PATCH v2] "

[PATCH] selftests: breakpoints: Fix compile error with arun_test()
 2019-07-11  8:10 UTC 

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

[PATCH RFC 0/4] Add support to directly attach BPF program to ftrace
 2019-07-10 14:15 UTC  (5+ messages)
` [PATCH RFC 1/4] Move bpf_raw_tracepoint functionality into bpf_trace.c
` [PATCH RFC 2/4] trace/bpf: Add support for attach/detach of ftrace events to BPF
` [PATCH RFC 3/4] lib/bpf: Add support for ftrace event attach and detach
` [PATCH RFC 4/4] selftests/bpf: Add test for ftrace-based BPF attach/detach

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

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

[PATCH] selftests/ftrace: avoid failure when trying to probe a notrace function
 2019-07-08 19:06 UTC  (3+ messages)

[PATCH for 5.2] rseq/selftests: Fix Thumb mode build failure on arm32
 2019-07-08 18:10 UTC  (3+ messages)

[PATCH] selftests/powerpc: Add missing newline at end of file
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH 2/3] kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree
 2019-07-06  3:07 UTC 

[PATCH] selftests/ftrace: skip ftrace test if FTRACE was not enabled
 2019-07-04 12:14 UTC  (8+ messages)

[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-03 23:40 UTC  (12+ messages)
` [PATCH v5 07/18] kunit: test: add initial tests

[PATCH -next] kselftests: cgroup: remove duplicated include from test_freezer.c
 2019-07-03 19:18 UTC  (2+ messages)

[PATCH 00/13] Add arm64/signal initial kselftest support
 2019-07-03 17:51 UTC  (21+ messages)
` [PATCH 03/13] kselftest: arm64: mangle_sp_misaligned
` [PATCH 08/13] kselftest: arm64: mangle_pstate_ssbs_regs
` [PATCH 10/13] kselftest: arm64: fake_sigreturn_bad_magic
` [PATCH 11/13] kselftest: arm64: fake_sigreturn_bad_size
` [PATCH 12/13] kselftest: arm64: fake_sigreturn_bad_size_for_magic0
` [PATCH 13/13] kselftest: arm64: fake_sigreturn_overflow_reserved

[PATCH v2 00/10] Add arm64/signal initial kselftest support
 2019-07-03 16:35 UTC  (11+ messages)
` [PATCH v2 01/10] kselftest: arm64: introduce new boilerplate code
` [PATCH v2 02/10] kselftest: arm64: adds first test and common utils
` [PATCH v2 03/10] kselftest: arm64: mangle_pstate_invalid_daif_bits
` [PATCH v2 04/10] kselftest: arm64: mangle_pstate_invalid_mode_el
` [PATCH v2 05/10] kselftest: arm64: mangle_pstate_ssbs_regs
` [PATCH v2 06/10] kselftest: arm64: fake_sigreturn_bad_magic
` [PATCH v2 07/10] kselftest: arm64: fake_sigreturn_bad_size_for_magic0
` [PATCH v2 08/10] kselftest: arm64: fake_sigreturn_missing_fpsimd
` [PATCH v2 09/10] kselftest: arm64: fake_sigreturn_duplicated_fpsimd
` [PATCH v2 10/10] kselftest: arm64: fake_sigreturn_bad_size

[PATCH bpf 1/3] bpf, x32: Fix bug with ALU64 {LSH,RSH,ARSH} BPF_X shift by 0
 2019-07-03  9:49 UTC  (2+ messages)

[PATCH v5 2/2] clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic
 2019-07-03  9:08 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH v5 1/2] clocksource/drivers: Make Hyper-V clocksource ISA agnostic
 2019-07-03  9:07 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH AUTOSEL 5.1 09/39] selftests/powerpc: Add test of fork with mapping above 512TB
 2019-07-03  2:14 UTC 

[PATCH] selftests/kselftest/runner.sh: Add 30 second timeout per test
 2019-07-02 17:23 UTC  (2+ messages)

[PATCH][next] selftests/x86: fix spelling mistake "FAILT" -> "FAIL"
 2019-07-02 22:50 UTC  (9+ messages)

[PATCHv2] selftests/net: skip psock_tpacket test if KALLSYMS was not enabled
 2019-07-03  0:18 UTC  (3+ messages)

[RFC 1/3] rcu: Expedite the rcu quiescent state reporting if help needed
 2019-07-02 11:40 UTC  (7+ messages)
` [RFC 2/3] rcu: Simplify rcu_note_context_switch exit from critical section


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