Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2020-09-12 11:11:38 to 2020-09-23 20:50:00 UTC [more...]

[PATCH v6 0/9] Syscall User Dispatch
 2020-09-23 20:49 UTC  (20+ messages)
` [PATCH v6 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag
` [PATCH v6 3/9] x86: vdso: Expose sigreturn address on vdso to the kernel
` [PATCH v6 4/9] signal: Expose SYS_USER_DISPATCH si_code type
` [PATCH v6 7/9] x86: Enable Syscall User Dispatch
` [PATCH v6 8/9] selftests: Add kselftest for syscall user dispatch
` [PATCH v6 9/9] doc: Document Syscall User Dispatch

[PATCH v6 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-23 17:46 UTC  (7+ messages)
` [PATCH v6 bpf-next 1/6] bpf: provide function to get vmlinux BTF information
` [PATCH v6 bpf-next 2/6] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v6 bpf-next 3/6] bpf: add bpf_snprintf_btf helper
` [PATCH v6 bpf-next 4/6] selftests/bpf: add bpf_snprintf_btf helper tests
` [PATCH v6 bpf-next 5/6] bpf: add bpf_seq_printf_btf helper
` [PATCH v6 bpf-next 6/6] selftests/bpf: add test for "

BUG: kernel NULL pointer dereference, address: trace_event_raw_event_sched_switch
 2020-09-23 17:43 UTC  (2+ messages)

selftests: pidfd: pidfd_wait hangs on linux next kernel on all devices
 2020-09-23 14:22 UTC 

[PATCH 0/6] kselftest: arm64/mte: Tests for user-space MTE
 2020-09-23  8:49 UTC  (9+ messages)
` [PATCH 1/6] kselftest/arm64: Add utilities and a test to validate mte memory
` [PATCH 6/6] kselftest/arm64: Check mte tagged user address in kernel

[REGRESSION] kselftest: next-20200921
 2020-09-23  2:41 UTC 

[RFC PATCH 00/11] Introduce Simple atomic and non-atomic counters
 2020-09-23  1:43 UTC  (2+ messages)
` [RFC PATCH 02/11] selftests:lib: add new test for counters

[RFC v1 00/12] kunit: introduce class mocking support
 2020-09-23  0:24 UTC  (14+ messages)
` [RFC v1 01/12] Revert "kunit: move string-stream.h to lib/kunit"
` [RFC v1 02/12] kunit: test: add kunit_stream a std::stream like logger
` [RFC v1 03/12] kunit: test: add concept of post conditions
` [RFC v1 04/12] checkpatch: add support for struct MOCK(foo) syntax
` [RFC v1 05/12] kunit: mock: add parameter list manipulation macros
` [RFC v1 06/12] kunit: expose kunit_set_failure() for use by mocking
` [RFC v1 07/12] kunit: mock: add internal mock infrastructure
` [RFC v1 08/12] kunit: mock: add basic matchers and actions
` [RFC v1 09/12] kunit: mock: add macro machinery to pick correct format args
` [RFC v1 10/12] kunit: mock: add class mocking support
` [RFC v1 11/12] kunit: mock: add struct param matcher
` [RFC v1 12/12] kunit: mock: implement nice, strict and naggy mock distinctions

[PATCH] kbuild: explicitly specify the build id style
 2020-09-22 23:50 UTC  (2+ messages)

[PATCH v5 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-22  1:10 UTC  (8+ messages)
` [PATCH v5 bpf-next 1/6] bpf: provide function to get vmlinux BTF information
` [PATCH v5 bpf-next 2/6] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v5 bpf-next 3/6] bpf: add bpf_btf_snprintf helper
` [PATCH v5 bpf-next 4/6] selftests/bpf: add bpf_btf_snprintf helper tests
` [PATCH v5 bpf-next 5/6] bpf: add bpf_seq_btf_write helper
` [PATCH v5 bpf-next 6/6] selftests/bpf: add test for "

[PATCH bpf-next v3 0/6] bpf: BTF support for ksyms
 2020-09-21 18:11 UTC  (14+ messages)
` [PATCH bpf-next v3 1/6] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v3 2/6] bpf/libbpf: BTF support for typed ksyms
` [PATCH bpf-next v3 3/6] selftests/bpf: ksyms_btf to test "
` [PATCH bpf-next v3 4/6] bpf: Introduce bpf_per_cpu_ptr()
` [PATCH bpf-next v3 5/6] bpf: Introduce bpf_this_cpu_ptr()
` [PATCH bpf-next v3 6/6] bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()

[PATCH] selftests: Add missing gitignore entries
 2020-09-21 15:29 UTC  (3+ messages)

[PATCH v3 0/7] xfrm: Add compat layer
 2020-09-21 14:36 UTC  (2+ messages)
` [PATCH v3 7/7] selftest/net/xfrm: Add test for ipsec tunnel

[PATCH v2 0/4] selftests/seccomp: Refactor change_syscall()
 2020-09-21  7:54 UTC  (9+ messages)
` [PATCH v2 1/4] selftests/seccomp: Record syscall during ptrace entry
` [PATCH v2 2/4] selftests/seccomp: Allow syscall nr and ret value to be set separately
` [PATCH v2 3/4] selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit
` [PATCH v2 4/4] selftests/clone3: Avoid OS-defined clone_args

[REGRESSION] kselftest: next-20200918
 2020-09-19 19:56 UTC 

[PATCH 00/15] selftests/seccomp: Refactor change_syscall()
 2020-09-18 22:00 UTC  (39+ messages)
` [PATCH 01/15] selftests/seccomp: Refactor arch register macros to avoid xtensa special case
` [PATCH 02/15] selftests/seccomp: Provide generic syscall setting macro
` [PATCH 03/15] selftests/seccomp: mips: Define SYSCALL_NUM_SET macro
` [PATCH 04/15] selftests/seccomp: arm: "
` [PATCH 05/15] selftests/seccomp: arm64: "
` [PATCH 06/15] selftests/seccomp: mips: Remove O32-specific macro
` [PATCH 07/15] selftests/seccomp: Remove syscall setting #ifdefs
` [PATCH 08/15] selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREG
` [PATCH 09/15] selftests/seccomp: Convert REGSET calls "
` [PATCH 10/15] selftests/seccomp: Avoid redundant register flushes
` [PATCH 11/15] selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SET
` [PATCH 12/15] selftests/seccomp: powerpc: Fix seccomp return value testing
` [PATCH 13/15] selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit
` [PATCH 14/15] selftests/clone3: Avoid OS-defined clone_args
` [PATCH 15/15] selftests/seccomp: Use __NR_mknodat instead of __NR_mknod

[PATCH v2 0/6] selftests: arm64: Add floating point selftests
 2020-09-18 16:17 UTC  (2+ messages)

[PATCH v3 0/4] kselftests/arm64: add PAuth tests
 2020-09-18 16:17 UTC  (6+ messages)
` [PATCH v3 1/4] kselftests/arm64: add a basic Pointer Authentication test
` [PATCH v3 2/4] kselftests/arm64: add nop checks for PAuth tests
` [PATCH v3 3/4] kselftests/arm64: add PAuth test for whether exec() changes keys
` [PATCH v3 4/4] kselftests/arm64: add PAuth tests for single threaded consistency and differently initialized keys

[REGRESSION] kselftest: next-20200917
 2020-09-18 15:30 UTC 

[PATCH] selftests/harness: Flush stdout before forking
 2020-09-18 14:32 UTC  (8+ messages)

[PATCH bpf-next v3 4/5] bpf: selftests: add MPTCP test base
 2020-09-18 12:10 UTC  (3+ messages)
` [PATCH bpf-next v3 5/5] bpf: selftests: add bpf_mptcp_sock() verifier tests
` [PATCH bpf-next v3 0/5] bpf: add MPTCP subflow support

[PATCHv3] selftests: rtnetlink: load fou module for kci_test_encap_fou() test
 2020-09-18 10:39 UTC  (4+ messages)

[PATCH] selftests/seccomp: fix ptrace tests on powerpc
 2020-09-18  6:22 UTC  (7+ messages)

[PATCH net-next] selftests: mptcp: interpret \n as a new line
 2020-09-17 23:26 UTC  (3+ messages)

[REGRESSION] kselftest: next-20200915
 2020-09-17 16:10 UTC  (5+ messages)

[patch 06/13] locking/bitspinlock: Clenaup PREEMPT_COUNT leftovers
 2020-09-17 16:28 UTC  (23+ messages)
  ` [patch 04/13] lockdep: "
  ` [patch 00/13] preempt: Make preempt count unconditional
  ` [patch 03/13] preempt: Clenaup PREEMPT_COUNT leftovers
  ` [patch 08/13] sched: "

[REGRESSION] kselftest: next-20200916
 2020-09-17 15:45 UTC 

[PATCH v2 0/4] kselftests/arm64: add PAuth tests
 2020-09-17 13:38 UTC  (6+ messages)
` [PATCH v2 1/4] kselftests/arm64: add a basic Pointer Authentication test

[PATCH] lib: kunit: add bitfield test conversion to KUnit
 2020-09-17 10:00 UTC  (3+ messages)

[PATCH v20 00/12] Landlock LSM
 2020-09-16 13:42 UTC  (7+ messages)
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock

[PATCH 0/4] kselftests/arm64: add PAuth tests
 2020-09-16 15:38 UTC  (7+ messages)
` [PATCH 3/4] kselftests/arm64: add PAuth test for whether exec() changes keys

[PATCH v38 22/24] selftests/x86: Add a selftest for SGX
 2020-09-15 11:28 UTC 

[PATCH 2/2 v7] rseq/selftests: test MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ
 2020-09-15 20:41 UTC 

[PATCH bpf-next v2 4/5] bpf: selftests: add MPTCP test base
 2020-09-15 17:18 UTC  (6+ messages)
` [PATCH bpf-next v2 5/5] bpf: selftests: add bpf_mptcp_sock() verifier tests

[PATCH 0/2] selftests/vm: fix some minor aggravating factors in the Makefile
 2020-09-15 17:25 UTC  (4+ messages)
` [PATCH 1/2] selftests/vm: fix false build success on the second and later attempts
` [PATCH 2/2] selftests/vm: fix incorrect gcc invocation in some cases

[PATCH v38 22/24] selftests/x86: Add a selftest for SGX
 2020-09-15 11:05 UTC 

[PATCH v14 0/5] KASAN-KUnit Integration
 2020-09-15  3:58 UTC  (6+ messages)
` [PATCH v14 1/5] Add KUnit Struct to Current Task
` [PATCH v14 2/5] KUnit: KASAN Integration
` [PATCH v14 3/5] KASAN: Port KASAN Tests to KUnit
` [PATCH v14 4/5] KASAN: Testing Documentation
` [PATCH v14 5/5] mm: kasan: Do not panic if both panic_on_warn and kasan_multishot set

[PATCH bpf-next v2 0/6] bpf: BTF support for ksyms
 2020-09-14 22:06 UTC  (21+ messages)
` [PATCH bpf-next v2 1/6] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v2 2/6] bpf/libbpf: BTF support for typed ksyms
` [PATCH bpf-next v2 3/6] bpf/selftests: ksyms_btf to test "
` [PATCH bpf-next v2 4/6] bpf: Introduce bpf_per_cpu_ptr()
` [PATCH bpf-next v2 5/6] bpf: Introduce bpf_this_cpu_ptr()
` [PATCH bpf-next v2 6/6] bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()

[RFC v4 0/1] Selftest for cpuidle latency measurement
 2020-09-14 17:46 UTC  (8+ messages)
` [RFC v4 1/1] selftests/cpuidle: Add support "

[PATCHv5 kselftest next] selftests/run_kselftest.sh: make each test individually selectable
 2020-09-14  2:22 UTC 

[PATCHv3] selftests/run_kselftest.sh: make each test individually selectable
 2020-09-14  2:17 UTC  (2+ messages)
` [PATCHv4 kselftest next] "

[PATCH v2] selftests/seccomp: fix ptrace tests on powerpc
 2020-09-13  7:35 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