Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2018-02-14 02:03:52 to 2018-02-22 12:53:00 UTC [more...]

[PATCH] selftest: support running subset of selftests for run_kselftest.sh
 2018-02-22 12:53 UTC  (2+ messages)

[PATCH] selftest: fix kselftest-merge depend on 'RUNTIME_TESTING_MENU'
 2018-02-22 11:53 UTC  (2+ messages)

[PATCH v2 00/17] tracing: probeevent: Improve fetcharg features
 2018-02-22 11:43 UTC  (48+ messages)
` [PATCH v2 01/17] tracing: probeevent: Fix to support minus offset from symbol
      ` [BUGFIX PATCH v2.1] "
` [PATCH v2 02/17] selftests: ftrace: Add probe event argument syntax testcase
` [PATCH v2 03/17] selftests: ftrace: Add a testcase for string type with kprobe_event
` [PATCH v2 04/17] tracing: probeevent: Cleanup print argument functions
` [PATCH v2 05/17] tracing: probeevent: Cleanup argument field definition
` [PATCH v2 06/17] tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions
` [PATCH v2 07/17] tracing: probeevent: Introduce new argument fetching code
` [PATCH v2 08/17] tracing: probeevent: Return consumed bytes of dynamic area
` [PATCH v2 09/17] tracing: probeevent: Append traceprobe_ for exported function
` [PATCH v2 10/17] tracing: probeevent: Unify fetch_insn processing common part
` [PATCH v2 11/17] tracing: probeevent: Add symbol type
` [PATCH v2 12/17] x86: ptrace: Add function argument access API
` [PATCH v2 13/17] tracing: probeevent: Add $argN for accessing function args
` [PATCH v2 14/17] tracing: probeevent: Add array type support
` [PATCH v2 15/17] selftests: ftrace: Add a testcase for symbol type
` [PATCH v2 16/17] selftests: ftrace: Add a testcase for $argN with kprobe_event
` [PATCH v2 17/17] selftests: ftrace: Add a testcase for array type "

[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys
 2018-02-22  5:51 UTC  (48+ messages)
` [PATCH v12 01/22] selftests/x86: Move protecton key selftest to arch neutral directory
` [PATCH v12 02/22] selftests/vm: rename all references to pkru to a generic name
` [PATCH v12 03/22] selftests/vm: move generic definitions to header file
` [PATCH v12 04/22] selftests/vm: typecast the pkey register
` [PATCH v12 05/22] selftests/vm: generic function to handle shadow key register
` [PATCH v12 06/22] selftests/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v12 07/22] selftests/vm: fixed bugs in pkey_disable_clear()
` [PATCH v12 08/22] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v12 09/22] selftests/vm: fix alloc_random_pkey() to make it really random
` [PATCH v12 10/22] selftests/vm: introduce two arch independent abstraction
` [PATCH v12 11/22] selftests/vm: pkey register should match shadow pkey
` [PATCH v12 12/22] selftests/vm: generic cleanup
` [PATCH v12 13/22] selftests/vm: powerpc implementation for generic abstraction
` [PATCH v12 14/22] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v12 15/22] selftests/vm: powerpc implementation to check support for pkey
` [PATCH v12 16/22] selftests/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v12 17/22] selftests/vm: associate key on a mapped page and detect access violation
` [PATCH v12 18/22] selftests/vm: associate key on a mapped page and detect write violation
` [PATCH v12 19/22] selftests/vm: detect write violation on a mapped access-denied-key page
` [PATCH v12 20/22] selftests/vm: testcases must restore pkey-permissions
` [PATCH v12 21/22] selftests/vm: sub-page allocator
` [PATCH v12 22/22] selftests/vm: Fix deadlock in protection_keys.c

[PATCH v2] selftests/bpf/test_maps: exit child process without error in ENOMEM case
 2018-02-22  2:34 UTC  (2+ messages)

[PATCH] selftests/bpf: update gitignore with test_libbpf_open
 2018-02-22  0:44 UTC  (14+ messages)

[PATCH] selftests/bpf: tcpbpf_kern: use in6_* macros from glibc
 2018-02-22  0:23 UTC  (6+ messages)

[PATCH 1/2] selftests: gpio: restructure Makefile
 2018-02-21 23:22 UTC  (16+ messages)
` [PATCH 2/2] selftests/gpio: Fix OUTPUT directory in Makefile
` [PATCH v2] selftests: gpio: restructure Makefile

[PATCHv2 0/2] Ion unit test with VGEM
 2018-02-21 22:25 UTC  (6+ messages)
` [PATCHv2 1/2] selftests: ion: Remove some prints
` [PATCHv2 2/2] selftests: ion: Add simple test with the vgem driver

[PATCH] selftests/intel_pstate: Fix build rule for x86
 2018-02-21 18:07 UTC  (2+ messages)

[PATCH 4.9 58/77] selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
 2018-02-21 12:49 UTC  (4+ messages)
` [PATCH 4.9 59/77] selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c

[PATCH 4.15 068/163] selftests/x86: Fix vDSO selftest segfault for vsyscall=none
 2018-02-21 12:48 UTC  (12+ messages)
` [PATCH 4.15 069/163] selftests/x86: Clean up and document sscanf() usage
` [PATCH 4.15 071/163] selftests/x86: Fix build bug caused by the 5lvl test which has been moved to the VM directory
` [PATCH 4.15 072/163] selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
` [PATCH 4.15 074/163] selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c
` [PATCH 4.15 075/163] selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems

[PATCH 4.14 067/167] selftests/x86: Fix vDSO selftest segfault for vsyscall=none
 2018-02-21 12:48 UTC  (10+ messages)
` [PATCH 4.14 068/167] selftests/x86: Clean up and document sscanf() usage
` [PATCH 4.14 070/167] selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
` [PATCH 4.14 071/167] selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c
` [PATCH 4.14 072/167] selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems

[PATCH] selftests/gpio: Makefile deletes unnecessary files
 2018-02-21 11:21 UTC  (2+ messages)

[Linux-kselftest-mirror] [PATCH] selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m
 2018-02-20 15:43 UTC  (6+ messages)
  `  "

[RFC PATCH 0/2] Ion unit test with VGEM
 2018-02-19 18:33 UTC  (12+ messages)
` [PATCH 1/2] selftests: ion: Remove some prints
` [PATCH 2/2] selftests: ion: Add simple test with the vgem driver

selftests/bpf: How to build test_tcpbpf_kern?
 2018-02-19 16:17 UTC  (2+ messages)

[Linux-kselftest-mirror] [PATCH] selftests/futex: Fix line continuation in Makefile
 2018-02-14 15:02 UTC  (10+ messages)
`  "

[Linux-kselftest-mirror] [PATCH] selftests/bpf/test_maps: exit child process without error in ENOMEM case
 2018-02-14  3:28 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