linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-11 13:00:29 to 2018-02-22 01:55:31 UTC [more...]

[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys
 2018-02-22  1:55 UTC  (26+ 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 v2 00/17] tracing: probeevent: Improve fetcharg features
 2018-02-22  1:53 UTC  (40+ messages)
` [PATCH v2 01/17] tracing: probeevent: Fix to support minus offset from symbol
` [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] 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  (13+ messages)
`  "

[Linux-kselftest-mirror] [PATCH] selftests/bpf/test_maps: exit child process without error in ENOMEM case
 2018-02-14  3:28 UTC  (4+ messages)
`  "

[PATCH] selftests: vm: update .gitignore with new test
 2018-02-13 21:44 UTC  (2+ messages)

[PATCH] selftests: memory-hotplug: silence test command echo
 2018-02-13 21:44 UTC  (2+ messages)

[Linux-kselftest-mirror] [PATCH] selftest/vDSO: fix O=
 2018-02-13 21:30 UTC  (3+ messages)
`  "

[Linux-kselftest-mirror] [PATCH] selftests/x86: Remove 5lvl test from Makefile
 2018-02-13 21:28 UTC  (4+ messages)
  `  "

[Linux-kselftest-mirror] [PATCH] selftests/android: Fix line continuation in Makefile
 2018-02-13 21:25 UTC  (3+ messages)
`  "

[Linux-kselftest-mirror] [PATCH v2] selftests: sync: missing CFLAGS while compiling
 2018-02-13 21:25 UTC  (3+ messages)
`  "

[Linux-kselftest-mirror] [PATCH] selftests/memfd: add run_fuse_test.sh to TEST_FILES
 2018-02-13 21:24 UTC  (3+ messages)
`  "

[Linux-kselftest-mirror] [PATCH] selftests: memfd: add config fragment for fuse
 2018-02-13 21:23 UTC  (3+ messages)
`  "

[Linux-kselftest-mirror] [PATCH 0/5] selftests/x86: fixes for !CONFIG_IA32_EMULATION and vsyscall=none
 2018-02-12 17:58 UTC  (12+ messages)
` [Linux-kselftest-mirror] [PATCH 2/5] selftests/x86: fix vDSO selftest segfault for vsyscall=none
          ` [Linux-kselftest-mirror] [PATCH] selftests/x86: clarify that there is no buffer overflow on sscanf usage

[Linux-kselftest-mirror] [kselftests] compaction_test is blocked
 2018-02-12  9:58 UTC  (7+ 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).