Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-07-28 12:11:46 to 2026-07-29 07:50:20 UTC [more...]

[PATCH net-next 0/5] Add PACKET_IGNORE_OUTGOING selftest for packet sockets
 2026-07-29  7:50 UTC  (10+ messages)
` [PATCH net-next 1/5] selftests/net: psock: Generalize psock bind
` [PATCH net-next 2/5] selftests/net: psock: Generalize stats check
` [PATCH net-next 3/5] selftests/net: psock_snd: unify on recvmsg()
` [PATCH net-next 4/5] selftests/net: psock_snd: Verify sll_pkttype
` [PATCH net-next 5/5] selftests/net: test PACKET_IGNORE_OUTGOING

[PATCH v9 0/5] riscv: add SBI Supervisor Software Events support
 2026-07-29  7:47 UTC  (3+ messages)
` [PATCH v9 2/5] riscv: add support for SBI Supervisor Software Events extension

[PATCH v2] selftests: nci: Correct pthread_create return value check
 2026-07-29  7:24 UTC 

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-07-29  7:25 UTC  (10+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH net-next v7 0/2] selftests: openvswitch: SCTP flow key parsing
 2026-07-29  6:45 UTC  (3+ messages)
` [PATCH 1/2] selftests/net/openvswitch: add SCTP flow key parsing to ovs-dpctl.py
` [PATCH 2/2] selftests/net/openvswitch: add SCTP flow key test

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

[PATCH 00/11] NVMe over MPTCP
 2026-07-29  5:17 UTC  (5+ messages)
` [PATCH 02/11] nvmet-tcp: implement accept mptcp proto

[PATCH] selftests/mm: unpoison pages in memory-failure teardown
 2026-07-29  3:38 UTC  (5+ messages)

[RFC PATCH v1.1 00/10] mm/damon: cleanup code, add test cases, and update guidances in docs
 2026-07-29  3:37 UTC  (6+ messages)
` [RFC PATCH v1.1 04/10] mm/damon/tests/core-kunit: extend set_regions() test for error case
` [RFC PATCH v1.1 05/10] mm/damon/tests/core-kunit: test <=0 size damon_set_regions() inputs
` [RFC PATCH v1.1 06/10] mm/damon/tests/core-kunit: test overlapping ranges for set_regions()
` [RFC PATCH v1.1 07/10] mm/damon/tests/core-kunit: test damon_nr_samples_per_aggr()
` [RFC PATCH v1.1 08/10] selftests/damon/sysfs.sh: test hugepage_mem_bp quota goal

[PATCH net-next v2 0/6] Deliver TLS control records to kernel read_sock consumers
 2026-07-29  3:17 UTC  (14+ 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 v4 0/4] LoongArch bpf kptr xchg inline support
 2026-07-29  2:28 UTC  (5+ messages)
` [PATCH v4 1/4] LoongArch: bpf: Fix memory ordering for value-returning atomics
` [PATCH v4 2/4] LoongArch: bpf: Advertise JIT support for kptr xchg inline
` [PATCH v4 3/4] selftests/bpf: Enable kptr_xchg_inline test on LoongArch
` [PATCH v4 4/4] selftests/bpf: Add kptr-xchg benchmark

[RFC PATCH 0/2] mm/memory_hotplug: bound offline retry loops with a configurable limit
 2026-07-29  2:11 UTC  (4+ messages)

[RFC PATCH bpf-next 0/3] ftrace, kprobes, bpf: mark trampoline/kprobe ftrace_ops permanent
 2026-07-29  0:59 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] bpf: mark trampoline "
` [RFC PATCH bpf-next 2/3] kprobes: mark ftrace-based kprobe ops permanent
` [RFC PATCH bpf-next 3/3] selftests/bpf: add ftrace_permanent test

[PATCH bpf-next v5 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-29  1:08 UTC  (5+ messages)

[PATCH 1/2] arm64/fpsimd: ptrace: Fix inactive SVE and SSVE regsets
 2026-07-29  0:42 UTC  (2+ messages)
` [PATCH 2/2] kselftest/arm64: fp-ptrace: Fix checks for "

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

[PATCH v4 net-next 0/7] ptp: Add PHC timestamp quality attributes
 2026-07-29  0:26 UTC  (9+ messages)
` [PATCH v4 net-next 1/7] ptp: Add ioctls for PHC timestamps with "

[PATCH] selftest: Fix UB of getline due to missing var init
 2026-07-29  0:27 UTC  (4+ messages)
` [PATCH v2 0/2] selftests: Add missing initalization of pointer passed to getline

[PATCH v5 net-next 1/7] ptp: Add ioctls for PHC timestamps with quality attributes
 2026-07-29  0:16 UTC  (3+ messages)

[PATCH 0/3] selftests/bpf: Fixes for out-of-tree builds
 2026-07-29  0:06 UTC  (4+ messages)
` [PATCH 1/3] selftests/bpf: Route generated test headers to OUTPUT
` [PATCH 2/3] selftests/bpf: Route libarena build artifacts "
` [PATCH 3/3] selftests/bpf: Route test_kmods "

[PATCH v5 net-next 1/7] ptp: Add ioctls for PHC timestamps with quality attributes
 2026-07-29  0:01 UTC  (2+ messages)

[PATCH v7 0/6] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-28 23:24 UTC  (7+ messages)
` [PATCH v7 1/6] vfio: selftests: igb: Add driver for Intel 82576 device
` [PATCH v7 2/6] vfio: selftests: igb: Use PHY internal loopback on 82576
` [PATCH v7 3/6] vfio: selftests: Add helpers to re-enable interrupts
` [PATCH v7 4/6] vfio: selftests: igb: Factor hardware programming into igb_hw_init()
` [PATCH v7 5/6] vfio: selftests: Retry on EAGAIN during device reset
` [PATCH v7 6/6] vfio: selftests: igb: Recover after DMA-read faults

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-07-28 23:18 UTC  (40+ messages)
` [PATCH v7 01/36] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v7 02/36] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v7 03/36] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v7 04/36] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v7 05/36] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v7 06/36] KVM: x86: Drop CPU pinning in get_kvmclock()
` [PATCH v7 07/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v7 08/36] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v7 09/36] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v7 10/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v7 11/36] KVM: x86: Restructure kvm_guest_time_update() for TSC upscaling
` [PATCH v7 12/36] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v7 13/36] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v7 14/36] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [PATCH v7 15/36] KVM: x86: Kill last_tsc_{nsec,write,offset} fields
` [PATCH v7 16/36] KVM: x86: Replace nr_vcpus_matched_tsc count with all_vcpus_matched_tsc bool
` [PATCH v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v7 18/36] KVM: x86: Factor out kvm_use_master_clock()
` [PATCH v7 19/36] KVM: x86: Avoid gratuitous global clock updates
` [PATCH v7 20/36] KVM: x86/xen: Prevent runstate times from becoming negative
` [PATCH v7 21/36] KVM: x86: Avoid redundant masterclock updates from multiple vCPUs
` [PATCH v7 22/36] KVM: x86: Remove runtime Xen TSC frequency CPUID update
` [PATCH v7 23/36] KVM: x86: Re-synchronize TSC after KVM_SET_TSC_KHZ
` [PATCH v7 24/36] KVM: x86: Use ktime_get_snapshot_id() for master clock
` [PATCH v7 25/36] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [PATCH v7 26/36] KVM: x86: Cache host vclock_mode for masterclock eligibility checks
` [PATCH v7 27/36] KVM: x86: Remove pvclock_gtod_data and private timekeeping code
` [PATCH v7 28/36] KVM: x86: Activate master clock from kvm_arch_init_vm()
` [PATCH v7 29/36] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [PATCH v7 30/36] KVM: selftests: Use UAPI pvclock-abi.h in xen_shinfo_test
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v7 32/36] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH v7 33/36] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v7 34/36] KVM: selftests: Add master clock offset test
` [PATCH v7 35/36] KVM: selftests: Add Xen/generic CPUID timing leaf test
` [PATCH v7 36/36] KVM: selftests: Add Xen runstate migration test

[PATCH v14 00/22] TDX KVM selftests
 2026-07-28 22:56 UTC  (3+ messages)
` [PATCH v14 20/22] KVM: selftests: Implement MMIO WRITE for the TDX VM

[PATCH net-next v3 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t
 2026-07-28 22:37 UTC  (5+ messages)
` [PATCH net-next v3 7/7] selftests: net: getsockopt_iter: cover rawv6, ieee802154, phonet and tls

[PATCH RFC v4 08/12] selftests/mm: cover /proc/pid/mem access to VM_PFNMAP memory
 2026-07-28 20:58 UTC  (6+ messages)
` [PATCH RFC v4 12/12] selftests/mm: add a slow-GUP content and COW test for mTHP

[PATCH v6 0/6] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-28 18:14 UTC  (3+ messages)
` [PATCH v6 1/6] vfio: selftests: igb: Add driver for Intel 82576 device

[PATCH net 0/5] mptcp: misc fixes for v7.2-rc6
 2026-07-28 17:11 UTC  (2+ messages)
` [PATCH net 3/5] selftests: mptcp: join: mark tests with data corruption as failed

[PATCH 0/4] nolibc: syscall() and abs() fixes, plus a cleanup
 2026-07-28 16:37 UTC  (5+ messages)
` [PATCH 2/4] tools/nolibc: stdlib: avoid signed overflow in abs() and friends

[PATCH v4 net-next 1/1] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
 2026-07-28 16:10 UTC 

[PATCH 5.10.y/5.15.y] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-28 16:10 UTC  (2+ messages)

[PATCH 6.1.y] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-28 16:09 UTC  (2+ messages)

[PATCH v5 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-07-28 15:24 UTC 

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-28 15:07 UTC  (3+ messages)
` [PATCH 05/21] perf: arm_pmuv3: Check cntr_mask before using pmccntr

[RFC PATCH bpf-next 0/6] bpf: Optimize string kfuncs
 2026-07-28 14:57 UTC  (7+ messages)
` [RFC PATCH bpf-next 1/6] bpf: Optimize string scan kfuncs
` [RFC PATCH bpf-next 2/6] bpf: Optimize string comparison kfuncs
` [RFC PATCH bpf-next 3/6] bpf: Optimize string span kfuncs
` [RFC PATCH bpf-next 4/6] bpf: Optimize string substring kfuncs
` [RFC PATCH bpf-next 5/6] selftests/bpf: Exercise word-at-a-time string kfuncs
` [RFC PATCH bpf-next 6/6] selftests/bpf: Benchmark "

[PATCH net 0/3] net: hsr: fix shared-skb mutations in the forwarding path
 2026-07-28 14:36 UTC  (4+ messages)
` [PATCH net 1/3] net: hsr: privatize interlink-bound skbs before address mutation
` [PATCH net 2/3] net: hsr: clone before updating path and LAN IDs in tagged frames
` [PATCH net 3/3] selftests: net: hsr: add shared-mutation regression test

[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-28 13:40 UTC  (8+ messages)
` [PATCH v2 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous

[RFC PATCH net-next 0/2] netdevsim: add TLS device offload emulation and test
 2026-07-28 12:56 UTC  (3+ messages)
` [RFC PATCH net-next 1/2] netdevsim: add TLS device offload emulation
` [RFC PATCH net-next 2/2] selftests: netdevsim: add a kTLS device offload test

[PATCH net-next v3 0/2] ipv6: report why a route was deleted in RTM_DELROUTE
 2026-07-28 12:50 UTC  (4+ messages)
` [PATCH net-next v3 1/2] "

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-07-28 12:11 UTC  (10+ messages)
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()
` [PATCH v4 04/11] KVM: Track weak reference to vm_file in struct kvm
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
` [PATCH v4 06/11] KVM: guest_memfd: Move internal definitions to internal header
` [PATCH v4 07/11] KVM: guest_memfd: Add support for freezing mappings
` [PATCH v4 08/11] KVM: guest_memfd: Add support for preservation via LUO
` [PATCH v4 09/11] docs: liveupdate: Add documentation for VM and guest_memfd preservation
` [PATCH v4 10/11] KVM: selftests: Split ____vm_create() and add vm_create_from_fd()
` [PATCH v4 11/11] KVM: selftests: Add guest_memfd_preservation_test


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