Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-06-03 13:55:25 to 2026-06-05 06:40:05 UTC [more...]

[PATCH v3 00/13] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
 2026-06-05  6:40 UTC  (18+ messages)
` [PATCH v3 01/13] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v3 02/13] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v3 03/13] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v3 04/13] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v3 05/13] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v3 06/13] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v3 07/13] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v3 08/13] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v3 09/13] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v3 10/13] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v3 11/13] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v3 12/13] s390/preempt: "
` [PATCH v3 13/13] irq: Optimize reschedule check in local_interrupt_enable()

[PATCH v6 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-06-05  6:18 UTC  (2+ messages)

[PATCH 0/2] kunit: Add support for skipping entire test suites
 2026-06-05  5:10 UTC  (5+ messages)
` [PATCH 1/2] kunit: Add ability to skip "
` [PATCH 2/2] kunit: Add example of test suite that can be skipped at runtime

[PATCH bpf-next v2 2/2] selftests/bpf: add tests for PTR_TO_FLOW_KEYS constant offset bounds
 2026-06-05  4:39 UTC  (4+ messages)
    `  "

[PATCH v3 00/15] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-06-05  3:50 UTC  (8+ messages)
` [PATCH v3 02/15] riscv: hwprobe.rst: Document EXT_ZICFISS and EXT_ZICFILP
` [PATCH v3 08/15] riscv: Add Zic64b to cpufeature and hwprobe
` [PATCH v3 11/15] riscv: dts: sophgo: sg2044: Add Zic64b ISA extension

[RFC v1 0/9] kho: granular compatibility and header decoupling
 2026-06-05  3:32 UTC  (10+ messages)
` [RFC v1 1/9] kho: split out radix tree tracker into kho_radix.c
` [RFC v1 2/9] kho: split radix tree headers out of kexec_handover.h
` [RFC v1 3/9] kho: split out vmalloc preservation into kho_vmalloc.c
` [RFC v1 4/9] kho: split vmalloc headers out of kexec_handover.h
` [RFC v1 5/9] kho: move kho_block.h to kho/block.h
` [RFC v1 6/9] kho: introduce compatibility helpers and decouple block version
` [RFC v1 7/9] kho: decouple radix tree compatibility from global KHO version
` [RFC v1 8/9] kho: decouple vmalloc compatibility from global KHO version and update memfd
` [RFC v1 9/9] liveupdate: add KUnit test to verify alphabetical order of compatibility strings

[PATCH net-next 0/2] net: rds: convert rds to getsockopt_iter
 2026-06-05  2:20 UTC  (4+ messages)
` [PATCH net-next 1/2] rds: convert "
` [PATCH net-next 2/2] selftests: net: rds: add getsockopt() conversion test

[PATCH bpf-next v2 0/3] bpf: Check tail zero of bpf_map_info and bpf_prog_info
 2026-06-05  1:56 UTC  (8+ messages)
` [PATCH bpf-next v2 1/3] bpf: Check tail zero of bpf_map_info
` [PATCH bpf-next v2 2/3] bpf: Check tail zero of bpf_prog_info
` [PATCH bpf-next v2 3/3] selftests/bpf: Add tests to verify checking padding bytes for bpf_[map,prog]_info

[PATCH net-next v3 0/4] selftests: rds: ROCE support follow ups
 2026-06-05  1:40 UTC  (2+ messages)

[PATCH v2 0/7] seg6: add SRv6 Mobile User Plane (RFC 9433) behaviors
 2026-06-05  1:20 UTC  (3+ messages)
` [PATCH v2 3/7] seg6: add End.M.GTP6.E behavior

[PATCH] selftests/net: ovpn: fix getaddrinfo memory leak in ovpn_parse_remote()
 2026-06-04 23:20 UTC  (2+ messages)

[PATCH] riscv: cfi: reject unknown flags in PR_SET_CFI
 2026-06-04 22:40 UTC  (2+ messages)

[PATCH kselftest] selftests: harness: Add __maybe_unused to _##fixture_name##_##test_name##_object
 2026-06-04 22:05 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] bpf: add support for KASAN checks in JITed programs
 2026-06-04 21:45 UTC  (13+ messages)
` [PATCH bpf-next v2 1/8] bpf: mark instructions accessing program stack
` [PATCH bpf-next v2 2/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v2 3/8] bpf, x86: add helper to emit kasan checks in x86 "
` [PATCH bpf-next v2 4/8] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v2 5/8] bpf, x86: emit KASAN checks into x86 JITed programs
` [PATCH bpf-next v2 6/8] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v2 7/8] selftests/bpf: add helper to check whether eBPF KASAN is active
` [PATCH bpf-next v2 8/8] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH net-next v12 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
 2026-06-04 21:22 UTC  (3+ messages)
` [PATCH net-next v12 1/2] "
` [PATCH net-next v12 2/2] selftests: net: add local ECMP rehash test

[PATCH v2] killswitch: add per-function short-circuit mitigation primitive
 2026-06-04 21:18 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-04 21:14 UTC  (12+ messages)
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v7 20/42] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE

[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-06-04 19:52 UTC  (14+ messages)
` [PATCH v2 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock

[PATCH v4 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-04 18:08 UTC  (5+ messages)
` [PATCH v4 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks

[PATCH bpf-next] selftests/bpf: ignore call depth accounting for retbleed in verifier tests
 2026-06-04 16:50 UTC  (2+ messages)

[PATCH net v4] selftests/net/openvswitch: guard command substitutions against empty output
 2026-06-04 16:30 UTC 

[PATCH v2 00/10] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-06-04 16:22 UTC  (6+ messages)
` [PATCH v2 08/10] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection

[PATCH bpf-next v2] selftests/bpf: Add arena direct-value one-past-end reject test
 2026-06-04 16:06 UTC  (2+ messages)

[PATCH net v2 0/3] vxlan: vnifilter: fix VNI add/update notifications
 2026-06-04 16:00 UTC  (2+ messages)

[PATCH net v2 3/3] selftests: net: add vxlan vnifilter notification test
 2026-06-04 15:49 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Add arena direct-value one-past-end reject test
 2026-06-04 15:46 UTC  (4+ messages)

[PATCH bpf 2/2] selftests/bpf: Cover dynamic inner array lookup nullability
 2026-06-04 15:11 UTC 

[PATCH bpf 2/2] selftests/bpf: add tests for PTR_TO_FLOW_KEYS constant offset bounds
 2026-06-04 15:07 UTC 

[PATCH] selftests/bpf: fix token tests for bpf_object__prepare() probe_loading
 2026-06-04 14:40 UTC  (9+ messages)
` [PATCH bpf-next v2 0/3] libbpf: fix implicit BPF token handling in loading and feature probes
  ` [PATCH bpf-next v2 1/3] libbpf: Skip bpf_object__probe_loading() when BPF token is in use
  ` [PATCH bpf-next v2 2/3] selftests/bpf: Add ARRAY map type to token tests that use struct_ops global data
  ` [PATCH bpf-next v2 3/3] libbpf: fix feature probe failures for implicit BPF tokens

[PATCH v2 0/2] KVM: riscv: Fix hugetlb G-stage block mapping eligibility
 2026-06-04 14:26 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: riscv: Check hugetlb block mappings against memslot bounds
` [PATCH v2 2/2] KVM: selftests: Add a hugetlb memslot alignment test mode

[PATCH] selftests/livepatch: fix resource leak in test_klp_syscall init error path
 2026-06-04 13:12 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v5 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
 2026-06-04 12:59 UTC  (6+ messages)
` [PATCH v5 1/2] "

[PATCH v3 1/2] kunit: tool: Parse and print the reason tests are skipped
 2026-06-04 12:32 UTC  (2+ messages)
` [PATCH v3 2/2] kunit: tool: Add (primitive) support for outputting JUnit XML

[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
 2026-06-04 12:40 UTC  (8+ messages)
` [PATCH v2 01/12] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v2 10/12] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS

configurable block error injection
 2026-06-04 11:06 UTC  (4+ messages)

[PATCH 0/2] KVM: LoongArch: selftests: Add FPU test case
 2026-06-04  8:57 UTC  (3+ messages)
` [PATCH 1/2] KVM: LoongArch: selftests: Enable LASX feature by auto detect method
` [PATCH 2/2] KVM: LoongArch: selftests: Add FPU test case

[PATCH net-next v2 0/6] net: dsa: mv8ee6xxx: MQPRIO and 802.1Qat support
 2026-06-04  8:36 UTC  (15+ messages)
` [PATCH net-next v2 3/6] net: bridge: add 802.1Qat stream reservation admission control
` [PATCH net-next v2 5/6] net: dsa: mv88e6xxx: MQPRIO support

[PATCH v3 0/2] eventpoll: Fix epoll_wait() report false negative
 2026-06-04  8:25 UTC  (2+ messages)

[PATCH v3 0/2] mm/hmm: A fix and a selftest
 2026-06-04  5:53 UTC  (3+ messages)
` [PATCH v3 1/2] fs/proc/task_mmu: do not warn on seeing non-migration pmd entry
` [PATCH v3 2/2] selftests/mm/hmm-tests: test pagemap reads of PMD device-private entries

[PATCH bpf-next 0/3] bpf: Check tail zero of bpf_map_info and bpf_prog_info
 2026-06-04  2:24 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: Check tail zero of bpf_map_info
` [PATCH bpf-next 2/3] bpf: Check tail zero of bpf_prog_info
` [PATCH bpf-next 3/3] selftests/bpf: Add tests to verify checking padding bytes for bpf_[map,prog]_info

[PATCH net v2 00/11] mptcp: misc fixes for v7.1-rc7
 2026-06-04  2:10 UTC  (2+ messages)

[PATCH v2 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks
 2026-06-04  1:52 UTC 

[PATCH v3 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-04  1:50 UTC  (4+ messages)
` [PATCH v3 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks

[PATCH net-next 0/4] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-06-04  0:43 UTC  (5+ messages)
` [PATCH net-next 1/4] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
` [PATCH net-next 2/4] udmabuf: emit one sg entry per pinned folio
` [PATCH net-next 3/4] selftests/net: ncdevmem: add -b option to set rx-buf-size on bind
` [PATCH net-next 4/4] selftests/net: devmem.py: add check_rx_large_niov

[PATCH] KVM: selftests: Make guest_code_xsave more friendly
 2026-06-03 23:05 UTC  (2+ messages)

[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
 2026-06-03 22:17 UTC  (4+ messages)

[PATCH v1 0/4] iommufd: Cache invalidation hardening and SMMUv3 batching rework
 2026-06-03 21:26 UTC  (5+ messages)
` [PATCH v1 1/4] iommufd: Set upper bounds on cache invalidation entry_num and entry_len
` [PATCH v1 2/4] iommufd/selftest: Add invalidation entry_num and entry_len boundary tests
` [PATCH v1 3/4] iommu: Avoid copying the user array twice in the full-array copy helper
` [PATCH v1 4/4] iommu/arm-smmu-v3: Process vIOMMU invalidations in batches

[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-06-03 20:48 UTC  (2+ messages)

[PATCH v7 00/13] liveupdate: Remove limits on sessions and files
 2026-06-03 18:16 UTC  (15+ messages)
` [PATCH v7 01/13] liveupdate: change file_set->count type to u64 for type safety
` [PATCH v7 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v7 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v7 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v7 05/13] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v7 06/13] liveupdate: Extract luo_session_deserialize_one helper
` [PATCH v7 07/13] kho: add support for linked-block serialization
` [PATCH v7 08/13] liveupdate: defer session block allocation and physical address setting
` [PATCH v7 09/13] liveupdate: Remove limit on the number of sessions
` [PATCH v7 10/13] liveupdate: Remove limit on the number of files per session
` [PATCH v7 11/13] selftests/liveupdate: Test session and file limit removal
` [PATCH v7 12/13] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH v7 13/13] selftests/liveupdate: Add stress-files "

[PATCH] selftests: timers: Fix integer overflows in 32-bit mode
 2026-06-03 17:41 UTC  (2+ messages)

[PATCH v6 00/13] liveupdate: Remove limits on sessions and files
 2026-06-03 15:18 UTC  (9+ messages)
` [PATCH v6 07/13] kho: add support for linked-block serialization

[PATCH v2 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-03 15:01 UTC  (3+ messages)
` [PATCH v2 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks

[PATCH v2 1/2] selftests/clone3: Fix wild pointer access of getline due to missing init
 2026-06-03 14:57 UTC  (2+ messages)
`  "

[PATCH net-next v2 0/2] net: devmem: allow bind-rx from non-init user namespaces
 2026-06-03 14:56 UTC  (2+ messages)

[PATCH v1 0/7] iommufd: Fix bugs in eventq fops_read paths
 2026-06-03 14:46 UTC  (15+ messages)
` [PATCH v1 1/7] iommufd: Rewind header length in done if iommufd_veventq_fops_read() fails
` [PATCH v1 2/7] iommufd: Reject invalid read count in iommufd_veventq_fops_read()
` [PATCH v1 3/7] iommufd: Propagate allocation failure in iommufd_veventq_deliver_fetch()
` [PATCH v1 4/7] iommufd: Reject invalid read count in iommufd_fault_fops_read()
` [PATCH v1 5/7] iommufd: Break the loop on failure "
` [PATCH v1 6/7] iommufd: Avoid partial fault group delivery "
` [PATCH v1 7/7] iommufd/selftest: Cover invalid read counts on vEVENTQ FD


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