linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-31 13:58:16 to 2025-08-05 14:18:52 UTC [more...]

[PATCH v2 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-05 14:20 UTC  (6+ messages)
` [PATCH v2 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v2 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY
` [PATCH v2 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks

[bpf-next 0/6] bpf,powerpc: Add support for bpf arena and arena atomics
 2025-08-05 12:07 UTC  (13+ messages)
` [bpf-next 1/6] bpf,powerpc: Introduce bpf_jit_emit_probe_mem_store() to emit store instructions
` [bpf-next 2/6] bpf,powerpc: Implement PROBE_MEM32 pseudo instructions
` [bpf-next 3/6] bpf,powerpc: Implement bpf_addr_space_cast instruction
` [bpf-next 4/6] bpf,powerpc: Introduce bpf_jit_emit_atomic_ops() to emit atomic instructions
` [bpf-next 5/6] bpf,powerpc: Implement PROBE_ATOMIC instructions
` [bpf-next 6/6] selftests/bpf: Fix arena_spin_lock selftest failure

[PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings
 2025-08-05 10:25 UTC  (3+ messages)
  ` [PATCH 05/17] rust: configfs: "

[PATCHv2 net 0/3] bonding: fix negotiation flapping in 802.3ad passive mode
 2025-08-05  9:46 UTC  (4+ messages)
` [PATCHv2 net 1/3] bonding: update LACP activity flag after setting lacp_active
` [PATCHv2 net 2/3] bonding: send LACPDUs periodically in passive mode after receiving partner's LACPDU
` [PATCHv2 net 3/3] selftests: bonding: add test for passive LACP mode

[PATCH v3] selftests/mm: pass filename as input param to VM_PFNMAP tests
 2025-08-05  8:47 UTC  (2+ messages)

[PATCH v4 0/4] procfs: make reference pidns more user-visible
 2025-08-05  7:29 UTC  (6+ messages)
` [PATCH v4 1/4] pidns: move is-ancestor logic to helper
` [PATCH v4 2/4] procfs: add "pidns" mount option
` [PATCH v4 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl
` [PATCH v4 4/4] selftests/proc: add tests for new pidns APIs

[PATCH v3 0/7] selftests/mm: Fix false positives and skip unsupported tests
 2025-08-05  6:13 UTC  (9+ messages)
` [PATCH v3 3/7] selftest/mm: Fix ksm_funtional_test failures
` [PATCH v3 4/7] mm/selftests: Fix split_huge_page_test failure on systems with 64KB page size

[PATCH v6 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-05  4:15 UTC  (5+ messages)
` [PATCH v6 1/2] "
    `  "
` [PATCH v6 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic

[RFC PATCH v3 0/2] cgroup: Track time in cgroup v2 freezer
 2025-08-05  3:29 UTC  (3+ messages)
` [RFC PATCH v3 1/2] cgroup: cgroup.freeze.stat.local time accounting
` [RFC PATCH v3 2/2] cgroup: selftests: Add tests for freezer time

[PATCH v2] selftests/mm: pass filename as input param to VM_PFNMAP tests
 2025-08-05  1:59 UTC  (3+ messages)

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-08-05  0:54 UTC  (9+ messages)
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc

[PATCH net] selftests: net: packetdrill: xfail all problems on slow machines
 2025-08-05  0:30 UTC  (6+ messages)

[PATCH v2] selftests/proc: Fix string literal warning in proc-maps-race.c
 2025-08-04 22:56 UTC 

[PATCH] selftests/proc: Fix string literal warning in proc-maps-race.c
 2025-08-04 21:48 UTC  (3+ messages)

next-20250804 Unable to handle kernel execute from non-executable memory at virtual address idem_hash
 2025-08-04 19:20 UTC 

[PATCH] selftests: bpf: crypto: Improved clarity in test output message
 2025-08-04 18:56 UTC 

[PATCH 0/3] Skip IRQ tests if irq legitimately is out of range
 2025-08-04 17:09 UTC  (4+ messages)
` [PATCH 1/3] misc: pci_endpoint_test: Skip IRQ tests if irq "
` [PATCH 2/3] misc: pci_endpoint_test: Cleanup extra 0 initialization
` [PATCH 3/3] selftests: pci_endpoint: Skip IRQ test if irq is out of range

[PATCH v5 00/15] kunit: Introduce UAPI testing framework
 2025-08-04 15:01 UTC  (5+ messages)

[PATCH v12 iproute2-next 0/3] DUALPI2 iproute2 patch
 2025-08-04 12:20 UTC  (4+ messages)
` [PATCH v12 iproute2-next 1/3] Move get_float() from ip/iplink_can.c to lib/utils.c
` [PATCH v12 iproute2-next 2/3] Add get_float_min_max() in lib/utils.c
` [PATCH v12 iproute2-next 3/3] tc: add dualpi2 scheduler module

[PATCH v11 iproute2-next 0/1] DUALPI2 iproute2 patch
 2025-08-04  8:31 UTC  (4+ messages)
` [PATCH v11 iproute2-next 1/1] tc: add dualpi2 scheduler module

[PATCH bpf-next 0/4] Add overwrite mode for bpf ring buffer
 2025-08-04  2:21 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: "
` [PATCH bpf-next 2/4] libbpf: ringbuf: Add overwrite ring buffer process
` [PATCH bpf-next 3/4] selftests/bpf: Add test for overwrite ring buffer
` [PATCH bpf-next 4/4] selftests/bpf/benchs: Add overwrite mode bench for rb-libbpf

[PATCH net v3 0/2] net: tcp: lookup the best matched listen socket
 2025-08-03  8:32 UTC  (8+ messages)
` [PATCH net v3 1/2] "
` [PATCH net v3 2/2] selftests/net: test TCP reuseport socket selection

[PATCH v2 0/8] selftests/mm: Add compiler flags and fix found warnings
 2025-08-02 23:35 UTC  (12+ messages)
` [PATCH v2 1/8] selftests/mm: Add -Wunreachable-code and fix warnings
` [PATCH v2 2/8] selftests/mm: protection_keys: Fix dead code
` [PATCH v2 3/8] selftests: kselftest.h: Add __unused macro
` [PATCH v2 4/8] selftests/mm: Add -Wunused family of flags
` [PATCH v2 5/8] selftests/mm: Remove unused parameters
` [PATCH v2 6/8] selftests/mm: Mark unused arguments with __unused
` [PATCH v2 7/8] "
` [PATCH v2 8/8] selftests/mm: Fix unused parameter warnings for different architectures

[PATCH v3 0/4] signal handling support for nolibc
 2025-08-02 12:43 UTC  (9+ messages)
` [PATCH v3 1/4] selftests/nolibc: fix EXPECT_NZ macro
` [PATCH v3 2/4] selftests/nolibc: remove outdated comment about construct order
` [PATCH v3 3/4] tools/nolibc: add more generic bitmask macros for FD_*
` [PATCH v3 4/4] tools/nolibc: add signal support

[PATCH 0/9] kunit: Refactor and extend KUnit's
 2025-08-02  9:45 UTC  (21+ messages)
` [PATCH 1/9] kunit: Add parent kunit for parameterized test context
` [PATCH 2/9] kunit: Introduce param_init/exit for parameterized test shared context management
` [PATCH 3/9] kunit: Pass additional context to generate_params for parameterized testing
` [PATCH 4/9] kcsan: test: Update parameter generator to new signature
` [PATCH 5/9] drm/xe: "
` [PATCH 6/9] kunit: Enable direct registration of parameter arrays to a KUnit test
` [PATCH 7/9] kunit: Add example parameterized test with shared resources and direct static parameter array setup
` [PATCH 8/9] kunit: Add example parameterized test with direct dynamic "
` [PATCH 9/9] Documentation: kunit: Document new parameterized test features

[PATCH] selftests/mm: link with thp_settings when necessary
 2025-08-02  2:33 UTC  (5+ messages)

[PATCH v5 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-02  1:53 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic

[PATCH v4 0/1] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-02  1:10 UTC  (3+ messages)
` [PATCH v4 1/1] "

[PATCH] selftests/mm: pass filename as input param to VM_PFNMAP tests
 2025-08-01 23:46 UTC  (3+ messages)

[PATCH v7 00/30] TDX KVM selftests
 2025-08-01 23:10 UTC  (4+ messages)
` [PATCH v7 05/30] KVM: selftests: Update kvm_init_vm_address_properties() for TDX

[PATCH] selftests/mm: Fix typos and improve output messages
 2025-08-01 22:02 UTC  (2+ messages)

[PATCH 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-01 19:30 UTC  (9+ messages)
` [PATCH 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY
` [PATCH 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks

[PATCH] selftests: breakpoints: use suspend_stats to reliably check suspend success
 2025-08-01 15:27 UTC  (3+ messages)

[PATCH v2] kho: add test for kexec handover
 2025-08-01 14:13 UTC  (3+ messages)

[PATCH net 0/2] bonding: fix negotiation flapping in 802.3ad passive mode
 2025-08-01  9:01 UTC  (4+ messages)
` [PATCH net 2/2] selftests: bonding: add test for passive LACP mode

[PATCH] selftests: bpf: Add missing symbol declarations to common header
 2025-08-01  3:08 UTC  (2+ messages)

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-08-01  1:09 UTC  (29+ messages)
` [PATCH v19 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v19 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v19 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v19 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v19 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v19 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v19 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v19 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v19 09/27] riscv/mm: write protect and shadow stack
` [PATCH v19 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v19 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v19 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v19 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v19 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v19 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v19 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v19 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v19 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v19 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v19 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v19 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v19 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v19 23/27] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v19 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v19 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v19 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v19 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH] kho: add test for kexec handover
 2025-07-31 21:27 UTC  (2+ messages)

[PATCH v1 0/4] A couple of improvements for VMM to inject external abort to guest
 2025-07-31 21:20 UTC  (5+ messages)
` [PATCH v1 1/4] KVM: arm64: Allow userspace to inject external instruction abort
` [PATCH v1 2/4] KVM: arm64: Allow userspace to supply ESR when injecting SEA
` [PATCH v1 3/4] KVM: selftests: Test injecting external abort with ISS
` [PATCH v1 4/4] Documentation: kvm: update UAPI for injecting SEA

[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-07-31 21:06 UTC  (9+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA

[PATCH v3 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-07-31 20:58 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v3 2/3] KVM: selftests: Test for KVM_EXIT_ARM_SEA
` [PATCH v3 3/3] Documentation: kvm: new UAPI for handling SEA

[PATCH 00/33] vfio: Introduce selftests for VFIO
 2025-07-31 20:55 UTC  (5+ messages)

[PATCH] kunit: tool: Accept --raw_output=full as an alias of 'all'
 2025-07-31 19:03 UTC  (2+ messages)

[PATCH bpf-next v3] selftests/bpf: Add LPM trie microbenchmarks
 2025-07-31 16:41 UTC  (4+ messages)

[PATCH] selftests: timers: improve adjtick output readability
 2025-07-31 16:12 UTC  (4+ messages)

[PATCH] selftests: ALSA: fix memory leak in utimer test
 2025-07-31 15:02 UTC  (2+ messages)

Crediting test authors
 2025-07-31 14:30 UTC  (6+ messages)

[PATCH RFC v2 0/4] procfs: make reference pidns more user-visible
 2025-07-31 14:21 UTC  (6+ messages)
` [PATCH RFC v2 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl

[PATCH v2] selftests/bpf: Add missing kfunc declarations to fix build errors
 2025-07-31 14:07 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).