Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-06-17 09:36:52 to 2026-06-19 00:31:51 UTC [more...]

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-19  0:32 UTC  (47+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v8 19/46] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v8 20/46] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
` [PATCH v8 25/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v8 26/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v8 27/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v8 28/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v8 29/46] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v8 30/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v8 31/46] KVM: selftests: Test basic single-page conversion flow
` [PATCH v8 32/46] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v8 33/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v8 34/46] KVM: selftests: Test conversion before allocation
` [PATCH v8 35/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v8 36/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v8 37/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v8 38/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v8 39/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v8 40/46] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v8 41/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v8 42/46] KVM: selftests: Provide common function to set memory attributes
` [PATCH v8 43/46] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v8 44/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v8 45/46] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v8 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH bpf v2 0/8] bpf: Fix ring buffer handling
 2026-06-19  0:26 UTC  (9+ messages)
` [PATCH bpf v2 1/8] libbpf: ringbuf: Honor zero consume bounds
` [PATCH bpf v2 2/8] libbpf: ringbuf: Prevent NULL callback crash
` [PATCH bpf v2 3/8] libbpf: ringbuf: Reject overwrite callback use
` [PATCH bpf v2 4/8] libbpf: ringbuf: Handle position counter wrap
` [PATCH bpf v2 5/8] bpf: ringbuf: Handle pending position wrap
` [PATCH bpf v2 6/8] bpf: user_ringbuf: Handle "
` [PATCH bpf v2 7/8] libbpf: ringbuf: Use compiler atomics
` [PATCH bpf v2 8/8] libbpf: ringbuf: Prevent missed wakeups

[PATCH bpf 0/6] libbpf: Fix ring buffer consumption
 2026-06-19  0:26 UTC  (10+ messages)
` [PATCH bpf 2/6] libbpf: ringbuf: Prevent NULL callback crash
` [PATCH bpf 5/6] libbpf: ringbuf: Prevent missed wakeups
` [PATCH bpf 6/6] libbpf: ringbuf: Reject overwrite callback use

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-19  0:17 UTC  (4+ messages)
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-06-18 23:32 UTC  (4+ messages)
` [PATCH v7 15/20] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters

[PATCH v7 11/20] KVM: arm64: Enforce PMU event filter at vcpu_load()
 2026-06-18 23:30 UTC  (2+ messages)

[PATCH] kselftest docs: remove reference to obsolete/archived wiki
 2026-06-18 23:12 UTC  (7+ messages)

[PATCH bpf-next v3 0/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-06-18 22:50 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: add tests for bpf_init_inode_xattr kfunc

[PATCH v3 00/13] Dynamic Housekeeping Management (DHM) via CPUSets
 2026-06-18 21:11 UTC  (22+ messages)
` [PATCH v3 01/13] sched/isolation: Replace notifier chain with explicit callback interface
` [PATCH v3 02/13] sched/isolation: Add housekeeping_update_types() for kernel-noise masks
` [PATCH v3 03/13] sched/isolation: RCU-protect all housekeeping cpumask readers
` [PATCH v3 04/13] sched/isolation: Fix RCU protection for runtime-mutable cpumask callers
` [PATCH v3 05/13] cpu/hotplug: Reserve CPUHP states for nohz_full and managed IRQ down-paths
` [PATCH v3 06/13] tick/nohz, context_tracking: Prepare for runtime nohz_full updates
` [PATCH v3 07/13] rcu/nocb: Add explicit housekeeping callback for runtime NOCB toggling
` [PATCH v3 08/13] genirq: Add explicit housekeeping callback for managed IRQ migration
` [PATCH v3 09/13] watchdog/lockup_detector: Register housekeeping callback for kernel-noise
` [PATCH v3 10/13] sched: Guard sched_tick_start/stop against uninitialized tick_work_cpu
` [PATCH v3 11/13] cgroup/cpuset: Extend isolated partition to trigger kernel-noise isolation
` [PATCH v3 12/13] docs: cgroup-v2: Document kernel-noise isolation via isolated partitions
` [PATCH v3 13/13] selftests/cgroup: Add kernel-noise isolation test to cpuset selftest

[PATCH v14 0/4] vfio: selftest: Add NVIDIA GPU Falcon DMA test driver
 2026-06-18 20:43 UTC  (3+ messages)
` [PATCH v14 4/4] vfio: selftests: Add NVIDIA Falcon driver for DMA testing

[PATCH] tools/include/linux/types.h: add ulong typedef for musl compatibility
 2026-06-18 20:03 UTC  (2+ messages)

[PATCH] selftests/rseq: Replace glibc-specific __GNUC_PREREQ with portable check
 2026-06-18 19:37 UTC 

[PATCH v2 0/2] tty: n_gsm: fix gsm_queue() UAF and add a base regression test
 2026-06-18 16:39 UTC  (3+ messages)

[PATCH] selftests: proc: include fcntl.h in proc-pidns
 2026-06-18 16:12 UTC  (3+ messages)

[PATCH 00/16] riscv: Generate riscv instruction functions
 2026-06-18 15:31 UTC  (5+ messages)
` [PATCH 04/16] riscv: kprobes: Use generated instruction headers

[PATCH v2 0/7] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-18 14:16 UTC  (13+ messages)
` [PATCH v2 2/7] rust: macros: auto-insert ThisModule in #[vtable]
` [PATCH v2 3/7] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v2 4/7] rust: drm: set fops.owner from driver module pointer
` [PATCH v2 7/7] block: rnull: use `LocalModule` for `THIS_MODULE`
  ` [PATCH v2 1/7] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait

[PATCH bpf v3 0/2] Fix partial copy of non-linear test_run output
 2026-06-18 10:45 UTC  (8+ messages)
` [PATCH bpf v3 1/2] bpf: "
` [PATCH bpf v3 2/2] selftests/bpf: Cover "

[PATCH v3 0/7] rust: use vertical import style and remove redundant imports
 2026-06-18 10:41 UTC  (3+ messages)
  ` [PATCH v3 6/7] rust: block: rnull: use vertical import style

[PATCH bpf-next 0/2] bpf: Guard conntrack opts error writes
 2026-06-18 10:18 UTC  (4+ messages)
` [PATCH bpf-next v2 "
  ` [PATCH bpf-next v2 1/2] "
  ` [PATCH bpf-next v2 2/2] selftests/bpf: Cover small "

[PATCH bpf-next v3 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-18 10:07 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
` [PATCH bpf-next v3 2/3] bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT "
` [PATCH bpf-next v3 3/3] selftests/bpf: Add bpf_fib_lookup() VLAN flag tests

[PATCH 0/1] selftests: net: fix file owner for broadcast_ether_dst test
 2026-06-18  9:21 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] selftests/nsfs: fix wrong error check of NS_GET_USERNS result
 2026-06-18  7:08 UTC 

[PATCH 0/5] LoongArch: BPF: arena instruction gating, private stack and exceptions
 2026-06-18  4:19 UTC  (7+ messages)
` [PATCH 1/5] LoongArch: BPF: Gate unsupported arena instructions via bpf_jit_supports_insn()
` [PATCH 2/5] LoongArch: BPF: Add private stack support
` [PATCH 3/5] LoongArch: BPF: Add exceptions (bpf_throw) support
` [PATCH 4/5] selftests/bpf: Add LoongArch deny list
` [PATCH 5/5] selftests/bpf: Enable struct_ops private stack test for LoongArch

[PATCH 0/2] ring-buffer: Fix forced 8-byte alignment event length
 2026-06-17 23:19 UTC  (4+ messages)
` [PATCH 2/2] selftests/ftrace: Account for 8-byte aligned trace_marker_raw events

[PATCH v4 0/2] vfio: selftests: Add allocation assert helpers and avoid VLAs
 2026-06-17 22:55 UTC  (4+ messages)
` [PATCH v4 1/2] vfio: selftests: Add allocation assert helpers
` [PATCH v4 2/2] vfio: selftests: Avoid VLAs

[PATCH] selftests/ftrace: Drop invalid top-level local in test_ownership
 2026-06-17 22:22 UTC  (4+ messages)

[PATCH v3 0/2] Make liveupdate selftests library
 2026-06-17 19:08 UTC  (3+ messages)

[PATCH v3 0/2] vfio: selftests: Add calloc_assert() and avoid VLAs
 2026-06-17 18:35 UTC  (6+ messages)
` [PATCH v3 1/2] vfio: selftests: Add calloc_assert() helper

[PATCH bpf v3 0/2] bpf: Fix stack slot index for Spectre v4 nospec checks
 2026-06-17 17:50 UTC  (3+ messages)
` [PATCH bpf v3 1/2] bpf: Fix stack slot index in "
` [PATCH bpf v3 2/2] selftests/bpf: Cover stack nospec slot indexing

[PATCH v3 0/2] fs/pipe: reduce pipe->mutex contention by pre-allocating outside the lock
 2026-06-17 17:39 UTC  (15+ messages)

[PATCH bpf v2 0/2] bpf: Fix stack slot index for Spectre v4 nospec checks
 2026-06-17 17:24 UTC  (4+ messages)
` [PATCH bpf v2 1/2] bpf: Fix stack slot index in "
` [PATCH bpf v2 2/2] selftests/bpf: Cover stack nospec slot indexing

[PATCH bpf-next 0/2] bpf: Preserve pointer spill metadata during half-slot cleanup
 2026-06-17 16:02 UTC  (5+ messages)
` [PATCH bpf-next v2 "
  ` [PATCH bpf-next v2 1/2] "
  ` [PATCH bpf-next v2 2/2] selftests/bpf: Cover half-slot cleanup of pointer spills

[PATCH bpf 0/2] bpf: Fix stack slot index for Spectre v4 nospec checks
 2026-06-17 14:25 UTC  (9+ messages)
` [PATCH bpf 1/2] bpf: Fix stack slot index in "
    `  "
` [PATCH bpf 2/2] selftests/bpf: Cover stack nospec slot indexing
    `  "

[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-06-17 13:18 UTC  (9+ messages)
` [PATCH v4 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH v4 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH v4 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH v4 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases

[PATCH v7 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-06-17 12:28 UTC  (18+ messages)
` [PATCH v7 1/8] selftests/cgroup: skip test_zswap if zswap is globally disabled
` [PATCH v7 2/8] selftests/cgroup: avoid OOM in test_swapin_nozswap
` [PATCH v7 3/8] selftests/cgroup: use runtime page size for zswpin check
` [PATCH v7 4/8] selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_util
` [PATCH v7 5/8] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v7 6/8] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v7 7/8] selftest/cgroup: fix zswap attempt_writeback() on 64K "
` [PATCH v7 8/8] selftests/cgroup: test_zswap: wait for asynchronous writeback

[PATCH v3 0/3] kunit: Add support for skipping entire test suites
 2026-06-17 12:15 UTC  (4+ messages)
` [PATCH v3 1/3] kunit: Add ability to skip "
` [PATCH v3 2/3] rust: kunit: add 'kunit_suite.status' binding to 'kunit_unsafe_test_suite'
` [PATCH v3 3/3] kunit: Add example of test suite that can be skipped at runtime

[PATCH v2 1/2] selftests/filesystems: Move file_stressor to dedicated subdirectory
 2026-06-17 11:18 UTC  (4+ messages)
` [PATCH v2 2/2] selftests/filesystems: allow security.selinux xattr in listxattr kernfs test

[PATCH RFC 0/3] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-06-17 10:34 UTC  (8+ messages)

[PATCH v13 00/22] TDX KVM selftests
 2026-06-17  9:50 UTC  (3+ messages)
` [PATCH v13 03/22] KVM: selftests: Initialize the TDX VM

[PATCH bpf-next v2 0/4] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-17  9:42 UTC  (3+ messages)
` [PATCH bpf-next v2 3/4] bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT flag to bpf_fib_lookup() helper

[PATCH v9 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-17  9:40 UTC  (2+ messages)


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