Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-07-07 06:08:35 to 2026-07-08 11:14:56 UTC [more...]

[PATCH v10 00/15] userfaultfd: working set tracking for VM guest memory
 2026-07-08 11:14 UTC  (15+ messages)
` [PATCH v10 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v10 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v10 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v10 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v10 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v10 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v10 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v10 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v10 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v10 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v10 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v10 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v10 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v10 14/15] selftests/mm: add userfaultfd RWP tests

[PATCH net-next v4 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-07-08 10:50 UTC  (6+ messages)
` [PATCH net-next v4 1/3] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding

[PATCH v2] selftests/landlock: fix spelling error in fs_test comment
 2026-07-08 10:42 UTC  (2+ messages)

[PATCH net-next 0/2] selftests: drv-net: run XDP tests with both IP versions
 2026-07-08 10:40 UTC  (2+ messages)

[PATCH] selftests/mm: Fix memleak in migration benchmark
 2026-07-08 10:37 UTC 

[PATCH v2] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
 2026-07-08 10:34 UTC 

[PATCH nf-next v4 0/6] Add IPv4 over IPv6 and SIT flowtable SW acceleration
 2026-07-08 10:33 UTC  (7+ messages)
` [PATCH nf-next v4 3/6] net: netfilter: Add IPv4 over IPv6 tunnel flowtable acceleration
` [PATCH nf-next v4 5/6] net: netfilter: Add SIT "

[PATCH v2] bug: fix warning suppressions with kunit built as module
 2026-07-08 10:08 UTC  (5+ messages)

[PATCH v8 0/7] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-08  9:43 UTC  (19+ messages)
` [PATCH v8 1/7] KVM: arm64: Disallow vPMU when pPMUs do not cover all CPUs
` [PATCH v8 5/7] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v8 6/7] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY

[PATCH] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
 2026-07-08  9:34 UTC 

[PATCH] selftests/filesystems: include fcntl.h in fclog
 2026-07-08  9:24 UTC 

[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
 2026-07-08  9:14 UTC  (8+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection

[PATCH bpf v4 0/2] bpf: Reject negative const offsets for buffer pointers
 2026-07-08  9:01 UTC  (3+ messages)
` [PATCH bpf v4 1/2] "
` [PATCH bpf v4 2/2] selftests/bpf: Cover negative raw_tp writable buffer offsets

[PATCH v4 RESEND 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-07-08  8:21 UTC  (9+ messages)
` [PATCH v4 RESEND 1/7] riscv: stacktrace: Add frame record metadata
` [PATCH v4 RESEND 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v4 RESEND 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v4 RESEND 5/7] riscv: stacktrace: switch to frame-pointer based unwinder

[PATCH net-next v3] selftests/net/openvswitch: add output truncation test
 2026-07-08  8:10 UTC  (2+ messages)

[PATCH v8 0/2] selftests/futex: fix the failed futex_requeue test issue
 2026-07-08  8:08 UTC  (7+ messages)
` [PATCH v8 2/2] "

[PATCH bpf-next v6 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-07-08  8:04 UTC  (9+ messages)
` [PATCH bpf-next v6 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
` [PATCH bpf-next v6 2/3] bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT "
` [PATCH bpf-next v6 3/3] selftests/bpf: Add bpf_fib_lookup() VLAN flag tests

[PATCH bpf-next v4 00/10] bpf: add support for KASAN checks in JITed programs
 2026-07-08  8:00 UTC  (11+ messages)
` [PATCH bpf-next v4 01/10] bpf: propagate original instruction offset when patching program
` [PATCH bpf-next v4 02/10] bpf: mark instructions accessing program stack
` [PATCH bpf-next v4 03/10] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v4 04/10] bpf, x86: add helper to emit kasan checks in x86 "
` [PATCH bpf-next v4 05/10] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v4 06/10] bpf, x86: emit KASAN checks into x86 JITed programs
` [PATCH bpf-next v4 07/10] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v4 08/10] selftests/bpf: add helper to check whether eBPF KASAN is active
` [PATCH bpf-next v4 09/10] selftests/bpf: move bpf_jit_harden helper into testing_helpers
` [PATCH bpf-next v4 10/10] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH RESEND v3] selftests: mincore: fix the readahead check on large base page sizes
 2026-07-08  7:59 UTC  (4+ messages)
    ` [PATCH v4] selftests: mincore: count file-mmap readahead on both sides

[PATCH] selftests: gpio: add gpio-cdev-uaf to .gitignore
 2026-07-08  7:46 UTC  (3+ messages)

[PATCH v3 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-07-08  7:38 UTC  (5+ messages)
` [PATCH v3 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages
` [PATCH v3 2/3] selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes
` [PATCH v3 3/3] selftests/mm: fix ternary operator precedence in ksm_tests

[PATCH v5 00/17] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-07-08  7:30 UTC  (8+ messages)
` [PATCH v5 01/17] dt-bindings: riscv: sort multi-letter Z extensions alphanumerically
` [PATCH v5 02/17] riscv: hwprobe.rst: Make indentation consistent
` [PATCH v5 03/17] riscv: hwprobe.rst: Document EXT_ZICFISS and EXT_ZICFILP

[PATCH v2 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-07-08  7:01 UTC  (6+ messages)
` [PATCH v2 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages

[PATCH bpf v3 0/2] bpf: Reject negative const offsets for buffer pointers
 2026-07-08  4:42 UTC  (4+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Cover negative raw_tp writable buffer offsets

[PATCH v2] kselftest: cpufreq: Backup and restore governor for sptests
 2026-07-08  3:44 UTC  (2+ messages)

[PATCH bpf 1/2] bpf, x86: Fix FineIBT #CP in BPF dispatcher's indirect-jump fallback
 2026-07-08  3:40 UTC  (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add XDP dispatcher FineIBT regression test

[PATCH v3 00/17] riscv: Generate riscv instruction functions
 2026-07-08  3:34 UTC  (18+ messages)
` [PATCH v3 01/17] riscv: Introduce instruction table generation
` [PATCH v3 02/17] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH v3 03/17] riscv: kgdb: Use generated instruction headers
` [PATCH v3 04/17] riscv: Add kprobes instruction simulation KUnit
` [PATCH v3 05/17] riscv: kprobes: Use generated instruction headers
` [PATCH v3 06/17] riscv: cfi: "
` [PATCH v3 07/17] riscv: Maintain epc on misaligned emulation error
` [PATCH v3 08/17] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH v3 09/17] riscv: kvm: Use generated instruction headers for csr code
` [PATCH v3 10/17] KVM: device: Add test device
` [PATCH v3 11/17] KVM: riscv: selftests: Add mmio test
` [PATCH v3 12/17] riscv: kvm: Use generated instruction headers for mmio emulation
` [PATCH v3 13/17] riscv: kvm: Add emulated test csr
` [PATCH v3 14/17] KVM: riscv: selftests: Add csr emulation test
` [PATCH v3 15/17] riscv: kvm: Use generated instruction headers for csr emulation
` [PATCH v3 16/17] riscv: kexec: Use generated instruction headers for kexec relocations
` [PATCH v3 17/17] riscv: Remove unused instruction headers

[PATCH v5 bpf-next 0/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-07-08  3:12 UTC  (5+ messages)
` [PATCH v5 bpf-next 1/3] security: rework inode_init_security xattr handling
` [PATCH v5 bpf-next 2/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
` [PATCH v5 bpf-next 3/3] selftests/bpf: add tests for bpf_init_inode_xattr kfunc

[PATCH 0/2] KVM: nSVM: Expose DecodeAssists to L1
 2026-07-08  0:53 UTC  (20+ messages)

[PATCH net-next v6 0/2] udp: fix FOU/GUE over multicast
 2026-07-08  0:35 UTC  (3+ messages)
` [PATCH net-next v6 1/2] udp: fix encapsulation packet resubmit in multicast deliver
` [PATCH net-next v6 2/2] selftests: net: add FOU multicast encapsulation resubmit test

[PATCH 0/3] selftests/bpf: compare BPF and memory.stat memcg stat readers
 2026-07-08  0:33 UTC  (8+ messages)

[PATCH v2 0/3] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
 2026-07-07 22:28 UTC  (2+ messages)

cgroup/test_zswap failed with "zswpout does not increase after test program"
 2026-07-07 21:49 UTC  (8+ messages)

[PATCH] selftests/mm/mseal_test: Fix mmap return value check in test_seal_zero_address
 2026-07-07 21:47 UTC  (3+ messages)
` [PATCH v2] "

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

[PATCH v2] selftests/lsm: Fix memory leak in attr_lsm_count
 2026-07-07 19:13 UTC  (2+ messages)

[PATCH v2 2/2] selftest/x86: test ARCH_SHSTK_UNLOCK
 2026-07-07 19:11 UTC 

[PATCH bpf-next] selftests/bpf: Fix memory leak in msg_alloc_iov
 2026-07-07 18:30 UTC  (3+ messages)

[PATCH v3] selftests/user_events: wait for deferred event teardown after unregister
 2026-07-07 18:02 UTC 

[PATCH] selftests/nolibc: add debug information
 2026-07-07 16:42 UTC 

[PATCH] kselftest: cpufreq: Backup and restore governor for sptests
 2026-07-07 16:28 UTC  (3+ messages)

[PATCH v2] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptes
 2026-07-07 15:13 UTC 

[PATCH v5 2/4] perf/core: Clear the whole branch entry in perf_clear_branch_entry()
 2026-07-07 14:24 UTC  (2+ messages)

[PATCH bpf-next v3 04/10] bpf, x86: add helper to emit kasan checks in x86 JITed programs
 2026-07-07 14:04 UTC  (3+ messages)

[PATCH net-next v3 0/4] net: hsr: PRP RedBox (PRP-SAN) support
 2026-07-07 13:59 UTC  (5+ messages)
` [PATCH net-next v3 1/4] net: hsr: add PRP interlink (RedBox) datapath and duplicate discard
` [PATCH net-next v3 2/4] net: hsr: emit RedBox-MAC TLV in PRP RedBox supervision frames
` [PATCH net-next v3 3/4] net: hsr: allow PRP RedBox (interlink) creation
` [PATCH net-next v3 4/4] selftests: net: hsr: add PRP RedBox test

[PATCH] bug: fix warning suppressions with kunit built as module
 2026-07-07 13:17 UTC  (2+ messages)

[PATCH] kbuild: unset sub_make_done before calling kselftest build system
 2026-07-07 12:09 UTC  (2+ messages)

[PATCH net-next V10 00/14] devlink and mlx5: Support cross-function rate scheduling
 2026-07-07  9:40 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] bpf, sockmap: disallow sockmap mutation from tc, xdp, socket_filter and flow_dissector
 2026-07-07  8:40 UTC  (2+ messages)

[PATCH bpf v2 0/2] bpf: Reject negative const offsets for buffer pointers
 2026-07-07  8:38 UTC  (5+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Cover negative raw_tp writable buffer offsets

[PATCH v2] selftests/rseq: Fix a building error for riscv arch
 2026-07-07  8:23 UTC 

[PATCH] selftests/rseq: Fix a buliding error for riscv arch
 2026-07-07  8:21 UTC  (2+ messages)
` NACK: "

[PATCH v5 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
 2026-07-07  7:51 UTC  (5+ messages)
` [PATCH v5 1/8] RISC-V: KVM: Add support for Svadu FWFT features

[PATCH 0/5] software node: provide support for fw_devlink
 2026-07-07  7:27 UTC  (11+ messages)
` [PATCH 3/5] software node: add kunit tests for fw_devlink support
` [PATCH 5/5] gpio: kunit: add test cases verifying swnode devlink support

[PATCH-next v10 00/11] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
 2026-07-07  7:15 UTC  (4+ messages)
` [PATCH-next v10 10/11] cgroup/cpuset: Support multiple destination "

[PATCH bpf] bpf: Reject negative const offsets for buffer pointers
 2026-07-07  6:52 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