Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-07-20 11:13:22 to 2026-07-21 13:48:08 UTC [more...]

[PATCH v5 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-07-21 13:48 UTC  (5+ messages)
` [PATCH v5 1/5] selftests/mm: make file helpers return errors

[RFC PATCH v1 0/5] fuse: caches documentation and testing
 2026-07-21 13:33 UTC  (15+ messages)
` [RFC PATCH v1 1/5] Documentation: fuse: add document on caches being used by FUSE
` [RFC PATCH v1 2/5] selftests/filesystems: convert fusectl test to fuse3
` [RFC PATCH v1 3/5] selftests/filesystems: check that fusectlfs is mounted
` [RFC PATCH v1 4/5] selftests/filesystems: add fuse symlink caching test
` [RFC PATCH v1 5/5] selftests/filesystems: add fuse ACLs "

[PATCH bpf-next 0/2] bpf: Fix WARNING in bpf_tracing_link_release
 2026-07-21 13:30 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Verify no warning when close fexit link

[PATCH] selftests/mm: transhuge-stress: check duration inside page loop
 2026-07-21 13:28 UTC  (2+ messages)

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-21 13:26 UTC  (40+ messages)
` [PATCH v5 01/36] mm: refactor find_next_best_node to find_next_best_node_in
` [PATCH v5 02/36] mm/page_alloc: refactor build_node_zonelist() out of build_zonelists()
` [PATCH v5 03/36] mm/page_alloc: let the bulk and folio allocators carry alloc_flags
` [PATCH v5 04/36] numa: introduce N_MEMORY_PRIVATE
` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
` [PATCH v5 06/36] cpuset: exclude private nodes from cpuset.mems (default-open)
` [PATCH v5 07/36] mm/memory_hotplug: disallow migration-driven private node hotunplug
` [PATCH v5 08/36] mm/mempolicy: skip private node folios when queueing for migration
` [PATCH v5 09/36] mm/migrate: disallow userland driven migration for private nodes
` [PATCH v5 10/36] mm/madvise: disallow madvise operations on private node folios
` [PATCH v5 11/36] mm/compaction: disallow compaction on private nodes
` [PATCH v5 12/36] mm/page_alloc: clear private node watermarks and system reserves
` [PATCH v5 13/36] mm/mempolicy: disallow NUMA Balancing prot_none on private nodes
` [PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
` [PATCH v5 15/36] mm/ksm: skip KSM for managed-memory folios
` [PATCH v5 16/36] mm/khugepaged: skip private node folios when trying to collapse
` [PATCH v5 17/36] mm/vmscan: disallow reclaim of private node memory
` [PATCH v5 18/36] mm/gup: disallow longterm pin of private node folios
` [PATCH v5 19/36] proc: include N_MEMORY_PRIVATE nodes in numa_maps output
` [PATCH v5 20/36] mm/memcontrol: account private-node memory in per-node stats
` [PATCH v5 21/36] proc/kcore: include private-node RAM in the kcore RAM map
` [PATCH v5 22/36] mm/mempolicy: add MPOL_F_PRIVATE and zonelist selection
` [PATCH v5 23/36] mm/mempolicy: apply policy at the kernel zone for private-node binds
` [PATCH v5 24/36] mm/mempolicy: add in-kernel MPOL_BIND interfaces for drivers/services
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug
` [PATCH v5 26/36] mm: add NODE_PRIVATE_CAP_RECLAIM for opted-in private node reclaim
` [PATCH v5 27/36] mm: add NODE_PRIVATE_CAP_USER_NUMA for userland numa controls
` [PATCH v5 28/36] mm: add NODE_PRIVATE_CAP_HOTUNPLUG for opted-in private nodes
` [PATCH v5 29/36] mm: add NODE_PRIVATE_CAP_DEMOTION for private-node tiering demotion
` [PATCH v5 30/36] mm: add NODE_PRIVATE_CAP_NUMA_BALANCING for private-node NUMA balancing
` [PATCH v5 31/36] mm: add NODE_PRIVATE_CAP_LTPIN for private node folio pinning
` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits
` [PATCH v5 33/36] Documentation/mm: describe private (N_MEMORY_PRIVATE) memory nodes
` [PATCH v5 34/36] mm/mempolicy: add mpol_set_shared_policy_range()
` [PATCH v5 35/36] KVM: guest_memfd: bind backing memory to a NUMA node at creation

[PATCH v5] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-07-21 12:24 UTC 

[PATCH v4] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-07-21 11:55 UTC 

[PATCH v2 0/4] ACPI: APEI: GHES: Add NVIDIA Vera CPER decoder and tests
 2026-07-21 11:29 UTC  (3+ messages)

[PATCH] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-07-21 11:24 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH bpf-next] selftests/bpf: Fix double free of name
 2026-07-21 10:44 UTC  (2+ messages)

[PATCH] selftests: timers: Use CPU time for CPU timers in posix_timers test
 2026-07-21 10:38 UTC  (4+ messages)
  ` [PATCH v2] "

[bpf-next v2 0/2] bpf: Preserve stack frame number for commuted arithmetic
 2026-07-21 10:29 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/bpf: Cover stack frame number after scalar plus fp

[PATCH v4 0/2] Make liveupdate selftests library
 2026-07-21 10:17 UTC  (4+ messages)
` [PATCH v4 1/2] selftests/liveupdate: Use luo_test_utils.c for liveupdate ioctl APIs
` [PATCH v4 2/2] selftests/liveupdate: Move luo_test_utils.* into a reusable library

[PATCH 0/5] cpuidle: speed up do_idle() by caching the governor latency QoS constraint
 2026-07-21  9:26 UTC  (6+ messages)
` [PATCH 1/5] pm: qos: add notifiers for CPU latency and wakeup latency QoS
` [PATCH 2/5] cpuidle: subscribe to global latency QoS notifiers
` [PATCH 3/5] cpuidle: invalidate latency gen on per-CPU resume QoS changes
` [PATCH 4/5] cpuidle: cache aggregated governor latency QoS constraint
` [PATCH 5/5] selftests/cpuidle: add latency_req QoS idle-state selection test

[PATCH net-next v6 0/2] udp: fix FOU/GUE over multicast
 2026-07-21  9:20 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Preserve stack frame number for commuted stack arithmetic
 2026-07-21  7:51 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: Preserve stack frame number for commuted arithmetic
` [PATCH bpf-next 2/2] selftests/bpf: Cover stack frame number after scalar plus fp

[PATCH] riscv: selftests: Fix pointer masking test failures on real hardware
 2026-07-21  6:52 UTC 

[PATCH] selftests/damon: Add missing NULL checks after malloc()
 2026-07-21  6:41 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] selftests/mm/pagemap_ioctl: Fix missing NULL checks after calloc()
 2026-07-21  6:36 UTC 

[PATCH v4 16/17] selftests/verification: Rearrange the wwnr_printk test
 2026-07-21  6:24 UTC  (2+ messages)

[PATCH] selftests/cgroup: test_zswap: add missing NULL check after malloc()
 2026-07-21  2:08 UTC 

[PATCH net 2/2] selftests: ptp: add a regression test for the frequency adjustment overflow
 2026-07-21  1:47 UTC  (3+ messages)

[PATCH v2 net 0/2] ptp: fix scaled_ppm_to_ppb() overflow bypassing the max_adj check
 2026-07-21  1:42 UTC  (3+ messages)
` [PATCH v2 net 1/2] ptp: reject frequency adjustments that overflow scaled_ppm_to_ppb()
` [PATCH v2 net 2/2] selftests: ptp: add a regression test for the frequency adjustment overflow

[RFC PATCH v3 0/3] mm/damon: introduce DAMOS_SPLIT action
 2026-07-21  1:34 UTC  (5+ messages)

[PATCH v2 0/3] selftests/bpf: A few edge case fixes
 2026-07-21  1:19 UTC  (5+ messages)
` [PATCH v2 1/3] selftests/bpf: Fix make install target
` [PATCH v2 2/3] selftests/bpf: Fix lsm_bdev dev_t encoding mismatch
` [PATCH v2 3/3] libbpf: Search /lib64 and /lib in resolve_full_path()

[RFC PATCH v3 0/3] mm/damon: introduce DAMOS_SPLIT action
 2026-07-21  1:08 UTC  (2+ messages)

[PATCH net] selftests/net: Fix tun IPv6 test addresses to avoid 6to4 range
 2026-07-21  0:59 UTC  (2+ messages)

[PATCH v9 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-21  0:49 UTC  (3+ messages)
` [PATCH v9 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults

[PATCH net-next v5 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-07-21  0:28 UTC  (4+ messages)
` [PATCH net-next v5 2/3] selftests/net: ncdevmem: add -b option to set rx-buf-size on bind

[PATCH v2] selftests: Open /dev/udmabuf O_RDONLY
 2026-07-20 23:10 UTC  (4+ messages)

[PATCH bpf-next v10 0/9] bpf: Introduce global percpu data
 2026-07-20 22:55 UTC  (5+ messages)
` [PATCH bpf-next v10 2/9] "

[PATCH v5 bpf-next 2/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-07-20 22:47 UTC  (9+ messages)
` [PATCH v5 "

[PATCH net-next v3 0/2] net/sched: sch_fq_pie: add per-flow class statistics
 2026-07-20 22:46 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net/sched: sch_fq_pie: add per-flow statistics via class ops

[PATCH bpf-next v5 0/8] Add the the capability to load HW RX checksum in eBPF programs
 2026-07-20 22:08 UTC  (6+ messages)
` [PATCH bpf-next v5 8/8] selftests: net: add test for XDP_PASS skb checksum invalidation

[PATCH v2 1/2] selftests: drv-net: Fix csum path in doc
 2026-07-20 21:51 UTC  (2+ messages)
` [PATCH v2 2/2] selftests: drv-net: Fix TSO test doc

[PATCH v2 0/2] selftests: helpers: handle multi line in test_sysfs_prop_optional_list
 2026-07-20 21:48 UTC  (4+ messages)
` [PATCH v2 2/2] selftests: test possible usb type values from documentation

PATCH v2 0/2] Power: supply: Add PbAc, NiZn, RAM, and ZnAr support
 2026-07-20 21:43 UTC  (2+ messages)

[RFC PATCH net-next 00/13] net: knod: in-kernel network offload device
 2026-07-20 20:53 UTC  (7+ messages)
` [RFC PATCH net-next 02/13] net: devmem: extend memory provider for knod
` [RFC PATCH net-next 08/13] drm/amdkfd: add GPU instruction emitter and disassembler

[PATCH v5 bpf-next 1/3] security: rework inode_init_security xattr handling
 2026-07-20 20:41 UTC  (4+ messages)
` [PATCH v5 "

[PATCH] selftests: ipc: Change operation not supported error number
 2026-07-20 20:40 UTC 

[PATCH 1/2] selftests: drv-net: Fix csum path in doc
 2026-07-20 19:51 UTC  (3+ messages)
` [PATCH 2/2] selftests: drv-net: Fix TSO test doc

[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-20 19:48 UTC  (20+ messages)
` [PATCH v2 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
` [PATCH v2 02/15] mm: introduce linear_virt_page_index()
` [PATCH v2 03/15] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v2 04/15] mm: update print_bad_page_map() to show virtual page index
` [PATCH v2 05/15] mm: introduce and use vma_filebacked_address()
` [PATCH v2 06/15] mm: propagate VMA virtual page offset on map, remap, split + merge
` [PATCH v2 07/15] mm/rmap: track whether the page VMA mapped walk is anonymous
` [PATCH v2 08/15] mm: introduce and use linear_folio_page_index()
` [PATCH v2 09/15] mm/rmap: use virt pgoff for MAP_PRIVATE file-backed anon folios
` [PATCH v2 10/15] tools/testing/vma: expand VMA merge tests to assert virt pgoff
` [PATCH v2 11/15] tools/testing/selftests/mm: test virtual page offset merge behaviour
` [PATCH v2 12/15] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v2 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v2 14/15] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v2 15/15] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[PATCH] selftests: do not preserve ownership when installing files with rsync
 2026-07-20 19:00 UTC  (2+ messages)

[PATCH stable 6.12 v2] selftests/fs/statmount: build with tools include dir
 2026-07-20 18:16 UTC 

[PATCH 0/2] ntsync: docs uAPI fixup and timens selftest
 2026-07-20 17:54 UTC  (3+ messages)
` [PATCH 1/2] docs: ntsync: align ioctl names and struct layouts with uapi
` [PATCH 2/2] selftests: ntsync: test absolute MONOTONIC waits under time namespaces

[PATCH 0/4] ntsync miscellaneous patches
 2026-07-20 17:17 UTC  (5+ messages)
` [PATCH 1/4] docs: ntsync: align uAPI ioctl names and struct layout with ntsync.h
` [PATCH 2/4] selftests: ntsync: fix wake_all CREATE_EVENT fd expectation
` [PATCH 3/4] selftests: ntsync: add wait argument validation tests
` [PATCH 4/4] ntsync: reject wait ioctls with zero owner

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-20 17:08 UTC  (2+ messages)

[PATCH net 0/2] tcp: validate RST sequence in SYN-RECEIVED
 2026-07-20 16:48 UTC  (5+ messages)
` [PATCH net 1/2] tcp: challenge ACK for non-exact RST "
` [PATCH net 2/2] selftests/net: packetdrill: cover RST validation "

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-20 16:46 UTC  (4+ messages)
` [PATCH 11/21] KVM: arm64: Context swap Partitioned PMU guest registers

[RFC PATCH v2 00/11] KVM: Allow alternative providers of guest_memfd backed by PFNMAP memory
 2026-07-20 16:39 UTC  (3+ messages)

[PATCH net-next v2 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t
 2026-07-20 16:17 UTC  (8+ messages)
` [PATCH net-next v2 1/7] ipv6: raw: drop unused level argument from do_rawv6_getsockopt
` [PATCH net-next v2 2/7] ipv6: raw: convert do_rawv6_getsockopt to sockopt_t
` [PATCH net-next v2 3/7] ieee802154: convert dgram getsockopt "
` [PATCH net-next v2 4/7] phonet: pep: do not write beyond optlen in getsockopt
` [PATCH net-next v2 5/7] phonet: pep: convert getsockopt to sockopt_t
` [PATCH net-next v2 6/7] tls: "
` [PATCH net-next v2 7/7] selftests: net: getsockopt_iter: cover rawv6, ieee802154, phonet and tls

[RFC PATCH] liveupdate: Allow multiple openers for /dev/liveupdate
 2026-07-20 15:59 UTC  (9+ messages)

[PATCH-cgroup/for-7.3] selftests/cgroup: Fix minor defects in test_cpuset
 2026-07-20 15:40 UTC  (3+ messages)

[PATCH net 0/7] selftests: net: add missing kconfig and settings
 2026-07-20 15:24 UTC  (7+ messages)
` [PATCH net 2/7] selftests: openvswitch: add config file

[PATCH net-next v2 0/6] Deliver TLS control records to kernel read_sock consumers
 2026-07-20 14:28 UTC  (7+ messages)
` [PATCH net-next v2 1/6] net/tls: Bound consecutive no-data records in tls_sw_read_sock()
` [PATCH net-next v2 2/6] net: Introduce read_sock_rectype proto_ops for control record delivery
` [PATCH net-next v2 3/6] tls: Implement read_sock_rectype for kTLS software path
` [PATCH net-next v2 4/6] selftests/tls: Add tests for data/control record interleaving
` [PATCH net-next v2 5/6] SUNRPC: Use read_sock_rectype for svcsock TCP receives
` [PATCH net-next v2 6/6] SUNRPC: Remove sock_recvmsg path from "

[PATCH 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
 2026-07-20 13:47 UTC  (3+ messages)

[PATCH 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-20 13:45 UTC  (2+ messages)

[PATCH net-next v3 0/3] Extend packet socket selftests
 2026-07-20 12:27 UTC  (4+ messages)
` [PATCH net-next v3 1/3] selftests/net: Test PACKET_STATISTICS
` [PATCH net-next v3 2/3] selftests/net: Test PACKET_STATISTICS drops
` [PATCH net-next v3 3/3] selftests/net: Test PACKET_AUXDATA


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