Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-08-21 12:54:41 to 2024-08-22 12:12:06 UTC [more...]

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

[PATCH v2] selftests:mm: Fix mmap() error paths to check for MAP_FAILED
 2024-08-22 12:00 UTC 

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-22 11:31 UTC  (47+ 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 v5 0/2] Add test to distinguish between thread's signal mask and ucontext_t
 2024-08-22 11:10 UTC  (4+ messages)
` [PATCH v5 1/2] selftests: Rename sigaltstack to generic signal

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

[PATCH net-next v3 0/8] net/selftests: TCP-AO selftests updates
 2024-08-22 10:14 UTC  (9+ 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 net-next v7] net: netconsole: selftests: Create a new netconsole selftest
 2024-08-22  9:56 UTC 

[RFC PATCH v1 0/4] Add support for the Bus Lock Threshold
 2024-08-22  9:43 UTC  (4+ messages)
` [RFC PATCH v1 1/4] x86/cpufeatures: Add CPUID feature bit "

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

[PATCH bpf-next v1 0/8] libbpf, selftests/bpf: Support cross-endian usage
 2024-08-22  9:20 UTC  (4+ messages)
` [PATCH bpf-next v1 5/8] libbpf: Support opening bpf objects of either endianness

[PATCH bpf-next v4 0/2] selftests/bpf: new MPTCP subflow subtest
 2024-08-22  9:13 UTC  (5+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp "

[PATCH v2 0/3] selftests: Fix cpuid / vendor checking build issues
 2024-08-22  8:11 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/resctrl: Generalize non-contiguous CAT check
` [PATCH v2 2/3] selftests/resctrl: Always initialize ecx to avoid build warnings
` [PATCH v2 3/3] kselftest: Provide __cpuid_count() stub on non-x86 archs

[PATCH 0/3] selftests: Fix cpuid / vendor checking build issues
 2024-08-22  7:41 UTC  (10+ messages)
` [PATCH 1/3] selftests/resctrl: Generalize non-contiguous CAT check
` [PATCH 2/3] selftests/resctrl: Always initialize ecx to avoid build warnings
` [RFC PATCH 3/3] kselftest: Provide __cpuid_count() stub on non-x86 archs

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-22  7:13 UTC  (18+ messages)
` [PATCH v2 01/17] asm-generic/unaligned.h: Extract common header for vDSO
` [PATCH v2 02/17] vdso: Clean header inclusion in getrandom
` [PATCH v2 03/17] vdso: Add __arch_get_k_vdso_rng_data()
` [PATCH v2 04/17] vdso: Add missing c-getrandom-y in Makefile
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom
` [PATCH v2 06/17] vdso: Change getrandom's generation to unsigned long
` [PATCH v2 07/17] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v2 08/17] powerpc: Add little endian variants of LWZX_BE and STWX_BE
` [PATCH v2 09/17] powerpc/vdso32: Add crtsavres
` [PATCH v2 10/17] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v2 11/17] powerpc/vdso: Wire up getrandom() vDSO implementation
` [PATCH v2 12/17] selftests: vdso: Fix powerpc64 vdso_config
` [PATCH v2 13/17] selftests: vdso: Don't hard-code location of vDSO sources
` [PATCH v2 14/17] selftests: vdso: Make test_vdso_getrandom look for the right vDSO function
` [PATCH v2 15/17] selftests: vdso: Fix build of test_vdso_chacha
` [PATCH v2 16/17] selftests: vdso: Make VDSO function call more generic
` [PATCH v2 17/17] selftests: vdso: Add support for vdso_test_random for powerpc

[PATCH] test coverage for dup_fd() failure handling in unshare_fd()
 2024-08-22  6:49 UTC  (2+ messages)

[PATCH 0/3] kunit: Improve format of some assertion messages
 2024-08-22  6:37 UTC  (7+ 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 v1] selftests:tdx:Use min macro
 2024-08-22  6:35 UTC  (2+ messages)

[PATCH 0/4] kunit: Add macros to help write more complex tests
 2024-08-22  6:14 UTC  (18+ 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] ftrace/selftest: Test combination of function_graph tracer and function profiler
 2024-08-22  3:54 UTC  (2+ messages)

[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 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  (2+ 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  (15+ messages)
` [PATCH v3 2/7] mm/munmap: Replace can_modify_mm with can_modify_vma
` [PATCH v3 7/7] selftests/mm: add more mseal traversal tests

[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  (8+ messages)

[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 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  (18+ messages)
` [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  (11+ messages)
` [PATCH RFT v9 4/8] fork: Add shadow stack support to clone3()

[PATCH v8 net-next 1/3] selftests: net: Create veth pair for testing in networkless kernel
 2024-08-21 17:21 UTC  (4+ messages)

[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  (5+ messages)
` [PATCH v2 1/5] KVM: s390: selftests: Add regression tests for SORTL and DFLTCC "
` [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)


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