Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2018-02-22 12:53:00 to 2018-02-28 10:25:09 UTC [more...]

[PATCH net-next v2 00/14] selftests: forwarding: Add VRF-based tests
 2018-02-28 10:25 UTC  (10+ messages)
` [PATCH net-next v2 01/14] selftests: forwarding: Add initial testing framework
` [PATCH net-next v2 02/14] selftests: forwarding: Add a test for FDB learning
` [PATCH net-next v2 03/14] selftests: forwarding: Add a test for flooded traffic
` [PATCH net-next v2 04/14] selftests: forwarding: Add a test for basic IPv4 and IPv6 routing

[PATCH] selftest: fix kselftest-merge depend on 'RUNTIME_TESTING_MENU'
 2018-02-28  9:13 UTC  (11+ messages)

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

[Linux-kselftest-mirror] selftests/x86/fsgsbase_64 test problem
 2018-02-27 22:59 UTC  (12+ messages)
                  `  "

[PATCH 0/5] Handling for TAP header level
 2018-02-27 17:25 UTC  (18+ messages)
` [PATCH 1/5] selftests: kselftest framework: add handling "
` [PATCH 2/5] selftests: lib.mk set KSFT_TAP_LEVEL to prevent nested TAP headers
` [PATCH 3/5] selftests: Makefile "
` [PATCH 4/5] selftests: size call ksft_print_header() to print TAP header
` [PATCH 5/5] selftests: futex Makefile add top level TAP header echo to RUN_TESTS

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

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

[PATCH net-next 00/14] selftests: forwarding: Add VRF-based tests
 2018-02-26 20:07 UTC  (42+ messages)
` [PATCH net-next 01/14] selftests: forwarding: Add initial testing framework
` [PATCH net-next 02/14] selftests: forwarding: Add a test for FDB learning
` [PATCH net-next 03/14] selftests: forwarding: Add a test for flooded traffic
` [PATCH net-next 04/14] selftests: forwarding: Add a test for basic IPv4 and IPv6 routing
` [PATCH net-next 05/14] selftests: forwarding: Create test topology for multipath routing
` [PATCH net-next 06/14] selftests: forwarding: Test IPv4 weighted nexthops
` [PATCH net-next 07/14] selftests: forwarding: Test IPv6 "
` [PATCH net-next 08/14] selftests: forwarding: Add tc offload check helper
` [PATCH net-next 09/14] selftests: forwarding: Add MAC get helper
` [PATCH net-next 10/14] selftests: forwarding: Allow to get netdev interfaces names from commandline
` [PATCH net-next 11/14] selftests: forwarding: Introduce tc flower matching tests
` [PATCH net-next 12/14] selftests: forwarding: Introduce tc actions tests
` [PATCH net-next 13/14] selftests: forwarding: Introduce basic tc chains tests
` [PATCH net-next 14/14] selftests: forwarding: Introduce basic shared blocks tests

[PATCH] selftests/x86: Detect -no-pie availability
 2018-02-26 14:31 UTC  (2+ messages)

[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys
 2018-02-25 23:19 UTC  (4+ messages)
` [PATCH v12 22/22] selftests/vm: Fix deadlock in protection_keys.c

[PATCH 1/2] selftests/powerpc: Add ptrace tests for Protection Key registers
 2018-02-23 18:51 UTC  (8+ messages)
` [PATCH 2/2] selftests/powerpc: Add core file test "

[PATCH v2 01/17] tracing: probeevent: Fix to support minus offset from symbol
 2018-02-23  9:44 UTC  (6+ messages)
` [BUGFIX PATCH v2.1] "

[PATCH v2 00/17] tracing: probeevent: Improve fetcharg features
 2018-02-23  9:43 UTC  (6+ messages)
` [PATCH v2 07/17] tracing: probeevent: Introduce new argument fetching code

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

[PATCH] selftest: support running subset of selftests for run_kselftest.sh
 2018-02-22 12:53 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