linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-16 22:24:28 to 2018-04-02 20:02:07 UTC [more...]

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

[PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers"
 2018-04-02  6:58 UTC  (14+ messages)

[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys
 2018-03-28 23:51 UTC  (40+ messages)
` [PATCH v12 04/22] selftests/vm: typecast the pkey register
` [PATCH v12 07/22] selftests/vm: fixed bugs in pkey_disable_clear()
` [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 0/4] selftests: fix compiling issues
 2018-03-28  1:45 UTC  (16+ messages)
` [PATCH v2 1/4] selftests/Makefile: append a slash to env variable OUTPUT
` [PATCH v2 2/4] selftests/gpio: fix paths in Makefile
` [PATCH v2 3/4] kselftest: install sanitized kernel headers before compiling
` [PATCH v2 4/4] selftests/bpf: fix compiling errors

[PATCH 1/2] selftests/powerpc: Add ptrace tests for Protection Key registers
 2018-03-27 17:35 UTC  (4+ messages)

[PATCH 4.15 084/105] selftests/x86/ptrace_syscall: Fix for yet more glibc interference
 2018-03-27 16:28 UTC  (2+ messages)

[PATCH 4.14 079/101] selftests/x86/ptrace_syscall: Fix for yet more glibc interference
 2018-03-27 16:27 UTC  (2+ messages)

[PATCH 4.9 49/67] selftests/x86/ptrace_syscall: Fix for yet more glibc interference
 2018-03-27 16:27 UTC  (2+ messages)

[RFC PATCH for 4.17 14/21] selftests: lib.mk: Introduce OVERRIDE_TARGETS
 2018-03-27 16:05 UTC  (16+ messages)
` [RFC PATCH for 4.17 15/21] cpu_opv: selftests: Implement selftests (v7)
` [RFC PATCH for 4.17 16/21] rseq: selftests: Provide rseq library (v5)
` [RFC PATCH for 4.17 17/21] rseq: selftests: Provide percpu_op API
` [RFC PATCH for 4.17 18/21] rseq: selftests: Provide basic test
` [RFC PATCH for 4.17 19/21] rseq: selftests: Provide basic percpu ops test
` [RFC PATCH for 4.17 20/21] rseq: selftests: Provide parametrized tests
` [RFC PATCH for 4.17 21/21] rseq: selftests: Provide Makefile, scripts, gitignore

[PATCH 0/4] selftests: fix compiling issues
 2018-03-27 10:19 UTC  (28+ messages)
` [PATCH 1/4] selftests/Makefile: append a slash to env variable OUTPUT
` [PATCH 2/4] selftests/gpio: fix paths in Makefile
` [PATCH 3/4] kselftest: install sanitized kernel headers before compiling
` [PATCH 4/4] selftests/bpf: fix compiling errors

[PATCH v13 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys
 2018-03-27  9:09 UTC  (8+ messages)
` [PATCH v13 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v13 2/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH v13 3/3] mm, x86, powerpc: display pkey in smaps only if arch supports pkeys

[PATCH] selftests: Print the test we're running to /dev/kmsg
 2018-03-26 14:44 UTC  (4+ messages)

kernel_selftests.x86.mpx-mini-test_32.fail on skylake platform
 2018-03-23  1:23 UTC  (3+ messages)

[PATCH] selftests/android/ion: Makefile: fix build error
 2018-03-21 16:52 UTC  (5+ messages)

[PATCH] selftests/seccomp: Allow get_metadata to XFAIL
 2018-03-21 16:48 UTC  (4+ messages)

[GIT PULL 00/14] perf/core improvements and fixes
 2018-03-19 19:39 UTC  (6+ messages)
` [PATCH 12/14] perf probe: Use right type to access array elements

[PATCH] selftests/x86/ptrace_syscall: Fix for yet more glibc interference
 2018-03-17 15:25 UTC  (2+ 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).