Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-07-27 06:26:58 to 2026-07-28 14:50:19 UTC [more...]

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-07-28 14:40 UTC  (22+ messages)
` [PATCH v7 01/36] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v7 04/36] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [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 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 15/36] KVM: x86: Kill last_tsc_{nsec,write,offset} fields
` [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 28/36] KVM: x86: Activate master clock from kvm_arch_init_vm()
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v7 33/36] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [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 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] selftests/mm: unpoison pages in memory-failure teardown
 2026-07-28 14:22 UTC  (3+ messages)

[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-28 13:40 UTC  (17+ messages)
` [PATCH v2 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
` [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  (12+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 02/11] KVM: Introduce kvm_create_vm_file() helper
` [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

[PATCH 6.6.y/6.12.y/6.18.y 0/2] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-28 10:43 UTC  (3+ messages)

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

[PATCH 5.10.y/5.15.y] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-28  9:54 UTC 

[PATCH 6.1.y] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-28  9:49 UTC 

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

[PATCH RFC v2 0/4] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-07-28  9:05 UTC  (5+ messages)
` [PATCH RFC v2 1/4] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH RFC v2 2/4] KVM: guest_memfd: implement folio migration for non-confidential VMs
` [PATCH RFC v2 3/4] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE
` [PATCH RFC v2 4/4] KVM: selftests: exercise guest_memfd folio migration

[PATCH 0/4] nolibc: syscall() and abs() fixes, plus a cleanup
 2026-07-28  8:46 UTC  (21+ messages)
` [PATCH 1/4] tools/nolibc: evaluate syscall() arguments before the arch macros
` [PATCH 2/4] tools/nolibc: stdlib: avoid signed overflow in abs() and friends
` [PATCH 3/4] selftests/nolibc: add abs() range test

[PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-07-28  8:38 UTC  (2+ messages)

[PATCH v2] selftests/cgroup: add PSI pressure trigger and validation tests
 2026-07-28  8:37 UTC 

[PATCH 0/4] add anon mTHP collapse test cases
 2026-07-28  8:13 UTC  (5+ messages)
` [PATCH 1/4] selftests: mm: extend the check_huge() to support mTHP check
` [PATCH 2/4] selftests: mm: move gather_after_split_folio_orders() into vm_util.c file
` [PATCH 3/4] selftests: mm: implement the mTHP-sized hugepage check helpers
` [PATCH 4/4] selftests: mm: add mTHP collapse test cases

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

[PATCH 0/5] selftests: vDSO: Add tests for auxiliary clocks
 2026-07-28  7:54 UTC  (6+ messages)
` [PATCH 1/5] selftests: vDSO: vdso_test_correctness: Store the clock id in the array
` [PATCH 2/5] selftests: vDSO: vdso_test_correctness: Use symbolic clock IDs
` [PATCH 3/5] selftests: vDSO: vdso_test_correctness: Validate match for all returned errors
` [PATCH 4/5] selftests: vDSO: vdso_test_correctness: Add tests for auxiliary clocks
` [PATCH 5/5] selftests: vDSO: vdso_test_abi: "

[PATCH] pidfs: preserve thread pidfds reopened by file handle
 2026-07-28  6:47 UTC  (5+ messages)

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-28  5:34 UTC  (4+ messages)
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test

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

[RFC PATCH v2.2 00/17] mm/damon: introduce data access-as-a-data attribute
 2026-07-28  4:12 UTC  (2+ messages)
` [RFC PATCH v2.2 14/17] selftests/damon/sysfs.sh: test probe prep sysfs files

[PATCH bpf] bpf: Reject writes through untrusted allocated pointers
 2026-07-28  3:38 UTC 

[PATCH bpf-next v5 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-28  2:50 UTC  (3+ messages)

[PATCH v6 00/36] Cleaning up the KVM clock mess
 2026-07-28  2:13 UTC  (14+ messages)
` [PATCH v6 05/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v6 12/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v6 15/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas

[PATCH v3 0/2] kselftest/arm64: Add two arm64 kselftests for orig_x0 issue
 2026-07-28  2:11 UTC  (3+ messages)
` [PATCH v3 1/2] kselftest/arm64: Add seccomp ptrace x0 bypass test
` [PATCH v3 2/2] kselftest/arm64: Add testcase for SECCOMP_RET_TRACE orig_x0 bypass

[PATCH bpf-next 0/3] bpf: arena: handle memory.max on fault-in with reclaim/OOM
 2026-07-28  1:22 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: Add a sleepable page allocator for map memory
` [PATCH bpf-next 2/3] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next 3/3] selftests/bpf: Add a test for arena fault-in under memory.max

[PATCH net-next] selftests: net: Add a missing config option
 2026-07-28  1:10 UTC  (3+ messages)

[PATCH net-next v4 0/4] net: hsr: PRP RedBox (PRP-SAN) support
 2026-07-28  1:00 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Report the real error from libarena parallel workers
 2026-07-28  1:00 UTC  (2+ messages)

[PATCH v3 4/5] tracing/probes: Extend max length of argument string
 2026-07-27 23:58 UTC  (3+ messages)

[PATCH v3 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-07-27 23:32 UTC  (2+ messages)

[PATCH v6 0/6] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-27 20:57 UTC  (3+ messages)

[PATCH v2 net 0/2] ptp: fix scaled_ppm_to_ppb() overflow bypassing the max_adj check
 2026-07-27 20:22 UTC  (5+ 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

[PATCH v5 net-next 1/7] ptp: Add ioctls for PHC timestamps with quality attributes
 2026-07-27 20:15 UTC  (6+ messages)

[RFC PATCH] KVM: arm64: Add KUnit tests for stage 2 walker memcache consumption
 2026-07-27 18:30 UTC 

[PATCH v5 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-07-27 17:51 UTC  (14+ messages)
` [PATCH v5 1/5] selftests/mm: make file helpers return errors
` [PATCH v5 4/5] tools/mm: add a standalone GUP microbenchmark

[PATCH v3 0/5] selftests/mm: Handle unsupported and transient test conditions
 2026-07-27 17:18 UTC  (9+ messages)
` [PATCH v3 1/5] selftests/mm: skip COW tmpfile cases when fallocate() is unsupported
` [PATCH v3 2/5] selftests/mm: skip guard hole-punch test if MADV_REMOVE "
` [PATCH v3 3/5] selftests/mm: skip khugepaged swap tests without swap
` [PATCH v3 4/5] selftests/mm: skip hard dirty page-cache test on NFS
` [PATCH v3 5/5] selftests/mm: retry migration failures for the full runtime

[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
 2026-07-27 17:06 UTC  (2+ messages)

[PATCH net-next v4 0/3] net/sched: sch_fq_pie: add per-flow class statistics
 2026-07-27 16:40 UTC  (4+ messages)
` [PATCH net-next v4 1/3] net/sched: sch_fq_pie: add per-flow statistics via class ops
` [PATCH net-next v4 2/3] selftests: tc-testing: add fq_pie per-flow class stats test
` [PATCH net-next v4 3/3] net/sched: pie: correct tc_pie_xstats field documentation

[PATCH net-next v3 1/2] net/sched: sch_fq_pie: add per-flow statistics via class ops
 2026-07-27 15:58 UTC  (2+ messages)

[PATCH net 0/9] net/tls: Receive-path fixes for zero-length data records
 2026-07-27 15:19 UTC  (5+ messages)
` [PATCH net 6/9] selftests: tls: add peek and splice coverage for zero-length records
` [PATCH net 9/9] selftests: tls: cover splice after a failed decrypt

[PATCH net-next v4 1/4] net: hsr: add PRP interlink (RedBox) datapath and duplicate discard
 2026-07-27 15:02 UTC  (4+ messages)

[RFC PATCH v2.1 00/17] mm/damon: introduce data access-as-a-data attribute
 2026-07-27 14:38 UTC  (2+ messages)
` [RFC PATCH v2.1 14/17] selftests/damon/sysfs.sh: test probe prep sysfs files

[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
 2026-07-27 14:28 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/bpf: Enable tracing_multi tests on arm64

[PATCH RFC v4 12/12] selftests/mm: add a slow-GUP content and COW test for mTHP
 2026-07-27 14:05 UTC  (4+ messages)

[PATCH bpf-next 0/2] bpf: Fix RHash special-field recycling
 2026-07-27 13:05 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Cancel RHash special fields on value recycle

[PATCH net 0/2] tls: fix plaintext sk_msg ring over-fill in tls_sw_sendmsg_splice()
 2026-07-27 12:59 UTC  (7+ messages)
` [PATCH net 1/2] tls: don't over-fill the plaintext sk_msg ring "
` [PATCH net 2/2] selftests: tls: add a test for splicing onto a full plaintext record

Please backport bridge multicast exponential field encoding fix series to 6.1.y/6.6.y/6.12.y/6.18.y/7.0.y
 2026-07-27 11:57 UTC  (12+ messages)

[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-07-27 11:11 UTC  (3+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-27 11:04 UTC  (2+ messages)

[PATCH v5 net-next 0/7] ptp: Add PHC timestamp quality attributes
 2026-07-27  9:23 UTC  (2+ messages)

[PATCH v2 0/5] selftests/mm: Handle unsupported and transient test conditions
 2026-07-27  9:21 UTC  (11+ messages)
` [PATCH v2 4/5] selftests/mm: skip hard dirty page-cache test on NFS
` [PATCH v2 5/5] selftests/mm: retry migration failures for the full runtime

[PATCH v5 net-next 7/7] net: ena: Implement gettimexattrs64 callback for PTP attributes
 2026-07-27  9:16 UTC  (2+ messages)

[PATCH v5 net-next 6/7] net: ena: Add error bound to PHC communication layer
 2026-07-27  9:15 UTC  (2+ messages)

[PATCH v5 net-next 5/7] net: ena: Update PHC admin interface for error bound support
 2026-07-27  9:15 UTC  (2+ messages)

[PATCH v5 net-next 4/7] ptp: ptp_vmclock: Implement attributes ioctls
 2026-07-27  9:14 UTC  (2+ messages)

[PATCH net-next v6 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-07-27  9:14 UTC  (7+ messages)
` [PATCH net-next v6 1/3] net: devmem: allow rx-page-size > PAGE_SIZE per dmabuf binding
` [PATCH net-next v6 2/3] selftests/net: ncdevmem: add -b option to set rx-page-size on bind
` [PATCH net-next v6 3/3] selftests/net: devmem.py: add check_rx_large_niov

[PATCH v5 net-next 3/7] selftests/ptp: Add testptp support for attributes ioctls
 2026-07-27  9:06 UTC  (2+ messages)

[PATCH v5 net-next 2/7] selftests/ptp: Extract print_system_timestamp helper in testptp
 2026-07-27  9:05 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