Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-08-11 14:33:40 to 2026-08-12 14:45:35 UTC [more...]

[RFC PATCH 0/2] KVM: arm64: fix VGICv3 redistributor rollback
 2026-08-12 14:45 UTC  (7+ messages)
` [RFC PATCH 1/2] KVM: arm64: vgic-v3: Roll back failed redistributor region setup
` [RFC PATCH 2/2] KVM: arm64: selftests: Test VGICv3 redistributor region retry

[PATCH] kunit: tool: fix _list_tests filtering wrong variable when list has TAP prefix
 2026-08-12 14:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] selftests/mm: emit KTAP output from ksft_kmemleak_dedup
 2026-08-12 13:46 UTC  (2+ messages)

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-08-12 13:45 UTC  (10+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates

[PATCH 0/3] selftests/mm: TAP output and global-state fixes
 2026-08-12 13:42 UTC  (7+ messages)
` [PATCH 1/3] selftests/mm: emit TAP header in uffd-wp-mremap
` [PATCH 2/3] selftests/mm: emit TAP header and use TAP skip in mremap_test
` [PATCH 3/3] selftests/mm: restore enable_soft_offline in hugetlb-soft-offline

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-12 13:37 UTC  (44+ messages)
` [PATCH v10 01/41] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v10 02/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v10 04/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v10 05/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v10 06/41] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 14/41] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v10 16/41] KVM: guest_memfd: Zero page while getting pfn

[PATCH v3 00/18] selftests/mm: improve khugepaged coverage
 2026-08-12 13:23 UTC  (19+ messages)
` [PATCH v3 01/18] selftests/mm: raise the khugepaged test-case cap
` [PATCH v3 02/18] selftests/mm: skip collapse_compound_extreme where the PMD is too large
` [PATCH v3 03/18] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH v3 04/18] selftests/mm: skip khugepaged page cache cases without a PMD folio
` [PATCH v3 05/18] selftests/mm: keep khugepaged out of the swapout the swap cases set up
` [PATCH v3 06/18] selftests/mm: move is_backed_by_folio() into vm_util
` [PATCH v3 07/18] selftests/mm: add folio-order check for address ranges
` [PATCH v3 08/18] selftests/mm: add folio-order detection self-check
` [PATCH v3 09/18] selftests/mm: add khugepaged completion barrier helper
` [PATCH v3 10/18] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH v3 11/18] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH v3 12/18] selftests/mm: cover a shared-source collapse write race
` [PATCH v3 13/18] selftests/mm: run every supported collapse order by default
` [PATCH v3 14/18] selftests/mm: verify synchronous khugepaged driving is attributable
` [PATCH v3 15/18] selftests/mm: add khugepaged race harness
` [PATCH v3 16/18] selftests/mm: race collapse of windows with holes
` [PATCH v3 17/18] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH v3 18/18] selftests/mm: zap whole PTE tables in "

[PATCH v3 9/9] x86: re-enable EXECMEM_ROX support
 2026-08-12 13:20 UTC  (4+ messages)

[PATCH v2 0/3] KVM: riscv: Add KVM_PRE_FAULT_MEMORY support
 2026-08-12 12:22 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: riscv: Implement KVM_PRE_FAULT_MEMORY
` [PATCH v2 2/3] KVM: selftests: Add RISC-V Sv57 page table indexing
` [PATCH v2 3/3] KVM: selftests: Enable pre_fault_memory_test for RISC-V

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-08-12 12:01 UTC  (2+ messages)

[PATCH bpf-next v7 6/6] selftests/bpf: tc_tunnel - validate decap GSO and encapsulation state
 2026-08-12 10:48 UTC  (2+ messages)

[PATCH v5 net-next 0/2] ECN offload handling series
 2026-08-12 10:35 UTC  (7+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v5 net-next 2/2] net: hns3: fix GSO_ECN flag setting in the RX path

[PATCH v4 3/4] liveupdate: luo_session: include linux/mm.h for virt/phys translation
 2026-08-12 10:25 UTC  (2+ messages)

[PATCH 0/4] mm: kmemleak: reduce transient false positives by confirming leaks
 2026-08-12  9:40 UTC  (5+ messages)
` [PATCH 3/4] mm: kmemleak: factor leak confirmation into a helper
` [PATCH 4/4] selftests: mm: test kmemleak's N-consecutive-scan leak confirmation

[PATCH bpf-next v2] selftests/bpf: Track test_xdp_features DUT processes
 2026-08-12  9:23 UTC  (2+ messages)

[PATCH] kselftests: dmabuf-heaps: Open heap device files O_RDONLY
 2026-08-12  8:51 UTC  (3+ messages)

[PATCH v2] selftests/mm: thuge-gen: fix test_shmget() for PAGE_SIZE check
 2026-08-12  8:17 UTC 

[PATCH] selftests/mm: thuge-gen: fix test_shmget() for PAGE_SIZE check
 2026-08-12  7:19 UTC  (5+ messages)

[PATCH v2 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
 2026-08-12  7:03 UTC  (5+ messages)
` [PATCH v2 1/4] selftests: add shared lib.bpf.mk to build "

[bpf-next PATCH 0/2] bpf, riscv: Add BPF stack arguments support for RV64 JIT
 2026-08-12  6:15 UTC  (3+ messages)
` [bpf-next PATCH 1/2] "
` [bpf-next PATCH 2/2] selftests/bpf: Enable stack argument tests for riscv

[PATCH v3] selftests/cgroup: test_zswap: skip test_no_kmem_bypass if debugfs is unavailable
 2026-08-12  5:07 UTC 

[PATCH bpf-next 10/13] selftests/bpf: Add tracing_multi bpf prog cookie test
 2026-08-12  4:06 UTC  (3+ messages)

[PATCH bpf-next 06/13] bpf: Add tracing_multi link fdinfo support for bpf progs
 2026-08-12  4:04 UTC  (3+ messages)

[RFC PATCH 0/7] riscv: iommu: Add QoS ID support for resctrl device assignment
 2026-08-12  2:58 UTC  (12+ messages)
` [RFC PATCH 3/7] resctrl: Add a devices file for external requester assignment
` [RFC PATCH 4/7] iommu/riscv: Program QoS IDs for assigned groups
` [RFC PATCH 5/7] iommu/riscv: Expose global QoS IDs in sysfs

[PATCH v2] selftests/cgroup: test_zswap: skip test_no_kmem_bypass if debugfs is unavailable
 2026-08-12  2:45 UTC  (6+ messages)

[PATCH] cgroup/cpuset: Add test for partition root invalidation returning wrong CPUs
 2026-08-12  2:26 UTC  (4+ messages)
` [PATCH v2] "

[PATCH net-next v2] selftests: drv-net: hide the devlink port_split test
 2026-08-12  1:40 UTC  (2+ messages)

[PATCH net-next v3 0/5] net: selftests: adjustments to ipv6_flowlabel_mgr
 2026-08-12  1:30 UTC  (4+ messages)
` [PATCH net-next v3 3/5] selftests: net: create own netns in ipv6_flowlabel_mgr

[PATCH 0/2] block: expose blkcg io.stat to BPF
 2026-08-12  1:07 UTC  (8+ messages)
` [PATCH 1/2] block: add BPF kfuncs to read blkcg io.stat

[PATCH v3 0/4] selftests/ftrace: Add a boottime tracing test framework
 2026-08-12  0:44 UTC  (5+ messages)
` [PATCH v3 1/4] selftests/ftrace: Add generic boot "
` [PATCH v3 2/4] selftests/ftrace: Add boot-time tracing testcases
` [PATCH v3 3/4] selftests/ftrace: Add kernel cmdline "
` [PATCH v3 4/4] selftests/ftrace: Add persistent ring buffer testcases

[PATCH bpf-next v4 0/3] bpf: prevent offloaded programs from running on host via tcx/netkit
 2026-08-12  0:10 UTC  (5+ messages)
` [PATCH bpf-next v4 2/3] bpf, xdp: move offload check into dev_xdp_install()

[PATCH v2 0/4] selftests/ftrace: Add a boottime tracing test framework
 2026-08-12  0:05 UTC  (7+ messages)
` [PATCH v2 1/4] selftests/ftrace: Add generic boot "
` [PATCH v2 2/4] selftests/ftrace: Add boot-time tracing testcases
` [PATCH v2 3/4] selftests/ftrace: Add kernel cmdline "
` [PATCH v2 4/4] selftests/ftrace: Add persistent ring buffer testcases

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-08-11 23:47 UTC  (21+ messages)
` [PATCH v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[PATCH v2 0/2] selftests/resctrl: Increase L3 cache test coverage
 2026-08-11 23:18 UTC  (5+ messages)
` [PATCH v2 1/2] selftests/resctrl: Add L3_CBM_VALIDATE to check CBM writes
` [PATCH v2 2/2] selftests/resctrl: Add L3_BIT_USAGE to check allocation reporting

[PATCH bpf-next v2 0/2] bpf: Compare iterator types during state pruning
 2026-08-11 22:00 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test RCU iterator "

[PATCH bpf-next 0/4] bpf: BPF-driven proactive memcg reclaim
 2026-08-11 21:52 UTC  (3+ messages)
` [PATCH bpf-next 2/4] bpf: add bpf_thread_wq kthread-backed workqueue with cgroup placement

[PATCH v3 00/11] mlx5 support for VFIO self test
 2026-08-11 21:22 UTC  (13+ messages)
` [PATCH v3 06/11] selftests: Fix arm64 IO barriers to match kernel
` [PATCH v3 07/11] vfio: selftests: Allow drivers to specify required region size
` [PATCH v3 09/11] vfio: selftests: Add mlx5 driver - HW init and command interface
` [PATCH v3 10/11] vfio: selftests: Add mlx5 driver - data path and memcpy ops
` [PATCH v3 11/11] vfio: selftests: mlx5 driver - add send_msi support

[PATCH 00/11] coredump: allow to create sparse coredumps on the coredump socket
 2026-08-11 20:55 UTC  (15+ messages)
` [PATCH 01/11] selftests/coredump: discard the right amount after the coredump request
` [PATCH 02/11] selftests/coredump: collapse the expected request check into the helper
` [PATCH 03/11] coredump: pin the protocol struct sizes
` [PATCH 04/11] coredump: move the negotiated mask into struct coredump_params
` [PATCH 05/11] coredump: deduplicate the to_skip flush
` [PATCH 06/11] coredump: add COREDUMP_HEADER to the coredump socket protocol
` [PATCH 07/11] coredump: add COREDUMP_SPARSE "
` [PATCH 08/11] tools: sync coredump.h header
` [PATCH 09/11] coredump: frame the coredump when COREDUMP_HEADER is negotiated
` [PATCH 10/11] coredump: describe the holes when COREDUMP_SPARSE "
` [PATCH 11/11] selftests/coredump: test COREDUMP_HEADER and COREDUMP_SPARSE

[PATCH v3] selftests: harness: Mark test fixture objects __maybe_unused
 2026-08-11 20:21 UTC  (4+ messages)

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-11 20:08 UTC  (33+ messages)
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous

[PATCH v2 0/8] nfsd/sunrpc: harden the netlink listener interfaces
 2026-08-11 19:19 UTC  (5+ messages)
` [PATCH v2 4/8] SUNRPC: undo partial rpcbind registrations when svc_register() fails
` [PATCH v2 8/8] selftests/nfsd: add a per-netns rpcbind stub and the listener round-trips

[PATCH v3] tracing: Export live module tracepoint strings in printk_formats
 2026-08-11 18:15 UTC 

[PATCH v3 00/19] crypto: cmh - add Rambus CryptoManager Hub driver
 2026-08-11 18:23 UTC  (16+ messages)
` [PATCH v3 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
` [PATCH v3 02/19] crypto: cmh - add core platform driver
` [PATCH v3 03/19] crypto: cmh - add key provisioning and management
` [PATCH v3 11/19] crypto: cmh - add DRBG hwrng

[PATCH net-next v10] selftests/net/openvswitch: add SCTP flow key support and test
 2026-08-11 18:16 UTC 

[PATCH 0/3] KVM: riscv: Add KVM_PRE_FAULT_MEMORY support
 2026-08-11 17:18 UTC  (3+ messages)
` [PATCH 3/3] KVM: selftests: Enable pre_fault_memory_test for RISC-V

[PATCH v2 00/17] selftests/mm: improve khugepaged coverage
 2026-08-11 16:59 UTC  (5+ messages)

[PATCH bpf-next v5] libbpf: avoid overflow in BTF.ext bounds check
 2026-08-11 16:49 UTC 

[PATCH bpf v3 0/2] selftest/bpf: make test_tc_tunnel and test_tc_edt more robust to CI load
 2026-08-11 16:25 UTC  (6+ messages)
` [PATCH bpf v3 1/2] selftests/bpf: keep polling connection that is still in progress

[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
 2026-08-11 16:11 UTC  (6+ messages)
  ` [PATCH 1/2] Correct __pagemap_scan_get_categories return value
  ` [PATCH 2/2] selftests/mm: Fix soft-dirty kselftest supported check

[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-08-11 16:03 UTC  (5+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation

[PATCH net-next V2 00/13] net/mlx5e: Add support for HW-GRO to PSP
 2026-08-11 15:48 UTC  (9+ messages)
` [PATCH net-next V2 12/13] selftests: drv-net: psp: Fix responder parsing

[PATCH v1 0/4] selftests/ftrace: Add a boottime tracing test framework
 2026-08-11 15:22 UTC  (3+ messages)

[PATCH] selftests/exec: add missing SPDX-License-Identifier tag
 2026-08-11 14:35 UTC 


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