linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-26 02:19:58 to 2019-07-10 04:03:10 UTC [more...]

[PATCH v7 00/25] Unify vDSOs across more architectures
 2019-07-10  4:02 UTC  (21+ messages)
` [PATCH v7 04/25] arm64: Substitute gettimeofday with C implementation
  ` [PATCH v2] arm64: vdso: Fix compilation with clang older then 8
` [PATCH v7 10/25] arm64: compat: Add vDSO

[PATCH v7 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-10  2:31 UTC  (22+ 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 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 v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-08  5:47 UTC  (13+ 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] 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  (43+ messages)
` [PATCH v5 01/18] kunit: test: add KUnit test runner core
` [PATCH v5 07/18] kunit: test: add initial tests
` [PATCH v5 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v5 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v5 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[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  (24+ messages)
` [PATCH 02/13] kselftest: arm64: adds arm64/signal support code
` [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  (4+ messages)
` [PATCH bpf 2/3] bpf, x32: Fix bug with ALU64 {LSH,RSH,ARSH} BPF_K "
` [PATCH bpf 3/3] selftests: bpf: add tests for shifts by zero

[PATCH v5 0/2] clocksource/drivers: Create new Hyper-V clocksource driver
 2019-07-03  9:08 UTC  (5+ messages)
` [PATCH v5 1/2] clocksource/drivers: Make Hyper-V clocksource ISA agnostic
  ` [tip:timers/core] "
` [PATCH v5 2/2] clocksource/drivers: Continue making "
  ` [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  (12+ messages)
` [RFC 2/3] rcu: Simplify rcu_note_context_switch exit from critical section
` [RFC 3/3] Revert "rcutorture: Tweak kvm options"

[RFC] arm64: Detecting tagged addresses
 2019-06-29  7:17 UTC  (4+ messages)

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-28 18:40 UTC  (11+ messages)
` [PATCH v6 18/19] x86: Add support for generic vDSO

[PATCH v4 0/2] Drivers: hv: Move Hyper-V clock/timer code to separate clocksource driver
 2019-06-28 18:34 UTC  (3+ messages)
` [PATCH v4 1/2] Drivers: hv: Create Hyper-V clocksource driver from existing clockevents code
` [PATCH v4 2/2] Drivers: hv: Move Hyper-V clocksource code to new clocksource driver

[PATCH 19/39] docs: blockdev: add it to the admin-guide
 2019-06-28 12:30 UTC 

[PATCH 37/43] docs: blockdev: convert to ReST
 2019-06-28 12:20 UTC 

[PATCH] selftests: dma-buf: Adding kernel config fragment CONFIG_UDMABUF=y
 2019-06-28 11:44 UTC  (2+ messages)

[PATCH] selftests/powerpc: ppc_asm.h: typo in the header guard
 2019-06-28  4:04 UTC  (2+ messages)

[PATCH] selftests: timestamping: Fix SIOCGSTAMP undeclared build failure
 2019-06-27 23:34 UTC 

[PATCH v3 1/2] pid: add pidfd_open()
 2019-06-27 13:57 UTC  (2+ messages)

[PATCH AUTOSEL 5.1 48/95] bpf: lpm_trie: check left child of last leftmost node for NULL
 2019-06-27  0:29 UTC  (2+ messages)
` [PATCH AUTOSEL 5.1 58/95] bpf: fix div64 overflow tests to properly detect errors

[PATCH AUTOSEL 4.19 31/60] bpf: lpm_trie: check left child of last leftmost node for NULL
 2019-06-27  0:35 UTC 

[RFC PATCH 1/1] Revert "rseq/selftests: arm: use udf instruction for RSEQ_SIG"
 2019-06-26 18:00 UTC  (6+ messages)

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-06-26 17:50 UTC  (4+ messages)
` [PATCH v18 10/15] drm/radeon: untag user pointers in radeon_gem_userptr_ioctl

[PATCH v7 04/25] arm64: Substitute gettimeofday with C implementation
 2019-06-26 11:08 UTC  (7+ messages)
` [PATCH 1/3] lib/vdso: Delay mask application in do_hres()
        ` lib/vdso: Make delta calculation work correctly


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