linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-10 15:52:11 to 2025-07-13 17:48:42 UTC [more...]

[PATCH V9 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-07-13 17:43 UTC  (4+ messages)
` [PATCH V9 1/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH V9 2/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH V9 3/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies

[PATCH v2 0/4] signal handling support for nolibc
 2025-07-13 15:50 UTC  (10+ messages)
` [PATCH v2 1/4] selftests/nolibc: fix EXPECT_NZ macro
` [PATCH v2 2/4] selftests/nolibc: validate order of constructor calls
` [PATCH v2 4/4] tools/nolibc: add signal support

[PATCH 0/2] tools/nolibc: add x32 support
 2025-07-13 13:42 UTC  (4+ messages)
` [PATCH 1/2] tools/nolibc: define time_t in terms of __kernel_old_time_t
` [PATCH 2/2] selftests/nolibc: add x32 test configuration

[PATCH v23 net-next 0/6] DUALPI2 patch
 2025-07-13 10:52 UTC  (7+ messages)
` [PATCH v23 net-next 1/6] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v23 net-next 2/6] sched: Dump configuration and statistics "
` [PATCH v23 net-next 3/6] sched: Add enqueue/dequeue "
` [PATCH v23 net-next 4/6] selftests/tc-testing: Fix warning and style check on tdc.sh
` [PATCH v23 net-next 5/6] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v23 net-next 6/6] Documentation: netlink: specs: tc: Add DualPI2 specification

[PATCH v2 0/4] HID: core: fix __hid_request when no report ID is used
 2025-07-13  7:54 UTC  (5+ messages)
` [PATCH v2 4/4] selftests/hid: add a test case for the recent syzbot underflow

[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-07-13  2:42 UTC  (13+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v2 3/6] KVM: arm64: Allow userspace to inject external instruction aborts
` [PATCH v2 5/6] KVM: selftests: Test for KVM_CAP_INJECT_EXT_IABT

[PATCH net-next v3 0/3] netdevsim: add support for PHY devices
 2025-07-12 16:54 UTC  (6+ messages)
` [PATCH net-next v3 1/3] net: netdevsim: Add PHY support in netdevsim
` [PATCH net-next v3 3/3] selftests: ethtool: Introduce ethernet PHY selftests on netdevsim

[PATCH net-next V3 0/4] selftests: drv-net: Test XDP native support
 2025-07-12 15:02 UTC  (9+ messages)
` [PATCH net-next V3 1/4] selftests: drv-net: Test XDP_PASS/DROP support
` [PATCH net-next V3 2/4] selftests: drv-net: Test XDP_TX support
` [PATCH net-next V3 3/4] selftests: drv-net: Test tail-adjustment support
` [PATCH net-next V3 4/4] selftests: drv-net: Test head-adjustment support

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-07-12  9:49 UTC  (3+ messages)
` [PATCH v4 14/15] kunit: uapi: Introduce preinit executable

[PATCH 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-07-12  8:27 UTC  (2+ messages)

[PATCH net-next v5 0/3] selftest: net: Add selftest for netpoll
 2025-07-11 22:41 UTC  (5+ messages)
` [PATCH net-next v5 3/3] selftests: net: add netpoll basic functionality test

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

[PATCH v22 net-next 0/6] DUALPI2 patch
 2025-07-11 19:13 UTC  (8+ messages)
` [PATCH v22 net-next 1/6] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v22 net-next 2/6] sched: Dump configuration and statistics "
` [PATCH v22 net-next 3/6] sched: Add enqueue/dequeue "
` [PATCH v22 net-next 4/6] selftests/tc-testing: Fix warning and style check on tdc.sh
` [PATCH v22 net-next 5/6] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v22 net-next 6/6] Documentation: netlink: specs: tc: Add DualPI2 specification

[PATCH net-next V2 0/5] selftests: drv-net: Test XDP native support
 2025-07-11 17:50 UTC  (11+ messages)
` [PATCH net-next 1/5] selftests: drv-net: Add bpftool util
` [PATCH net-next 2/5] selftests: drv-net: Test XDP_PASS/DROP support
` [PATCH net-next 3/5] selftests: drv-net: Test XDP_TX support
` [PATCH net-next 4/5] selftests: drv-net: Test tail-adjustment support
` [PATCH net-next 5/5] selftests: drv-net: Test head-adjustment support

[PATCH net-next v6 0/3] selftest: net: Add selftest for netpoll
 2025-07-11 17:14 UTC  (5+ messages)
` [PATCH net-next v6 1/3] selftests: drv-net: add helper/wrapper for bpftrace
` [PATCH net-next v6 2/3] selftests: drv-net: Strip '@' prefix from bpftrace map keys
` [PATCH net-next v6 3/3] selftests: net: add netpoll basic functionality test

[PATCH v9 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-11 16:14 UTC  (9+ messages)
` [PATCH v9 22/29] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v9 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops

[RFC Patch 0/2] selftests/mm: assert rmap behave as expected
 2025-07-11 15:39 UTC  (6+ messages)
` [RFC Patch 1/2] selftests/mm: put general ksm operation into vm_util
` [RFC Patch 2/2] selftests/mm: assert rmap behave as expected

[PATCH] selftests/mm: fix split_huge_page_test for folio_split() tests
 2025-07-11 14:19 UTC  (3+ messages)

[PATCH net] selftests: rtnetlink: try double sleep to give WQ a chance
 2025-07-11 14:17 UTC  (3+ messages)

[PATCH v3 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-11 14:14 UTC  (15+ messages)
` [PATCH v3 01/10] mm/mremap: perform some simple cleanups
` [PATCH v3 02/10] mm/mremap: refactor initial parameter sanity checks
` [PATCH v3 03/10] mm/mremap: put VMA check and prep logic into helper function
` [PATCH v3 04/10] mm/mremap: cleanup post-processing stage of mremap
` [PATCH v3 05/10] mm/mremap: use an explicit uffd failure path for mremap
` [PATCH v3 06/10] mm/mremap: check remap conditions earlier
` [PATCH v3 07/10] mm/mremap: move remap_is_valid() into check_prep_vma()
` [PATCH v3 08/10] mm/mremap: clean up mlock populate behaviour
` [PATCH v3 09/10] mm/mremap: permit mremap() move of multiple VMAs
` [PATCH v3 10/10] tools/testing/selftests: extend mremap_test to test multi-VMA mremap

[PATCH v2 0/3] module: make structure definitions always visible
 2025-07-11 14:06 UTC  (7+ messages)
` [PATCH v2 1/3] module: move 'struct module_use' to internal.h
` [PATCH v2 2/3] module: make structure definitions always visible
` [PATCH v2 3/3] kunit: test: Drop CONFIG_MODULE ifdeffery

[PATCH 0/3] module: make structure definitions always visible
 2025-07-11 13:25 UTC  (7+ messages)
` [PATCH 2/3] "
` [PATCH 3/3] kunit: test: Drop CONFIG_MODULE ifdeffery

[PATCH v5] selftests: riscv: add misaligned access testing
 2025-07-11 13:19 UTC 

[PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings
 2025-07-11 12:44 UTC  (2+ messages)

[PATCH net-next v6] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
 2025-07-11 12:42 UTC 

[PATCH net-next v5] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
 2025-07-11 12:29 UTC  (3+ messages)

[PATCH v4] selftests/mm: add process_madvise() tests
 2025-07-11 12:19 UTC  (12+ messages)
  ` [PATCH v3] "

[PATCH v3] selftests/mm: add process_madvise() tests
 2025-07-11 12:09 UTC  (8+ messages)

[PATCH bpf-next 0/3] bpf: Show precise rejected function when attaching to __noreturn and __btf_id functions
 2025-07-11 12:02 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: Show precise rejected function when attaching to __noreturn functions
` [PATCH bpf-next 2/3] bpf: Show precise rejected function when attaching to __btf_id functions
` [PATCH bpf-next 3/3] selftests/bpf: Add selftest for attaching tracing "

[PATCH 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-11  8:31 UTC  (5+ messages)
` [PATCH 09/10] "

[PATCH v21 0/9] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-07-11  7:45 UTC  (11+ messages)
` [PATCH v21 1/9] PCI: imx6: Add helper function imx_pcie_add_lut_by_rid()
` [PATCH v21 2/9] PCI: imx6: Add LUT configuration for MSI/IOMMU in Endpoint mode
` [PATCH v21 3/9] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v21 4/9] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check
` [PATCH v21 5/9] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v21 6/9] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v21 7/9] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v21 8/9] selftests: pci_endpoint: "
` [PATCH v21 9/9] arm64: dts: imx95: Add msi-map for pci-ep device

[PATCH] kunit: Enable PCI on UML without triggering WARN()
 2025-07-11  6:48 UTC  (2+ messages)

[PATCH 0/3] signal handling support for nolibc
 2025-07-11  4:53 UTC  (5+ messages)
` [PATCH 2/3] tools/nolibc: add more generic BITSET_* macros for FD_*

[PATCH -next] selftests/ftrace: Prevent potential failure in subsystem-enable test case
 2025-07-11  3:37 UTC  (5+ messages)

[PATCH net] selftests: net: lib: fix shift count out of range
 2025-07-11  1:30 UTC  (2+ messages)

[PATCH net-next 0/5] ethtool: rss: report which fields are configured for hashing
 2025-07-11  1:20 UTC  (2+ messages)

[PATCH v2] selftests/cgroup: improve the accuracy of cpu.max tests
 2025-07-11  0:21 UTC  (3+ messages)
` [PATCH v3] selftests/cgroup: fix "

[PATCH] KVM: selftests: Add CONFIG_EVENTFD for irqfd selftest
 2025-07-10 23:08 UTC  (2+ messages)

[PATCH] selftests: breakpoints: use suspend_stats to reliably check suspend success
 2025-07-10 20:25 UTC  (2+ messages)

[PATCH v3 RESEND] kunit: fix longest symbol length test
 2025-07-10 19:30 UTC  (2+ messages)

[PATCH v6 0/8] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-07-10 17:42 UTC  (13+ messages)
` [PATCH v6 7/8] fs/proc/task_mmu: read proc/pid/maps under per-vma lock

[PATCH bpf-next,v3 0/2] Clarify and Enhance XDP Rx Metadata Handling
 2025-07-10 17:28 UTC  (11+ messages)
` [PATCH bpf-next,v3 2/2] selftests/bpf: Enhance XDP Rx metadata handling

[PATCH net] selftests: net: increase inter-packet timeout in udpgro.sh
 2025-07-10 16:04 UTC 

[PATCH v20 0/9] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-07-10 16:06 UTC  (3+ messages)

[PATCH v2 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-10 15:50 UTC  (6+ messages)
` [PATCH v2 03/10] mm/mremap: put VMA check and prep logic into helper function
` [PATCH v2 04/10] mm/mremap: cleanup post-processing stage of mremap
` [PATCH v2 07/10] mm/mremap: move remap_is_valid() into check_prep_vma()
` [PATCH v2 08/10] mm/mremap: clean up mlock populate behaviour
` [PATCH v2 09/10] mm/mremap: permit mremap() move of multiple VMAs


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