Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-07-14 14:30:03 to 2026-07-15 21:41:11 UTC [more...]

[PATCH bpf-next v5 0/8] Add the the capability to load HW RX checksum in eBPF programs
 2026-07-15 21:39 UTC  (6+ messages)
` [PATCH bpf-next v5 1/8] netlink: specs: add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next v5 2/8] net: veth: add xmo_rx_checksum callback to veth driver
` [PATCH bpf-next v5 3/8] net: ice: add xmo_rx_checksum callback
` [PATCH bpf-next v5 4/8] selftests/bpf: add selftest support for bpf_xdp_metadata_rx_checksum
` [PATCH bpf-next v5 5/8] selftests/bpf: add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog

[PATCH 0/4] selftests/bpf: A few edge case fixes
 2026-07-15 21:40 UTC  (4+ messages)
` [PATCH 1/4] selftests/bpf: Install bpftool where test_progs expects to find it

[PATCH v4 0/5] software node: provide support for fw_devlink
 2026-07-15 21:30 UTC  (3+ messages)
` (subset) "

[PATCH v9 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-15 21:17 UTC  (10+ messages)
` [PATCH v9 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v9 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v9 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v9 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v9 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v9 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v9 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v9 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults

[PATCH] kunit: configs: Enable gpiolib for all_tests.config
 2026-07-15 20:15 UTC 

[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
 2026-07-15 20:02 UTC  (8+ messages)
` [PATCH v4 1/4] tools/build: Allow versioning of all LLVM tools defined in Makefile.include
` [PATCH v4 2/4] tools/build: Indent if else blocks
` [PATCH v4 3/4] tools/build: Allow versioning LLVM readelf
` [PATCH v4 4/4] tools/build: selftests: Remove some duplicate toolchain definitions

[RFC PATCH] liveupdate: Allow multiple openers for /dev/liveupdate
 2026-07-15 17:23 UTC  (4+ messages)

[PATCH v2 0/4] mm/hmm: Clarify notifier retry state and scope HMM timeouts
 2026-07-15 17:14 UTC  (12+ messages)
` [PATCH v2 1/4] fixup! mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v2 2/4] fixup! drm/nouveau: use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v2 3/4] fixup! accel/amdxdna: use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v2 4/4] fixup! drm/gpusvm: use hmm_range_fault_unlocked_timeout() for range faults

[PATCH bpf-next v10 0/9] bpf: Introduce global percpu data
 2026-07-15 16:11 UTC  (11+ messages)
` [PATCH bpf-next v10 1/9] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v10 2/9] bpf: Introduce global percpu data
` [PATCH bpf-next v10 3/9] libbpf: Probe percpu data feature
` [PATCH bpf-next v10 4/9] libbpf: Add support for global percpu data
` [PATCH bpf-next v10 5/9] bpftool: Generate skeleton "
` [PATCH bpf-next v10 6/9] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v10 7/9] selftests/bpf: Test direct reading/writing read-only percpu_array map
` [PATCH bpf-next v10 8/9] selftests/bpf: Test verifier log for global percpu data
` [PATCH bpf-next v10 9/9] selftests/bpf: Verify bpf_iter "

[PATCH v3] selftests: harness: Mark test fixture objects __maybe_unused
 2026-07-15 16:03 UTC  (3+ messages)

[RFC PATCH net-next v2 0/2] tcp: Add net.ipv4.tcp_purge_receive_queue sysctl
 2026-07-15 15:48 UTC  (7+ messages)
` [RFC PATCH net-next v2 1/2] "
` [RFC PATCH net-next v2 2/2] selftests/net: packetdrill: Add two tcp_purge_receive_queue tests

[PATCH v2] selftests/cgroup: Fix intermittent test_cgfreezer_ptrace test failures
 2026-07-15 15:47 UTC  (3+ messages)

[PATCH] selftests/mm: khugepaged: skip swap tests when swap is unavailable
 2026-07-15 14:47 UTC  (3+ messages)

[PATCH v2 0/7] clk: Add support for clock nexus
 2026-07-15 14:43 UTC  (5+ messages)

[PATCH v5 0/2] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
 2026-07-15 14:42 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] selftests/mm: add PAGEMAP_SCAN test for THP "

[PATCH 2/4] selftests/proc: expand smaps field coverage and require TMPFS
 2026-07-15 14:36 UTC 

[PATCH] net: selftests: fix typo in ip_defrag comment
 2026-07-15 14:35 UTC 

[PATCH bpf-next v2 0/3] bpf: Disallow interpreter fallback for interpreter-unsupported insns
 2026-07-15 14:11 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Disallow interpreter fallback for arena-related insns
` [PATCH bpf-next v2 2/3] bpf: Disallow interpreter fallback for gotox insn
` [PATCH bpf-next v2 3/3] bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insn

[PATCH v4] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
 2026-07-15 14:08 UTC  (3+ messages)

[PATCH v1.1 0/6] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
 2026-07-15 13:26 UTC  (5+ messages)
` [PATCH v1.1 2/6] mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()

[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-07-15 13:24 UTC  (2+ messages)

[PATCH v3 0/5] tools/build: Allow versioning of all LLVM tools
 2026-07-15 12:39 UTC  (6+ messages)
` [PATCH v3 1/5] tools/build: Allow versioning of all LLVM tools defined in Makefile.include
` [PATCH v3 2/5] tools/build: Indent if else blocks
` [PATCH v3 3/5] tools/build: Allow versioning LLVM readelf
` [PATCH v3 4/5] tools/build: selftests: Allow versioning LLVM lld
` [PATCH v3 5/5] tools/build: selftests: Remove some duplicate toolchain definitions

[PATCH net-next v3] selftests/net: Skip srv6_end_dt46_l3vpn_test if iproute2 too old
 2026-07-15 12:28 UTC 

[PATCH net-next v2] selftests/net: Skip srv6_end_dt46_l3vpn_test::host_vpn_tests if iproute2 too old
 2026-07-15 12:04 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Fix fib_lookup VLAN tests on hosts with forwarding on
 2026-07-15 11:20 UTC  (2+ messages)

[PATCH] selftests: do not preserve ownership when installing files with rsync
 2026-07-15 10:51 UTC 

[PATCH bpf v5 0/2] bpf: Reject negative const offsets for buffer pointers
 2026-07-15  9:40 UTC  (9+ messages)
` [PATCH bpf v5 2/2] selftests/bpf: Cover negative buffer pointer offsets

[PATCH bpf-next v7 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-07-15  9:00 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-15  8:56 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs

[PATCH bpf v4 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-07-15  8:40 UTC  (2+ messages)

[PATCH] selftests/lkdtm: rename STACKLEAK_ERASING to KSTACK_ERASE
 2026-07-15  8:02 UTC 

[PATCH bpf-next v4 0/6] Add the capability to load HW RX checksum in eBPF programs
 2026-07-15  8:32 UTC  (5+ messages)
` [PATCH bpf-next v4 1/6] netlink: specs: Add XDP RX checksum capability to XDP metadata specs

[PATCH net-next 0/3] net: nexthop: per-nexthop UDP dst port for fdb (VXLAN) nexthops
 2026-07-15  7:43 UTC  (5+ messages)

[PATCH] selftests/seccomp: Fix pointer type mismatch build error
 2026-07-15  7:32 UTC  (2+ messages)

[PATCH v3 0/2] bpf, riscv: add timed may_goto support
 2026-07-15  7:12 UTC  (3+ messages)
` [PATCH v3 1/2] bpf, riscv: add support for timed may_goto
` [PATCH v3 2/2] selftests/bpf: enable timed may_goto tests for riscv64

[PATCH v8 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-07-15  6:46 UTC  (3+ messages)
` [PATCH v8 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`

[PATCH v3 0/2] Make liveupdate selftests library
 2026-07-15  6:15 UTC  (5+ messages)

[PATCH] selftests/cgroup: Fix intermittent test_cgfreezer_ptrace test failures
 2026-07-15  4:17 UTC  (5+ messages)

[RFC PATCH 0/7] riscv: iommu: Add QoS ID support for resctrl device assignment
 2026-07-15  2:55 UTC  (5+ messages)
` [RFC PATCH 1/7] iommu: Add group lookup by ID

[PATCH] selftests/ftrace: Add test case for a symbol in a module without module name
 2026-07-15  1:58 UTC  (4+ messages)

[PATCH net-next v3] selftests/net/openvswitch: add SCTP flow key test
 2026-07-15  1:54 UTC 

[PATCH bpf-next v2 0/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-15  1:27 UTC 

[PATCH bpf-next v5 00/10] bpf: add support for KASAN checks in JITed programs
 2026-07-15  0:53 UTC  (8+ messages)
` [PATCH bpf-next v5 01/10] bpf: propagate original instruction offset when patching program
` [PATCH bpf-next v5 03/10] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v5 04/10] bpf, x86: add helper to emit kasan checks in x86 "

[PATCH v4 net-next 0/7] ptp: Add PHC timestamp quality attributes
 2026-07-15  0:47 UTC  (5+ messages)
` [PATCH v4 net-next 1/7] ptp: Add ioctls for PHC timestamps with "
` [PATCH v4 net-next 7/7] net: ena: Implement gettimexattrs64 callback for PTP attributes

[PATCH 1/2] selftests/cgroup: fix missing TAP output in test_hugetlb_memcg
 2026-07-14 22:09 UTC  (2+ messages)

[RFC PATCH v4 0/3] trace: stack trace deduplication for ftrace ring buffer
 2026-07-14 21:53 UTC  (5+ messages)
` [RFC PATCH v4 1/3] trace: add lock-free stackmap for stack trace deduplication
` [RFC PATCH v4 2/3] trace: integrate stackmap into ftrace stack recording path

[PATCH 0/4] mm/hmm: Clarify notifier retry state and scope HMM timeouts
 2026-07-14 21:33 UTC  (6+ messages)
` [PATCH 1/4] fixup! mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH 2/4] fixup! drm/nouveau: use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH 3/4] fixup! accel/amdxdna: use hmm_range_fault_unlocked_timeout() for range population
` [PATCH 4/4] fixup! drm/gpusvm: use hmm_range_fault_unlocked_timeout() for range faults

[PATCH v5 0/5] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-14 20:57 UTC  (6+ messages)
` [PATCH v5 1/5] vfio: selftests: igb: Add driver for Intel 82576 device
` [PATCH v5 2/5] vfio: selftests: igb: Use PHY internal loopback on 82576
` [PATCH v5 3/5] vfio: selftests: Add helpers to re-enable interrupts
` [PATCH v5 4/5] vfio: selftests: igb: Factor hardware programming into igb_hw_init()
` [PATCH v5 5/5] vfio: selftests: igb: Recover after DMA-read faults

[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-14 20:05 UTC  (9+ messages)

[PATCH v2] selftests/kvm/x86: fix spelling error in xapic_ipi_test comment
 2026-07-14 18:41 UTC  (2+ messages)

[PATCH v2 0/6] tools/build: Allow versioning of all LLVM tools
 2026-07-14 18:49 UTC  (5+ messages)
` [PATCH v2 4/6] tools/build: Allow versioning LLVM readelf

[PATCH bpf-next 1/2] bpf: Check byte type when validating helper stack reads
 2026-07-14 18:05 UTC  (2+ messages)

[PATCH v3 16/17] selftests/verification: Rearrange the wwnr_printk test
 2026-07-14 17:42 UTC  (4+ messages)

[PATCH v8 0/2] selftests/futex: fix the failed futex_requeue test issue
 2026-07-14 17:41 UTC  (5+ messages)
` [PATCH v8 2/2] "

[PATCH 0/2] x86: Support shstk via prctl
 2026-07-14 15:47 UTC  (3+ messages)
` [PATCH 1/2] x86/shstk: support "
` [PATCH 2/2] selftests/x86: add generic prctl shadow stack test

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-14 15:15 UTC  (21+ messages)
` [PATCH v5 01/20] vfio/pci: Factor out the reset logic in VFIO PCI device close path
` [PATCH v5 02/20] vfio: Export various helpers from VFIO
` [PATCH v5 03/20] vfio/pci: Export vfio_pci_dma_buf_move for vfio-pci module
` [PATCH v5 04/20] liveupdate: Export symbols needed by modules
` [PATCH v5 05/20] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v5 06/20] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v5 07/20] vfio: Introduce vfio_find_device() helper
` [PATCH v5 08/20] vfio: Refactor vfio_device_fops_cdev_open()
` [PATCH v5 09/20] vfio: Add API to open cdev device for Live Update restore
` [PATCH v5 10/20] vfio/pci: Retrieve preserved device files after Live Update
` [PATCH v5 11/20] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH v5 12/20] docs: liveupdate: Add documentation for VFIO PCI
` [PATCH v5 13/20] vfio: selftests: Build liveupdate library in VFIO selftests
` [PATCH v5 14/20] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH v5 15/20] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [PATCH v5 16/20] vfio: selftests: Add Makefile support for TEST_GEN_PROGS_EXTENDED
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH v5 18/20] vfio: selftests: Expose iommu_modes to tests
` [PATCH v5 19/20] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH v5 20/20] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test

[PATCH 0/5] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
 2026-07-14 14:32 UTC  (2+ messages)

[PATCH rdma-next v2 00/14] RDMA: Make device names unique per net namespace
 2026-07-14 14:29 UTC  (8+ messages)
` [PATCH rdma-next v2 08/14] RDMA/cgroup: Disambiguate devices across net namespaces
` [PATCH rdma-next v2 09/14] RDMA/cma: Document that CM configfs cannot be net namespace scoped
` [PATCH rdma-next v2 10/14] RDMA/core: Document the SELinux ibendport net namespace limitation
` [PATCH rdma-next v2 11/14] RDMA/core: Make device names unique per net namespace
` [PATCH rdma-next v2 12/14] RDMA/rxe: Allow queue VMAs to outlive ucontexts
` [PATCH rdma-next v2 13/14] RDMA/rxe: Implement disassociate_ucontext callback
` [PATCH rdma-next v2 14/14] RDMA/selftests: Add rxe_netns_names test


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