linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-03 21:15:37 to 2021-06-11 15:43:08 UTC [more...]

[PATCH v8 0/8] Fork brute force attack mitigation
 2021-06-11 15:41 UTC  (13+ messages)
` [PATCH v8 1/8] security: Add LSM hook at the point where a task gets a fatal signal
` [PATCH v8 2/8] security/brute: Define a LSM and add sysctl attributes
` [PATCH v8 3/8] security/brute: Detect a brute force attack
` [PATCH v8 4/8] security/brute: Mitigate "
` [PATCH v8 5/8] security/brute: Notify to userspace "task killed"
` [PATCH v8 6/8] selftests/brute: Add tests for the Brute LSM
` [PATCH v8 7/8] Documentation: Add documentation "
` [PATCH v8 8/8] MAINTAINERS: Add a new entry "

[PATCH v8 0/4] KVM statistics data fd-based binary interface
 2021-06-11 13:40 UTC  (7+ messages)
` [PATCH v8 1/4] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v8 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v8 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v8 4/4] KVM: selftests: Add selftest for KVM "

[RFC 0/2] CPU-Idle latency selftest framework
 2021-06-11 12:41 UTC  (3+ messages)
` [RFC 1/2] powerpc/cpuidle: Extract IPI based and timer based wakeup latency from idle states
` [RFC 2/2] powerpc/selftest: Add support for cpuidle latency measurement

[PATCH v7 0/4] KVM statistics data fd-based binary interface
 2021-06-11 12:14 UTC  (28+ messages)
` [PATCH v7 1/4] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v7 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v7 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v7 4/4] KVM: selftests: Add selftest for KVM "

[PATCH v3 0/1] lib: Convert UUID runtime test to KUnit
 2021-06-11 10:48 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH v2] selftests/x86/syscall: use ARRAY_SIZE for msbs
 2021-06-11 10:40 UTC  (2+ messages)

[PATCH] kunit: Fix result propagation for parameterised tests
 2021-06-11  8:29 UTC  (2+ messages)

[PATCHv8] exec: Fix dead-lock in de_thread with ptrace_attach
 2021-06-11  7:54 UTC  (4+ messages)

[PATCH v4 1/4] kunit: Support skipped tests
 2021-06-11  7:08 UTC  (4+ messages)
` [PATCH v4 2/4] kunit: tool: Support skipped tests in kunit_tool
` [PATCH v4 3/4] kunit: test: Add example tests which are always skipped
` [PATCH v4 4/4] kasan: test: make use of kunit_skip()

[PATCH 0/5] cgroup/cpuset: Enable cpuset partition with no load balancing
 2021-06-10 19:39 UTC  (12+ messages)
` [PATCH 1/5] cgroup/cpuset: Don't call validate_change() for some flag changes
` [PATCH 2/5] cgroup/cpuset: Add new cpus.partition type with no load balancing
` [PATCH 3/5] cgroup/cpuset: Allow non-top parent partition root to distribute out all CPUs
` [PATCH 4/5] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH 5/5] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH v8 1/5] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-06-10 15:45 UTC  (6+ messages)
` [PATCH v8 2/5] selftests/sgx: Migrate to kselftest harness
` [PATCH v8 3/5] selftests/sgx: Dump enclave memory map
` [PATCH v8 4/5] selftests/sgx: Add EXPECT_EEXIT() macro
` [PATCH v8 5/5] selftests/sgx: Refine the test enclave to have storage

[PATCH v2 0/1] lib: Convert UUID runtime test to KUnit
 2021-06-10 13:56 UTC  (8+ messages)
` [PATCH v2 1/1] "

[PATCH] KVM: selftests: Fix compiling errors when initializing the static structure
 2021-06-10 11:46 UTC  (2+ messages)

[PATCH v7 1/4] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-06-09 21:02 UTC  (7+ messages)
` [PATCH v7 2/4] selftests/sgx: Migrate to kselftest harness

[PATCH v4 00/15] Add futex2 syscalls
 2021-06-09 16:26 UTC  (39+ messages)
` [PATCH v4 05/15] futex2: Implement support for different futex sizes
` [PATCH v4 07/15] docs: locking: futex2: Add documentation

[PATCH net-next 04/11] testing: selftests: net: forwarding: add devlink-required functionality to test (hard) dropped stats field
 2021-06-09 15:15 UTC  (2+ messages)
` [PATCH net-next 06/11] testing: selftests: drivers: net: netdevsim: devlink: add test case for hard drop statistics

[PATCH] docs: add documentation for SLUB cache kunit tests
 2021-06-09 13:21 UTC  (3+ messages)

[PATCH] lib: Convert UUID runtime test to KUnit
 2021-06-09 11:44 UTC  (7+ messages)

[PATCH] selftests/x86/syscall: use ARRAY_SIZE for msbs
 2021-06-09  9:55 UTC 

[PATCH 0/3] Restore extra_mem_pages and add slot0_mem_pages
 2021-06-09  5:19 UTC  (10+ messages)
` [PATCH 1/3] Revert "selftests: kvm: make allocation of extra memory take effect"
` [PATCH 2/3] Revert "selftests: kvm: fix overlapping addresses in memslot_perf_test"
` [PATCH 3/3] selftests: kvm: Add support for customized slot0 memory size

[RFC net-next 0/2] seg6: add support for SRv6 End.DT46 Behavior
 2021-06-09  1:16 UTC  (5+ messages)
` [RFC net-next 1/2] "
` [RFC net-next 2/2] selftests: seg6: add selftest "

[PATCH v3 1/4] kunit: Support skipped tests
 2021-06-08 21:23 UTC  (9+ messages)
` [PATCH v3 2/4] kunit: tool: Support skipped tests in kunit_tool
` [PATCH v3 3/4] kunit: test: Add example tests which are always skipped
` [PATCH v3 4/4] kasan: test: make use of kunit_skip()

n_gsm testing
 2021-06-08 11:16 UTC 

[PATCH 00/34] docs: avoid using ReST :doc:`foo` tag
 2021-06-08  7:28 UTC  (15+ messages)
` [PATCH 02/34] docs: dev-tools: kunit: don't use a table for docs name
` [PATCH 14/34] docs: dev-tools: kunit: avoid using ReST :doc:`foo` markup

(no subject)
 2021-06-07 16:02 UTC  (2+ messages)
` 

[PATCH] selftests/powerpc: Fix duplicate included pthread.h
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH v4 bpf-next 0/2] libbpf: BTF dumper support for typed data
 2021-06-05  2:50 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/2] "
` [PATCH v4 bpf-next 2/2] selftests/bpf: add dump type data tests to btf dump tests

[PATCH v2 1/4] kunit: Support skipped tests
 2021-06-04 21:44 UTC  (6+ messages)
` [PATCH v2 2/4] kunit: tool: Support skipped tests in kunit_tool

[PATCH] selftests: timers: rtcpie: skip test if default RTC device does not exist
 2021-06-04 21:36 UTC  (2+ messages)

[PATCH] selftests/tls: Add {} to avoid static checker warning
 2021-06-04 21:34 UTC  (2+ messages)

[PATCH][RESEND] selftests: splice: Adjust for handler fallback removal
 2021-06-04 21:33 UTC  (2+ messages)

[PATCH] selftests: lib.mk: Also install "config" and "settings"
 2021-06-04 21:30 UTC  (2+ messages)

[PATCH] powerpc/selftests: Use gettid() instead of getppid() for null_syscall
 2021-06-04 12:31 UTC 


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).