Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2018-02-24 05:33:44 to 2018-03-01 20:12:09 UTC [more...]

[PATCH net-next 0/5] selftests: forwarding: misc bug fixes and enhancements
 2018-03-01 20:12 UTC  (28+ messages)
` [PATCH net-next 1/5] selftests: forwarding: Only check tc version for tc tests
` [PATCH net-next 2/5] selftests: forwarding: Only check for mz when it is needed
` [PATCH net-next 3/5] selftests: forwarding: Handle 0 for packet difference in multipath tests
` [PATCH net-next 4/5] selftests: forwarding: Use PING6 instead of ping for ipv6 multipath test
` [PATCH net-next 5/5] selftests: forwarding: Add description to the multipath tests

[PATCH] selftests: memory-hotplug: silence test command echo
 2018-03-01 14:41 UTC  (5+ messages)

[PATCH] selftests/bpf: Add bpf_probe_read_str to bpf_helpers.h
 2018-02-28 21:31 UTC  (4+ messages)

[GIT PULL] kselftest fixes update for 4.16-rc4
 2018-02-28 21:10 UTC  (2+ messages)

[PATCH net-next v2 00/14] selftests: forwarding: Add VRF-based tests
 2018-02-28 17:27 UTC  (32+ 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 net-next v2 05/14] selftests: forwarding: Create test topology for multipath routing
` [PATCH net-next v2 06/14] selftests: forwarding: Test IPv4 weighted nexthops
` [PATCH net-next v2 07/14] selftests: forwarding: Test IPv6 "
` [PATCH net-next v2 08/14] selftests: forwarding: Add tc offload check helper
` [PATCH net-next v2 09/14] selftests: forwarding: Add MAC get helper
` [PATCH net-next v2 10/14] selftests: forwarding: Allow to get netdev interfaces names from commandline
` [PATCH net-next v2 11/14] selftests: forwarding: Introduce tc flower matching tests
` [PATCH net-next v2 12/14] selftests: forwarding: Introduce tc actions tests
` [PATCH net-next v2 13/14] selftests: forwarding: Introduce basic tc chains tests
` [PATCH net-next v2 14/14] selftests: forwarding: Introduce basic shared blocks tests

[PATCH] selftest: fix kselftest-merge depend on 'RUNTIME_TESTING_MENU'
 2018-02-28  9:13 UTC  (7+ 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  (8+ messages)
` [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  (26+ messages)
` [PATCH v3 01/18] [BUGFIX] tracing: probeevent: Fix to support minus offset from symbol
` [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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox