Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-05-08 02:52:43 to 2026-05-10 19:29:13 UTC [more...]

[PATCH net v2 00/10] net: shaper: fix various minor bugs
 2026-05-10 19:29 UTC  (10+ messages)
` [PATCH net v2 01/10] net: shaper: flip the polarity of the valid flag
` [PATCH net v2 02/10] net: shaper: fix trivial ordering issue in net_shaper_commit()
` [PATCH net v2 03/10] net: shaper: reject duplicate leaves in GROUP request
` [PATCH net v2 04/10] selftests: drv-net: add shaper test for duplicate leaves
` [PATCH net v2 05/10] net: shaper: set ret to -ENOMEM when genlmsg_new() fails in group_doit
` [PATCH net v2 06/10] net: shaper: fix undersized reply skb allocation in GROUP command
` [PATCH net v2 07/10] tools: ynl: add scope qualifier for definitions
` [PATCH net v2 08/10] net: shaper: reject handle IDs exceeding internal bit-width
` [PATCH net v2 09/10] net: shaper: enforce singleton NETDEV scope with id 0

[PATCH 0/5] Fix and enhance KVM steal accounting for both guest and host
 2026-05-10 19:11 UTC  (8+ messages)
` [PATCH 2/5] KVM: x86: Reset vcpu->arch.st.last_steal when enabling steal time
` [PATCH 3/5] KVM: x86: account KVM_SET_CLOCK downtime in "

[PATCH sched_ext/for-7.1-fixes] selftests/sched_ext: Fix build error in dequeue selftest
 2026-05-10 17:52 UTC 

[PATCH net-next v1 0/3] Log clean up and TAP follow ups
 2026-05-10 17:30 UTC  (2+ messages)

[PATCH net-next v2 0/5] net: convert four more protocols to getsockopt_iter
 2026-05-10 17:20 UTC  (5+ messages)
` [PATCH net-next v2 1/5] mctp: convert "

[PATCH net-next 0/5] netdevsim: get link via ethtool, set via sysfs
 2026-05-10 16:52 UTC  (7+ messages)
` [PATCH net-next 1/5] netdevsim: Add ethtool get_link support
` [PATCH net-next 2/5] netdevsim: allow changing carrier state via sysfs
` [PATCH net-next 3/5] selftest: netdevsim: test carrier change "
` [PATCH net-next 4/5] selftest: netdevsim: cleanup the devices and module on failure
` [PATCH net-next 5/5] selftest: netdevsim: suppress socat warnings

[PATCH 1/2 net v3] ipv6: addrconf: fix temp address generation after prefix deprecation
 2026-05-10 15:43 UTC  (3+ messages)

[PATCH v5 2/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-10 14:42 UTC  (2+ messages)

[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
 2026-05-10 13:43 UTC  (5+ messages)
` [PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH v2 0/7] seg6: add SRv6 Mobile User Plane (RFC 9433) behaviors
 2026-05-10 12:02 UTC  (7+ messages)

[PATCH 1/3 net-next v4] ipv4: centralize devconf sysctl handling
 2026-05-10  8:15 UTC  (3+ messages)
` [PATCH 2/3 net-next v4] ipv4: handle devconf post-set actions on netlink updates
` [PATCH 3/3 net-next v4] selftests: net: add test for IPv4 devconf netlink notifications

[PATCH v4] 00/30] Cleaning up the KVM clock mess
 2026-05-09 22:46 UTC  (31+ messages)
` [PATCH v4 01/30] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
` [PATCH v4 02/30] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v4 03/30] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [PATCH v4 04/30] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v4 05/30] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v4 06/30] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v4 07/30] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH v4 08/30] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v4 09/30] KVM: x86: WARN if kvm_get_walltime_and_clockread() fails unexpectedly
` [PATCH v4 10/30] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v4 11/30] KVM: x86: Add WARN and restructure get_kvmclock()
` [PATCH v4 12/30] KVM: x86: Use get_kvmclock_base_ns() as fallback in get_kvmclock()
` [PATCH v4 13/30] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v4 14/30] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v4 15/30] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v4 16/30] KVM: x86: Restructure kvm_guest_time_update() for TSC upscaling
` [PATCH v4 17/30] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v4 18/30] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v4 19/30] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [PATCH v4 20/30] KVM: x86: Kill last_tsc_{nsec,write,offset} fields
` [PATCH v4 21/30] KVM: x86: Replace nr_vcpus_matched_tsc count with all_vcpus_matched_tsc bool
` [PATCH v4 22/30] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v4 23/30] KVM: x86: Factor out kvm_use_master_clock()
` [PATCH v4 24/30] KVM: x86: Avoid gratuitous global clock updates
` [PATCH v4 25/30] KVM: x86/xen: Prevent runstate times from becoming negative
` [PATCH v4 26/30] KVM: x86: Avoid redundant masterclock updates from multiple vCPUs
` [PATCH v4 27/30] KVM: x86: Add KVM_VCPU_TSC_EFFECTIVE_FREQ attribute
` [PATCH v4 28/30] KVM: x86: Remove runtime Xen TSC frequency CPUID update
` [PATCH v4 29/30] x86/kvm: Obtain TSC frequency from CPUID if present
` [PATCH v4 30/30] x86/xen: "

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-09 22:10 UTC  (26+ messages)
` [PATCH v5 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v5 03/14] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v5 05/14] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH v5 09/14] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH v5 13/14] mm/khugepaged: enable clean pagecache folio collapse for writable files

[PATCH net-next v9 0/2] selftests: openvswitch: add pop_vlan test
 2026-05-09 13:54 UTC  (3+ messages)
` [PATCH net-next v9 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
` [PATCH net-next v9 2/2] selftests: openvswitch: add pop_vlan test

[PATCH v9 0/5] riscv: add SBI Supervisor Software Events support
 2026-05-09 13:10 UTC  (6+ messages)
` [PATCH v9 1/5] riscv: add SBI SSE extension definitions
` [PATCH v9 2/5] riscv: add support for SBI Supervisor Software Events extension
` [PATCH v9 3/5] drivers: firmware: add riscv SSE support
` [PATCH v9 4/5] perf: RISC-V: add support for SSE event
` [PATCH v9 5/5] selftests/riscv: add SSE test module

[PATCH v2] killswitch: add per-function short-circuit mitigation primitive
 2026-05-09 12:34 UTC  (3+ messages)

[PATCH 0/2] mm/khugepaged: fix sub-PMD MADV_COLLAPSE range handling
 2026-05-09  9:47 UTC  (13+ messages)
` [PATCH 1/2] mm/khugepaged: fix spurious -EINVAL from sub-PMD MADV_COLLAPSE range
` [PATCH 2/2] selftests/mm: add MADV_COLLAPSE sub-PMD range tests

[PATCH] selftests/cgroup: Fix cg_read_strcmp() empty string comparison
 2026-05-09  8:03 UTC 

[PATCH net-next v9 2/2] selftests: net: test PPPoE packets in gro.sh
 2026-05-09  3:04 UTC 

[PATCH 00/17] dynamic-debug cleanups refactors maintenance
 2026-05-09  2:01 UTC  (3+ messages)

[PATCH net-next] selftests: net: add tests for PPPoL2TP
 2026-05-09  1:13 UTC  (3+ messages)

[PATCH v10 00/30] KVM: arm64: Implement support for SME
 2026-05-09  0:43 UTC  (6+ messages)
` [PATCH v10 01/30] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v10 15/30] KVM: arm64: Support SME control registers

[PATCH] killswitch: add per-function short-circuit mitigation primitive
 2026-05-09  0:36 UTC  (15+ messages)

[PATCH v6 0/2] selftests/futex: fix the failed futex_requeue test issue
 2026-05-09  0:05 UTC  (2+ messages)

[PATCH v2 00/14] userfaultfd: working set tracking for VM guest memory
 2026-05-08 23:52 UTC  (18+ messages)
` [PATCH v2 01/14] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v2 02/14] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v2 03/14] mm: rename uffd-wp PTE accessors "
` [PATCH v2 04/14] mm: add VM_UFFD_RWP VMA flag
` [PATCH v2 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v2 06/14] mm: preserve RWP marker across PTE rewrites
` [PATCH v2 07/14] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v2 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v2 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v2 10/14] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v2 11/14] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v2 12/14] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v2 13/14] selftests/mm: add userfaultfd RWP tests
` [PATCH v2 14/14] Documentation/userfaultfd: document RWP working set tracking

[PATCH v9 0/4] kunit: Add support for suppressing warning backtraces
 2026-05-08 23:52 UTC  (6+ messages)
` [PATCH v9 1/4] bug/kunit: Core "
` [PATCH v9 2/4] kunit: Add backtrace suppression self-tests
` [PATCH v9 3/4] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v9 4/4] kunit: Add documentation for warning backtrace suppression API

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-08 23:36 UTC  (3+ messages)
` [PATCH v6 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings

[PATCH net-next v3 0/8] net: devmem: support devmem with netkit devices
 2026-05-08 23:03 UTC  (25+ messages)
` [PATCH net-next v3 1/8] net: convert netmem_tx flag to enum
` [PATCH net-next v3 2/8] net: netkit: declare NETMEM_TX_NO_DMA mode
` [PATCH net-next v3 3/8] net: devmem: support TX over NETMEM_TX_NO_DMA devices
` [PATCH net-next v3 4/8] selftests: drv-net: ncdevmem: add -n flag to skip NIC configuration
` [PATCH net-next v3 5/8] selftests: drv-net: make attr _nk_guest_ifname public
` [PATCH net-next v3 6/8] selftests: drv-net: refactor devmem command builders into lib module
` [PATCH net-next v3 7/8] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
` [PATCH net-next v3 8/8] selftests: drv-net: add netkit devmem tests

[PATCH v3 0/2] mm/kmemleak: dedupe verbose scan output
 2026-05-08 22:17 UTC  (2+ messages)

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-05-08 21:21 UTC  (10+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH 1/2] vfio: selftests: Add support of creating multiple iommus from iommufd
 2026-05-08 20:14 UTC  (4+ messages)
` [PATCH 2/2] vfio: selftests: Add iommufd multi iommu test

[PATCH v2] selftests/mm: use pattern matching in .gitignore
 2026-05-08 19:32 UTC  (4+ messages)

[PATCH v5 04/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
 2026-05-08 18:54 UTC  (3+ messages)

[PATCH net-next 0/8] mptcp: pm: in-kernel: increase limits
 2026-05-08 15:40 UTC  (5+ messages)
` [PATCH net-next 5/8] selftests: mptcp: join: allow changing ifaces nr per test
` [PATCH net-next 6/8] selftests: mptcp: join: validate 8x8 subflows
` [PATCH net-next 7/8] selftests: mptcp: pm: validate new limits
` [PATCH net-next 8/8] selftests: mptcp: pm: use simpler send/recv forms

[PATCH v2 0/3] KVM: x86: Virtualize AMD CPUID faulting
 2026-05-08 17:07 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86: Remove supports_cpuid_fault() helper
` [PATCH v2 2/3] KVM: x86: Virtualize AMD CPUID faulting
` [PATCH v2 3/3] KVM: selftests: Update hwcr_msr_test for CPUID faulting bit

[PATCH] selftests/cgroup: Fix incorrect variable check in online_cpus()
 2026-05-08 16:51 UTC  (2+ messages)

[PATCH] lib/tests: Add KUnit tests for bsearch()
 2026-05-08 14:50 UTC 

[PATCH net-next v8 0/2] selftests: openvswitch: add pop_vlan test
 2026-05-08 14:37 UTC  (5+ messages)
` [PATCH net-next v8 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
` [PATCH net-next v8 2/2] selftests: openvswitch: add pop_vlan test

[PATCH net-next v7 0/2] selftests: openvswitch: add pop_vlan test
 2026-05-08 12:40 UTC  (5+ messages)
` [PATCH net-next v7 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
` [PATCH net-next v7 2/2] selftests: openvswitch: add pop_vlan test

[PATCH] selftests/rdma: explicitly skip tests when required modules are missing
 2026-05-08 11:24 UTC  (3+ messages)

[PATCH v2 0/6] selftests/resctrl: Add dynamic linked list management for IMC counters
 2026-05-08 10:14 UTC  (6+ messages)
` [PATCH v2 1/6] selftests/resctrl: Introduced "

[PATCH v8 0/4] kunit: Add support for suppressing warning backtraces
 2026-05-08 10:10 UTC  (6+ messages)
` [PATCH v8 1/4] bug/kunit: Core "

[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
 2026-05-08  8:18 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