linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-20 19:56:11 to 2024-08-22 03:54:46 UTC [more...]

[PATCH] ftrace/selftest: Test combination of function_graph tracer and function profiler
 2024-08-22  3:54 UTC  (2+ messages)

[PATCH v5 0/2] Add test to distinguish between thread's signal mask and ucontext_t
 2024-08-22  3:03 UTC  (4+ messages)
` [PATCH v5 1/2] selftests: Rename sigaltstack to generic signal
` [PATCH v5 2/2] selftests: Add a test mangling with uc_sigmask

[PATCH v1] tools:mm:Check mmap based on return values
 2024-08-22  2:53 UTC  (2+ messages)

[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-08-22  2:51 UTC  (3+ messages)

[PATCH bpf-next v1 0/8] libbpf, selftests/bpf: Support cross-endian usage
 2024-08-22  1:55 UTC  (10+ messages)
` [PATCH bpf-next v1 1/8] libbpf: Improve log message formatting
` [PATCH bpf-next v1 2/8] libbpf: Fix header comment typos for BTF.ext
` [PATCH bpf-next v1 3/8] libbpf: Fix output .symtab byte-order during linking
` [PATCH bpf-next v1 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v1 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v1 6/8] libbpf: Support linking "
` [PATCH bpf-next v1 7/8] libbpf: Support creating light skeleton "
` [PATCH bpf-next v1 8/8] selftests/bpf: Support cross-endian building

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-22  1:15 UTC  (40+ messages)
` [PATCH v11 01/39] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v11 02/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v11 03/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v11 04/39] mman: Add map_shadow_stack() flags
` [PATCH v11 05/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v11 06/39] arm64/gcs: Document the ABI "
` [PATCH v11 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v11 08/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v11 09/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v11 10/39] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v11 11/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v11 12/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v11 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v11 14/39] arm64/mm: Map pages for guarded control stack
` [PATCH v11 15/39] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v11 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v11 17/39] arm64/hwcap: Add hwcap "
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v11 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v11 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v11 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v11 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v11 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v11 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v11 28/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v11 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v11 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v11 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v11 32/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v11 33/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v11 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v11 35/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v11 36/39] kselftest/arm64: Add GCS signal tests
` [PATCH v11 37/39] kselftest/arm64: Add a GCS stress test
` [PATCH v11 38/39] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v11 39/39] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH 1/1] Improve missing mods error message and make shell script executable
 2024-08-22  1:02 UTC  (2+ messages)

[PATCH net] selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct path
 2024-08-22  0:30 UTC  (3+ messages)

[PATCH net-next v6] net: netconsole: selftests: Create a new netconsole selftest
 2024-08-21 23:52 UTC  (3+ messages)

[PATCH v3 0/7] mm: Optimize mseal checks
 2024-08-21 23:37 UTC  (27+ messages)
` [PATCH v3 1/7] mm: Move can_modify_vma to mm/vma.h
` [PATCH v3 2/7] mm/munmap: Replace can_modify_mm with can_modify_vma
` [PATCH v3 3/7] mm/mprotect: "
` [PATCH v3 4/7] mm/mremap: "
` [PATCH v3 5/7] mseal: Replace can_modify_mm_madv with a vma variant
` [PATCH v3 6/7] mm: Remove can_modify_mm()
` [PATCH v3 7/7] selftests/mm: add more mseal traversal tests

[PATCH 0/4] kunit: Add macros to help write more complex tests
 2024-08-21 22:34 UTC  (14+ messages)
` [PATCH 1/4] kunit: Introduce kunit_is_running()
` [PATCH 2/4] kunit: Add macro to conditionally expose declarations to tests
` [PATCH 3/4] kunit: Allow function redirection outside of the KUnit thread
` [PATCH 4/4] kunit: Add example with alternate function redirection method

[PATCH] selftests/bpf: Fix incorrect parameters in NULL pointer checking
 2024-08-21 22:31 UTC  (5+ messages)

[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
 2024-08-21 22:30 UTC  (11+ messages)

[PATCH net-next v3 0/8] net/selftests: TCP-AO selftests updates
 2024-08-21 21:44 UTC  (7+ messages)
` [PATCH net-next v3 2/8] selftests/net: Provide test_snprintf() helper
` [PATCH net-next v3 4/8] selftests/net: Open /proc/thread-self in open_netns()

[PATCH bpf-next v4 0/2] selftests/bpf: new MPTCP subflow subtest
 2024-08-21 20:32 UTC  (4+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp "

[PATCH bpf-next v2 0/2] selftests/bpf: new MPTCP subflow subtest
 2024-08-21 20:28 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add mptcp "

[PATCH RFT v10 0/8] fork: Support shadow stacks in clone3()
 2024-08-21 19:49 UTC  (9+ messages)
` [PATCH RFT v10 1/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v10 2/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v10 3/8] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v10 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v10 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v10 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v10 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v10 8/8] selftests/clone3: Test shadow stack support

[PATCH 0/3] kunit: Improve format of some assertion messages
 2024-08-21 19:14 UTC  (4+ messages)
` [PATCH 1/3] kunit: Improve format of the NOT_ERR_OR_NULL assertion
` [PATCH 2/3] kunit: Improve format of the PTR_EQ|NE|NULL assertion
` [PATCH 3/3] kunit: Improve format of the KUNIT_EXPECT_EQ assertion

[PATCH RESEND v5] rust: str: Use `core::CStr`, remove the custom `CStr` implementation
 2024-08-21 19:07 UTC  (4+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-21 18:41 UTC  (24+ messages)
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)

[PATCH 0/6] Extend pmu_counters_test to AMD CPUs
 2024-08-21 18:21 UTC  (3+ messages)
` [PATCH 1/6] KVM: x86: selftests: Fix typos in macro variable use

[PATCH RFT v9 0/8] fork: Support shadow stacks in clone3()
 2024-08-21 18:05 UTC  (13+ messages)
` [PATCH RFT v9 2/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v9 4/8] fork: Add shadow stack support to clone3()

[PATCH v8 net-next 0/3] Enhance network interface feature testing
 2024-08-21 17:21 UTC  (6+ messages)
` [PATCH v8 net-next 1/3] selftests: net: Create veth pair for testing in networkless kernel

[PATCH v9 net-next 0/3] Enhance network interface feature testing
 2024-08-21 17:19 UTC  (4+ messages)
` [PATCH v9 net-next 1/3] selftests: net: Create veth pair for testing in networkless kernel
` [PATCH v9 net-next 2/3] selftests: net: Add on/off checks for non-fixed features of interface
` [PATCH v9 net-next 3/3] selftests: net: Use XFAIL for operations not supported by the driver

[PATCH v3] kselftest/arm64: signal: fix/refactor SVE vector length enumeration
 2024-08-21 16:44 UTC 

[PATCH v2] kselftest/arm64: signal: fix/refactor SVE vector length enumeration
 2024-08-21 16:27 UTC  (2+ messages)

[PATCH v1] selftests/mm: fix charge_reserved_hugetlb.sh test
 2024-08-21 16:04 UTC  (3+ messages)

[PATCH v2 0/5] KVM: s390: selftests: Add regression tests for CPU subfunctions
 2024-08-21 15:44 UTC  (13+ messages)
` [PATCH v2 1/5] KVM: s390: selftests: Add regression tests for SORTL and DFLTCC "
` [PATCH v2 2/5] KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subfunctions
` [PATCH v2 3/5] KVM: s390: selftests: Add regression tests for KMCTR, KMF, KMO and PCC "
` [PATCH v2 4/5] KVM: s390: selftests: Add regression tests for KMAC, KMC, KM, KIMD and KLMD "
` [PATCH v2 5/5] KVM: s390: selftests: Add regression tests for PLO subfunctions

[PATCH v1 0/2] mremap refactor: check src address for vma boundaries first
 2024-08-21 15:21 UTC  (10+ messages)

[PATCH v2] kselftest: dt: Ignore nodes that have ancestors disabled
 2024-08-21 15:18 UTC  (2+ messages)

[PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
 2024-08-21 12:30 UTC  (9+ messages)

[PATCH net-next v5] net: netconsole: selftests: Create a new netconsole selftest
 2024-08-21 10:48 UTC  (4+ messages)

kselftest/next build: 7 builds: 2 failed, 5 passed, 1 warning (v6.11-rc1-15-gc049acee3c71c)
 2024-08-21 10:22 UTC 

[PATCH] selftests/ftrace: Fix test to handle both old and new kernels
 2024-08-21  6:58 UTC  (4+ messages)

[PATCH 0/3] selftests: Fix cpuid / vendor checking build issues
 2024-08-21  6:30 UTC  (2+ messages)

[PATCH v5 0/4] Allow userspace to change ID_AA64PFR1_EL1
 2024-08-21  2:45 UTC  (2+ messages)

[PATCH net-next v3] selftests: net: add helper for checking if nettest is available
 2024-08-21  2:41 UTC  (2+ messages)

[PATCH net-next v2] selftests: net: add helper for checking if nettest is available
 2024-08-21  2:38 UTC  (5+ messages)

[PATCH net 00/14] mptcp: pm: fix IDs not being reusable
 2024-08-21  1:30 UTC  (2+ messages)

kselftest/next kselftest-seccomp: 1 runs, 1 regressions (v6.11-rc1-13-g41f37c852ac3f)
 2024-08-20 22:40 UTC 

kselftest/next kselftest-lkdtm: 1 runs, 1 regressions (v6.11-rc1-13-g41f37c852ac3f)
 2024-08-20 22:40 UTC 

kselftest/next kselftest-lib: 1 runs, 1 regressions (v6.11-rc1-13-g41f37c852ac3f)
 2024-08-20 22:40 UTC 

[PATCH net-next] selftests: net/forwarding: spawn sh inside vrf to speed up ping loop
 2024-08-20 22:30 UTC  (2+ messages)

[PATCH v2] kunit: Device wrappers should also manage driver name
 2024-08-20 22:21 UTC  (2+ messages)

kselftest/next build: 7 builds: 2 failed, 5 passed, 1 warning (v6.11-rc1-13-g41f37c852ac3f)
 2024-08-20 21:42 UTC 

[PATCH-cgroup 0/2] cgroup/cpuset: Account for boot time isolated CPUs
 2024-08-20 19:55 UTC  (3+ messages)
` [PATCH-cgroup 1/2] "
` [PATCH-cgroup 2/2] selftest/cgroup: Make test_cpuset_prs.sh deal with pre-isolated CPUs


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