Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-08-21 03:51:35 to 2026-08-24 03:03:30 UTC [more...]

[PATCH bpf v2 0/2] net: xdp: fix bpf_xdp_shrink_data() page handling on generic XDP and veth
 2026-08-24  3:02 UTC 

[PATCH v2 0/3] cgroup/cpuset: Preserve boot-isolated CPUs on partition release
 2026-08-24  2:01 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/cgroup: Drop invalid boot isolation comparison
` [PATCH v2 2/3] cgroup/cpuset: Preserve boot-isolated CPUs on partition release
` [PATCH v2 3/3] selftests/cgroup: Add test for preserving boot-isolated CPUs

[PATCH bpf-next v7 0/9] bpf: add support for KASAN checks in JITed programs
 2026-08-23 22:53 UTC  (18+ messages)
` [PATCH bpf-next v7 1/9] bpf: mark instructions accessing program stack
` [PATCH bpf-next v7 2/9] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v7 3/9] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v7 4/9] bpf, x86: emit KASAN checks in x86 JITed programs
` [PATCH bpf-next v7 5/9] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v7 6/9] selftests/bpf: make cmdline_contains stricter
` [PATCH bpf-next v7 7/9] selftests/bpf: add helpers for KASAN in JIT testing
` [PATCH bpf-next v7 8/9] selftests/bpf: move bpf_jit_harden helper into testing_helpers
` [PATCH bpf-next v7 9/9] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH v4 00/19] selftests/mm: improve khugepaged coverage
 2026-08-23 19:49 UTC  (10+ messages)
` [PATCH v4 03/19] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH v4 04/19] selftests/mm: skip khugepaged page cache cases without a PMD folio
` [PATCH v4 05/19] selftests/mm: make the swap cases' swapout reliable

[PATCH v5 0/5] mm: Fix MF_DELAYED handling on memory failure
 2026-08-23 19:40 UTC  (6+ messages)
` [PATCH v5 1/5] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH v5 2/5] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH v5 3/5] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH v5 4/5] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [PATCH v5 5/5] mm: selftests: Add shmem into memory failure test

[PATCH] tools/nolibc: add 64-bit parisc support
 2026-08-23 19:19 UTC  (2+ messages)

[PATCH bpf-next v4 0/5] bpf: fix stream capacity, read, and oversize handling
 2026-08-23 19:22 UTC  (10+ messages)
  ` [PATCH bpf-next v4 1/5] bpf: roll back stream capacity when allocation fails
  ` [PATCH bpf-next v4 2/5] bpf: fix stream capacity leak in staging path
  ` [PATCH bpf-next v4 3/5] bpf: return partial progress from bpf_stream_read on fault
  ` [PATCH bpf-next v4 4/5] bpf: reject oversized bpf_stream_vprintk output with -E2BIG
  ` [PATCH bpf-next v4 5/5] selftests/bpf: cover stream capacity and partial read edge cases

[RFC PATCH 0/7] riscv: iommu: Add QoS ID support for resctrl device assignment
 2026-08-23 19:02 UTC  (2+ messages)

[PATCH] selftests/mm: disable smart scan for ksm_tests
 2026-08-23 18:43 UTC 

[PATCH 0/3] audit: Measure and reduce syscall filtering overhead
 2026-08-23 18:10 UTC  (2+ messages)

[PATCH v3 0/5] KVM: arm64: fix VGICv3 redistributor rollback
 2026-08-23 15:39 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: arm64: vgic-v3: Undo assignment on iodev registration failure
` [PATCH v3 2/5] KVM: arm64: vgic-v3: Reset redistributors after failed region setup
` [PATCH v3 3/5] KVM: arm64: vgic-v3: Separate redistributor teardown from unassignment
` [PATCH v3 4/5] KVM: arm64: selftests: Pass guest code to vm_gic_create_with_vcpus()
` [PATCH v3 5/5] KVM: arm64: selftests: Test VGICv3 redistributor region retry

[PATCH 1/2] stacktrace: Add __counted_by_ptr attribute to struct stack_trace
 2026-08-23 15:11 UTC  (3+ messages)
` [PATCH 2/2] lib/tests: Add KUnit test for struct stack_trace __counted_by_ptr attribute

[PATCH 0/5] KVM: guest_memfd: fix unbind race and NUMA selftests
 2026-08-23 14:22 UTC  (7+ messages)
` [PATCH 1/5] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
` [PATCH 2/5] KVM: selftests: fix maxnode arguments in xapic_ipi_test
` [PATCH 3/5] KVM: selftests: use BITS_PER_TYPE() for NUMA masks
` [PATCH 4/5] KVM: selftests: add get_numa_mem_nodes()
` [PATCH 5/5] KVM: selftests: use allowed NUMA nodes in guest_memfd_test

[PATCH v19 00/14] KVM: arm64: Provide guest support for GCS
 2026-08-23 13:18 UTC  (10+ messages)
` [PATCH v19 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v19 05/14] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v19 06/14] KVM: arm64: Validate GCS exception lock when emulating ERET

[PATCH net v2 0/6] net: stmmac: Fix double VLAN 802.1ad tag handling
 2026-08-23  7:52 UTC  (11+ messages)
` [PATCH net v2 1/6] net: stmmac: Remove VLAN perfect matching dead code
` [PATCH net v2 2/6] net: stmmac: Enable double VLAN processing only when supported
` [PATCH net v2 3/6] net: stmmac: Move double VLAN handling to a dedicated op
` [PATCH net v2 4/6] net: stmmac: Disable double VLAN handling on dwmac4
` [PATCH net v2 5/6] selftests: drv-net: Move _set_ethtool_feat() into lib
` [PATCH net v2 6/6] selftests: drv-net: Add VLAN test

[PATCH 00/11] mm/cma: charge cma allocation to memcg using per area counters
 2026-08-23  7:02 UTC  (13+ messages)
` [PATCH 01/11] mm/cma: drop const for struct page on release API
` [PATCH 02/11] mm/cma: include linux/cma.h in cma.h
` [PATCH 03/11] cgroup: add memory_cma_accounting mount option
` [PATCH 04/11] memcg: add cma charge/uncharge functions for area counters
` [PATCH 05/11] mm/cma: charge cma allocation to memcg per "
` [PATCH 06/11] memcg: register per-area usage counters in cgroupfs
` [PATCH 07/11] selftests: cgroup: add cma configs for cgroup selftest suite
` [PATCH 08/11] selftests: cgroup: add memcg cma tests
` [PATCH 09/11] selftests: cgroup: add a vmtest script for memcg
` [PATCH 10/11] selftests: cgroup: add memcg hugetlb_cma tests
` [PATCH 11/11] selftests: cgroup: amend vmtest-memcg to run the hugetlb cma tests

[PATCH net-next 0/2] selftests: openvswitch: SCTP flow key coverage (IPv6 + NAT)
 2026-08-23  2:09 UTC  (3+ messages)
` [PATCH net-next 1/2] selftests/net/openvswitch: add SCTP flow key test over IPv6
` [PATCH net-next 2/2] selftests/net/openvswitch: add SCTP flow key test across conntrack NAT

[PATCH net v2 1/2] net/tcp: fix TCP-AO key deletion in VRFs
 2026-08-22 20:11 UTC  (2+ messages)
` [PATCH net v2 2/2] selftests: net: tcp_ao: test VRF-scoped key deletion

[PATCH v2] mm/secretmem: properly account locked pages
 2026-08-22 19:14 UTC 

[PATCH] mm/secretmem: properly account locked pages
 2026-08-22 18:55 UTC  (4+ messages)

[PATCH v2 0/2] bpf: reject stack-argument callback subprograms
 2026-08-22 18:27 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2026-08-22 16:50 UTC  (12+ messages)
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE

[PATCH net v2 0/4] Improve stability of big_tcp_tunnels.sh selftest
 2026-08-22 12:03 UTC  (5+ messages)
` [PATCH net v2 1/4] selftests: net: Wait for netserver to launch
` [PATCH net v2 2/4] selftests: net: Lower threshold on debug kernels for big_tcp_tunnels.sh
` [PATCH net v2 3/4] selftests: net: Lower threshold with csum offload off in big_tcp_tunnels.sh
` [PATCH net v2 4/4] selftests: net: Fix slow configurations "

[RFC PATCH bpf-next v3 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
 2026-08-22 11:57 UTC  (11+ messages)
` [RFC PATCH bpf-next v3 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [RFC PATCH bpf-next v3 2/2] selftests/bpf: add tests for selective kmod BTF loading

[PATCH v2 0/5] KVM: arm64: fix VGICv3 redistributor rollback
 2026-08-22  8:40 UTC  (5+ messages)
` [PATCH v2 3/5] KVM: arm64: vgic-v3: Unregister redistributors before freeing regions

[PATCH] kunit: tool: fix _list_tests filtering wrong variable when list has TAP prefix
 2026-08-22  8:05 UTC  (2+ messages)
` [PATCH v3] "

[PATCH net 1/2] net/tcp: fix TCP-AO key deletion in VRFs
 2026-08-22  4:02 UTC  (6+ messages)
` [PATCH net 2/2] selftests: net: tcp_ao: test VRF-scoped key deletion

[PATCH bpf-next v4 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-08-22  3:19 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] mm/bpf: Add bpf_proactive_reclaim kfuncs

[PATCH v4 00/27] vfio/pci: Add CXL Type-2 device passthrough support
 2026-08-22  1:22 UTC  (4+ messages)
` [PATCH v4 01/27] cxl: Fix resource.c include path and export cxl_restore_hdm_after_pci_reset

[PATCH v5] selftests/resctrl: Skip L3_CAT when no exclusive cache portion exists
 2026-08-21 21:23 UTC  (2+ messages)

[PATCH 0/1] kernel/locking: Add mutual exclusion self-test
 2026-08-21 20:42 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] selftests/mm: check strdup() and fix buf leak in parse_test_type()
 2026-08-21 20:14 UTC  (5+ messages)

[PATCH bpf-next v6 0/9] bpf: add support for KASAN checks in JITed programs
 2026-08-21 19:44 UTC  (3+ messages)

[PATCH bpf v7] selftests/bpf: allocate a larger timeout for connection
 2026-08-21 19:20 UTC  (2+ messages)

[PATCH] selftests/cgroup: Fix cg_run_in_subcgroups ignoring arg parameter
 2026-08-21 19:14 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Avoid flaky resize value test for percpu data
 2026-08-21 17:58 UTC  (4+ messages)

[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
 2026-08-21 17:46 UTC  (4+ messages)

[PATCH v2 0/5] selftest/arm64: Fix MTE test setup and TAP reporting
 2026-08-21 16:21 UTC  (12+ messages)
` [PATCH v2 1/5] selftests/arm64: Print TAP header
` [PATCH v2 2/5] selftests/arm64: Print missing MTE TAP headers
` [PATCH v2 3/5] selftests/arm64: Treat KSM merge_across_nodes as optional
` [PATCH v2 4/5] selftests/arm64: Fix MTE prctl TAP plan
` [PATCH v2 5/5] selftests/arm64: Add MTE test config fragment

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-08-21 15:34 UTC  (13+ messages)
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates

[PATCH 0/2] kselftest: mm: fix some failure of split_huge_page_test
 2026-08-21 14:07 UTC  (8+ messages)
` [PATCH 1/2] kselftest: mm: prevent random failure of huge page split for khugepaged

[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-08-21 14:05 UTC  (12+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-08-21 13:39 UTC  (3+ messages)

[PATCH] futex: Avoid hash-bucket locking for mismatched waits
 2026-08-21 13:18 UTC  (7+ messages)

[PATCH v2] KVM: selftests: Replace ulong with unsigned long
 2026-08-21 12:45 UTC  (10+ messages)

[PATCH net-next RFC 0/6] netconsole: Support messages ratelimit-ing
 2026-08-21 12:41 UTC  (4+ messages)
` [PATCH net-next RFC 4/6] netconsole: tell the target when the rate limit drops messages

[PATCH v19 03/14] KVM: arm64: Manage GCS access and registers for guests
 2026-08-21 12:30 UTC  (8+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-21 12:30 UTC  (4+ messages)
` [PATCH v10 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd

[PATCH] KVM: selftests: Fix the bounds of the SEV debug dst buffer check
 2026-08-21 12:27 UTC  (3+ messages)

[PATCH] selftests/vfio: Include <libgen.h> for basename() on non-glibc builds
 2026-08-21 12:21 UTC 

[PATCH 0/6] coredump: select memory types per request
 2026-08-21 11:52 UTC  (7+ messages)
` [PATCH 1/6] coredump: select memory types to include
` [PATCH 2/6] tools: sync coredump.h header
` [PATCH 3/6] selftests/coredump: simplify the refusal tests
` [PATCH 4/6] selftests/coredump: test COREDUMP_MEMORY_TYPES
` [PATCH 5/6] selftests/coredump: improve coredump size negotiation tests
` [PATCH 6/6] selftests/coredump: test failed handshakes

[PATCH 0/4] selftest/arm64: Fix MTE test setup and TAP reporting
 2026-08-21 11:38 UTC  (12+ messages)
` [PATCH 2/4] selftest/arm64: Treat KSM merge_across_nodes as optional
` [PATCH 4/4] selftest/arm64: Add MTE test config fragment

[PATCH v5] PCI/pcie: Add PCIe Lane Margining at Receiver (LMR) support
 2026-08-21 11:00 UTC  (2+ messages)

[RFC PATCH 0/3] selftests: mm: introduce page allocation stall reproducer
 2026-08-21 10:44 UTC  (4+ messages)

[PATCH] selftests/x86: Skip sysret_rip fall-through probes that hit the stack
 2026-08-21 10:42 UTC 

[PATCH 0/2] ublk: fix force_abort leftover after quiesce recover
 2026-08-21 10:30 UTC  (3+ messages)
` [PATCH 1/2] ublk: clear force_abort in ublk_queue_reset_io_flags()
` [PATCH 2/2] selftests: ublk: add batch IO cases to recover_03

[PATCH 0/2] rust: kunit: add optional assertions to catch taint and lockdep warnings
 2026-08-21 10:18 UTC  (6+ messages)
  ` [PATCH 1/2] rust: kunit: add config to fail kunit tests if a lockdep warning is triggered

[PATCH] selftests: vDSO: vdso_test_correctness: Include linux/types.h
 2026-08-21 10:06 UTC 

[PATCH net v2 0/2] selftests/net: fixes for fin_ack_lat
 2026-08-21  6:45 UTC  (2+ messages)

[PATCH bpf-next v4 0/4] bpf: arena: handle memory.max on fault-in with reclaim/OOM
 2026-08-21  5:59 UTC  (4+ messages)
  ` [PATCH bpf-next v4 3/4] selftests/bpf: Add read_cgroup_file() to cgroup_helpers
  ` [PATCH bpf-next v4 4/4] selftests/bpf: Add a test for arena fault-in under memory.max

[PATCH v14 00/22] TDX KVM selftests
 2026-08-21  5:16 UTC  (3+ messages)
` [PATCH v14 08/22] KVM: selftests: Add TDX boot code


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