Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-06-05 18:27:59 to 2026-06-08 14:55:43 UTC [more...]

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

[PATCH bpf-next v5 0/9] bpf: Introduce global percpu data
 2026-06-08 14:51 UTC  (10+ messages)
` [PATCH bpf-next v5 1/9] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v5 2/9] bpf: Introduce global percpu data
` [PATCH bpf-next v5 3/9] libbpf: Probe percpu data feature
` [PATCH bpf-next v5 4/9] libbpf: Add support for global percpu data
` [PATCH bpf-next v5 5/9] bpftool: Generate skeleton "
` [PATCH bpf-next v5 6/9] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v5 7/9] selftests/bpf: Add tests to verify verifier log for "
` [PATCH bpf-next v5 8/9] selftests/bpf: Add test to verify xlated insns "
` [PATCH bpf-next v5 9/9] selftests/bpf: Add test to verify bpf_iter "

[PATCH 0/2] ring-buffer: Fix forced 8-byte alignment event length
 2026-06-08 14:51 UTC  (6+ messages)
` [PATCH 1/2] ring-buffer: Fix event length with forced 8-byte alignment
` [PATCH 2/2] selftests/ftrace: Account for 8-byte aligned trace_marker_raw events

[PATCH 0/2] Make liveupdate selftests util as a library
 2026-06-08 14:38 UTC  (8+ messages)
` [PATCH 1/2] selftests/liveupdate: Move luo_test_utils.* into a reusable library
` [PATCH 2/2] selftests/liveupdate: Add helpers to preserve/retrieve FDs

[RFC PATCH 0/7] tracing/probes: Add more typecast features
 2026-06-08 14:25 UTC  (8+ messages)
` [RFC PATCH 1/7] tracing/probes: Support typecast for various probe events
` [RFC PATCH 2/7] tracing/probes: Support nested typecast
` [RFC PATCH 3/7] tracing/probes: Support field specifier option for typecast
` [RFC PATCH 4/7] tracing/probes: Add $current variable support
` [RFC PATCH 5/7] tracing/probes: Add +CPU() and +PCPU() dereference method to fetcharg
` [RFC PATCH 6/7] tracing/probes: Support reserved this_cpu_ptr() method
` [RFC PATCH 7/7] tracing/probes: Add a new testcase for BTF typecasts

[PATCH v8 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-08 14:15 UTC  (10+ messages)
` [PATCH v8 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE

[PATCH net-next 0/4] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-06-08 13:59 UTC  (6+ messages)
` [PATCH net-next 2/4] udmabuf: emit one sg entry per pinned folio

[PATCH bpf v8 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
 2026-06-08 13:31 UTC  (5+ messages)
` [PATCH bpf v8 1/2] net: Validate protocol in skb_steal_sock() for BPF-assigned sockets
` [PATCH bpf v8 2/2] selftests/bpf: Add protocol check test for bpf_sk_assign_tcp_reqsk()

[PATCH bpf-next] bpf/selftests: remove lirc test
 2026-06-08 12:51 UTC  (4+ messages)

[PATCH bpf v2 0/2] Keep dynamic inner array lookups nullable
 2026-06-08 12:00 UTC  (4+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Cover dynamic inner array lookup nullability

[PATCH] selftests/mm: fix ksft_process_madv.sh test category
 2026-06-08 11:27 UTC  (4+ messages)

[PATCH] selftests/efivarfs: skip write tests if efivarfs is mounted read-only
 2026-06-08 11:13 UTC 

[PATCH 0/3] selftests/resctrl: increase L3 cache test coverage
 2026-06-08 11:06 UTC  (4+ messages)
` [PATCH 1/3] selftests/resctrl: Add L3_CAT_OCCUP test to verify CAT bounds occupancy
` [PATCH 2/3] selftests/resctrl: Add L3_CAT_VALIDATE to check invalid CBMs
` [PATCH 3/3] selftests/resctrl: Add L3_BIT_USAGE to check bit_usage tracks allocation

[PATCH net-next 0/2] net/smc: convert getsockopt to getsockopt_iter
 2026-06-08 10:48 UTC  (3+ messages)
` [PATCH net-next 1/2] smc: convert "

[RFC v1 0/9] kho: granular compatibility and header decoupling
 2026-06-08 10:26 UTC  (8+ messages)
` [RFC v1 1/9] kho: split out radix tree tracker into kho_radix.c

[PATCH net-next v3 0/2] net: rds: convert rds to getsockopt_iter
 2026-06-08  9:44 UTC  (3+ messages)
` [PATCH net-next v3 1/2] selftests: net: rds: add getsockopt() conversion test
` [PATCH net-next v3 2/2] rds: convert to getsockopt_iter

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

[PATCH 0/2] kunit: Add support for skipping entire test suites
 2026-06-08  9:04 UTC  (7+ 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 v7 00/42] guest_memfd: In-place conversion support
 2026-06-08  8:55 UTC  (9+ messages)
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v7 14/42] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check

[PATCH v13 00/22] TDX KVM selftests
 2026-06-08  8:34 UTC  (20+ messages)
` [PATCH v13 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v13 06/22] tools: include: Add kbuild.h for assembly structure offsets
` [PATCH v13 09/22] KVM: selftests: Expose functions to get default sregs values
` [PATCH v13 11/22] KVM: selftests: Set up TDX boot parameters region
` [PATCH v13 12/22] KVM: selftests: Back the first memory region with guest_memfd for TDX
` [PATCH v13 13/22] KVM: selftests: Set first memory region as shared if guest_memfd
` [PATCH v13 15/22] KVM: selftests: Call KVM_TDX_INIT_VCPU when creating a new TDX vcpu
` [PATCH v13 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus

[PATCH 0/3] rust: add Kconfig.test
 2026-06-08  7:05 UTC  (4+ messages)
` [PATCH 2/3] rust: testing: add Kconfig for KUnit test

[PATCH] selftests/uevent: increase __UEVENT_BUFFER_SIZE to avoid ENOBUFS on busy systems
 2026-06-08  5:39 UTC 

[PATCH v2 0/7] seg6: add SRv6 Mobile User Plane (RFC 9433) behaviors
 2026-06-08  0:39 UTC  (8+ messages)
` [PATCH v2 4/7] seg6: add End.M.GTP6.D behavior
` [PATCH v2 5/7] seg6: add End.M.GTP6.D.Di behavior

[PATCH] selftests/futex: add FUTEX_LOCK_PI owner-exiting coverage
 2026-06-07 18:32 UTC 

[PATCH net-next] selftests: drv-net: gro: signal over-coalescing more reliably
 2026-06-07 13:49 UTC  (2+ messages)

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-06-07 13:22 UTC  (3+ messages)

[PATCH] selftests/zram: fix kernel_gte() for POSIX sh
 2026-06-07  9:57 UTC 

[PATCH v3 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
 2026-06-07  8:11 UTC  (9+ messages)
` [PATCH v3 1/8] RISC-V: KVM: Add support for Svadu FWFT features
` [PATCH v3 2/8] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test
` [PATCH v3 3/8] RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM
` [PATCH v3 4/8] RISC-V: KVM: Add ssp context save/restore
` [PATCH v3 5/8] RISC-V: KVM: Handle software-check exits for VCPU
` [PATCH v3 6/8] RISC-V: KVM: Delegate SPELP bit to VS/VU mode if landing pad is enabled
` [PATCH v3 7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features
` [PATCH v3 8/8] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test

[PATCH v2 0/2] KVM: riscv: Fix hugetlb G-stage block mapping eligibility
 2026-06-07  5:54 UTC  (5+ 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

[RFC PATCH v2 01/10] liveupdate: luo_file: Add internal APIs for file preservation
 2026-06-07  0:35 UTC  (2+ messages)

[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
 2026-06-07  0:30 UTC  (7+ messages)

[PATCH net-next v2 0/6] net: dsa: mv8ee6xxx: MQPRIO and 802.1Qat support
 2026-06-07  0:02 UTC  (12+ messages)
` [PATCH net-next v2 3/6] net: bridge: add 802.1Qat stream reservation admission control

[PATCH bpf-next v3 0/2] bpf, verifier: fix PTR_TO_FLOW_KEYS constant-offset OOB
 2026-06-07  0:00 UTC  (7+ messages)
` [PATCH bpf-next v3 1/2] bpf, verifier: fold reg->var_off into PTR_TO_FLOW_KEYS bounds check
` [PATCH bpf-next v3 2/2] selftests/bpf: add tests for PTR_TO_FLOW_KEYS offset bounds

[PATCH v2 0/5] Usermode Indirect Branch Tracking
 2026-06-06 23:05 UTC  (12+ messages)
` [PATCH v2 1/5] x86: add userspace IBT config option
` [PATCH v2 2/5] x86: shstk: don't clobber IBT bits in U_CET MSR
` [PATCH v2 3/5] x86: expose user IBT via PR_CFI_BRANCH_LANDING_PADS
` [PATCH v2 4/5] x86/entry/vdso: build with IBT support
` [PATCH v2 5/5] selftests/x86: test usermode IBT

[PATCH v4 0/5] KVM: x86: Virtualize AMD's "disable CPUID in usermode"
 2026-06-06 16:00 UTC  (4+ messages)

[PATCH bpf-next v2 0/8] bpf: add support for KASAN checks in JITed programs
 2026-06-06  8:51 UTC  (12+ messages)
` [PATCH bpf-next v2 1/8] bpf: mark instructions accessing program stack
` [PATCH bpf-next v2 4/8] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v2 8/8] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH net-next 1/2] net/sched: sch_fq_pie: add per-flow statistics via class ops
 2026-06-06  7:44 UTC  (2+ messages)

[PATCH v4 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-06  3:58 UTC  (4+ messages)

[PATCH] kunit:tool: Don't write to stdout when it should be disabled
 2026-06-06  2:03 UTC 

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

[PATCH net-next] selftests/net/openvswitch: add flow modify test
 2026-06-06  1:33 UTC  (3+ messages)

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

[PATCH net-next] selftests: net: do not detect PPPoX loopback
 2026-06-06  0:40 UTC  (2+ messages)

[PATCH v2] selftests/damon: add regression test for damos_walk() vs kdamond exit race
 2026-06-06  0:36 UTC 

[PATCH] selftests/bpf: Fix test_lirc test
 2026-06-05 23:00 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: rds: convert rds to getsockopt_iter
 2026-06-05 22:31 UTC  (7+ messages)
` [PATCH net-next v2 1/3] rds: mark snapshot pages dirty in rds_info_getsockopt()
` [PATCH net-next v2 2/3] selftests: net: rds: add getsockopt() conversion test
` [PATCH net-next v2 3/3] rds: convert to getsockopt_iter

[PATCH bpf-next 0/2] RISC-V JIT support for bpf_get_current_task/_btf
 2026-06-05 22:30 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] bpf: Check tail zero of bpf_map_info and bpf_prog_info
 2026-06-05 22:30 UTC  (2+ messages)

[PATCH bpf v4 0/2] bpf: Update transport_header when encapsulating UDP tunnel in lwt
 2026-06-05 22:30 UTC  (2+ messages)

[PATCH] KVM: selftests: Make guest_code_xsave more friendly
 2026-06-05 21:45 UTC  (3+ messages)

[PATCH bpf-next RESEND v12 00/11] selftests/bpf: Tolerate partial builds across kernel configs
 2026-06-05 21:30 UTC  (2+ messages)

[PATCH v4 0/9] dax/kmem: atomic whole-device hotplug via sysfs
 2026-06-05 21:19 UTC  (10+ messages)
` [PATCH v4 1/9] mm/memory: add memory_block_aligned_range() helper
` [PATCH v4 2/9] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v4 3/9] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v4 4/9] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v4 5/9] mm/memory_hotplug: add multi-range hotunplug
` [PATCH v4 6/9] dax: plumb hotplug online_type through dax
` [PATCH v4 7/9] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v4 8/9] dax/kmem: add sysfs interface for atomic hotplug
` [PATCH v4 9/9] selftests/dax: add dax/kmem hotplug sysfs regression test

[PATCH] mm/page_frag: reject invalid CPUs in page_frag_test
 2026-06-05 18:41 UTC 


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