linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-08-07 11:43:35 to 2026-08-10 05:07:44 UTC [more...]

[PATCH bpf-next v4 0/3] bpf: prevent offloaded programs from running on host via tcx/netkit
 2026-08-10  5:06 UTC  (3+ messages)
` [PATCH bpf-next v4 1/3] bpf, tcx, netkit: reject offloaded programs
` [PATCH bpf-next v4 2/3] bpf, xdp: move offload check into dev_xdp_install()

[PATCH 0/3] selftests/resctrl: increase L3 cache test coverage
 2026-08-10  4:22 UTC  (4+ messages)
` [PATCH 1/3] selftests/resctrl: Add L3_CAT_OCCUP test to verify CAT bounds occupancy

[PATCH 0/2] selftests/cgroup: Fix cpuset test portability and hotplug error handling
 2026-08-10  3:22 UTC  (5+ messages)
` [PATCH 1/2] selftests/cgroup: Avoid awk -e in cpuset tests
` [PATCH 2/2] selftests/cgroup: Preserve CPU hotplug write errors

[PATCH net v2] selftests: netfilter: conntrack_dump_flush: remove unused variables and fix typo
 2026-08-10  3:01 UTC  (5+ messages)

[PATCH net v6 0/4] net: hsr: fix GRO/GSO super-packet handling
 2026-08-10  2:23 UTC  (6+ messages)
` [PATCH 1/4] net: hsr: fix packet drops caused by GRO superpackets
` [PATCH 2/4] net: hsr: shrink seqnr_lock to sequence counter updates
` [PATCH 3/4] net: hsr: unfold GSO super-packets at the forward entry
` [PATCH 4/4] selftests: net: hsr: cover GSO super-packets on PRP slave ingress

[PATCH net-next] selftests: bonding: disable DAD for IPv6 addresses
 2026-08-10  2:02 UTC  (2+ messages)

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

[PATCH 0/3] mm: support splitting mappingless swapcache folios
 2026-08-09 22:19 UTC  (10+ messages)
` [PATCH 2/3] mm: add KUnit coverage for "

[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
 2026-08-09 16:20 UTC  (16+ messages)
` [PATCH bpf-next 01/13] bpf: Initialize ftrace_managed in bpf_trampoline_get
` [PATCH bpf-next 02/13] bpf: Factor out update_fentry_multi helper
` [PATCH bpf-next 03/13] bpf: Drop unnecessary ftrace_location() in update_fentry_multi()
` [PATCH bpf-next 04/13] bpf: Add tracing_multi link support for bpf progs
` [PATCH bpf-next 05/13] libbpf: "
` [PATCH bpf-next 06/13] bpf: Add tracing_multi link fdinfo "
` [PATCH bpf-next 07/13] bpf: Add tracing_multi link info "
` [PATCH bpf-next 08/13] selftests/bpf: Add tracing_multi bpf prog attach test
` [PATCH bpf-next 09/13] selftests/bpf: Add tracing_multi bpf prog attach failure tests
` [PATCH bpf-next 10/13] selftests/bpf: Add tracing_multi bpf prog cookie test
` [PATCH bpf-next 11/13] selftests/bpf: Add tracing_multi bpf prog rollback test
` [PATCH bpf-next 12/13] selftests/bpf: Add tracing_multi bpf prog link info test
` [PATCH bpf-next 13/13] selftests/bpf: Test tailcall with fentry.multi

[PATCH net-next v6 00/10] ipv6: report why a route was deleted in RTM_DELROUTE
 2026-08-09 12:30 UTC  (13+ messages)
` [PATCH net-next v6 01/10] ipv6: add ip6_del_rt_reason()
` [PATCH net-next v6 02/10] ipv6: propagate the route deletion reason to fib6_del_route()
` [PATCH net-next v6 03/10] ipv6: record the reason for kernel-initiated route deletions
` [PATCH net-next v6 04/10] ipv6: add a deletion reason argument to rt6_fill_node()
` [PATCH net-next v6 05/10] ipv6: expose the route deletion reason in RTM_DELROUTE
` [PATCH net-next v6 06/10] ipv6: add inet6_rt_del_notify()
` [PATCH net-next v6 07/10] netlink: specs: rt-route: add route notifications
` [PATCH net-next v6 08/10] netlink: specs: rt-route: split out the request attribute list
` [PATCH net-next v6 09/10] netlink: specs: rt-route: add the route deletion reason
` [PATCH net-next v6 10/10] selftests: net: verify RTA_DEL_REASON on route deletion

[PATCH] selftests/mm: thuge-gen: fix test_shmget() for PAGE_SIZE check
 2026-08-09  8:03 UTC 

[PATCH v4 0/4] LoongArch: add KHO support and selftests
 2026-08-09  4:18 UTC  (5+ messages)
` [PATCH v4 1/4] efi: add a KHO configuration table GUID
` [PATCH v4 4/4] selftests/kho: add LoongArch vmtest support

[RFC PATCH 0/7] riscv: iommu: Add QoS ID support for resctrl device assignment
 2026-08-09  4:13 UTC  (8+ messages)
` [RFC PATCH 4/7] iommu/riscv: Program QoS IDs for assigned groups
` [RFC PATCH 5/7] iommu/riscv: Expose global QoS IDs in sysfs
    ` [External] Re: [RFC PATCH 0/7] riscv: iommu: Add QoS ID support for resctrl device assignment

[PATCH v2] selftests/cgroup: add PSI pressure trigger and validation tests
 2026-08-09  3:44 UTC  (2+ messages)

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-09  0:51 UTC  (5+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()

[PATCH v2] selftests/proc: make proc-maps-race work with READ_IMPLIES_EXEC
 2026-08-08 20:03 UTC 

[PATCH net-next 1/2] selftests: drv-net: pace ethtool_std_stats packet generation
 2026-08-08 16:52 UTC  (3+ messages)
` [PATCH net-next 2/2] selftests: drv-net: let ethtool stats settle before reading

[PATCH net-next] selftests: drv-net: hide the devlink port_split test
 2026-08-08 16:48 UTC 

[PATCH net-next] selftests: netdevsim: fix SIGPIPE flake in ethtool-coalesce
 2026-08-08 16:34 UTC 

[PATCH bpf-next v3 0/4] bpf: arena: handle memory.max on fault-in with reclaim/OOM
 2026-08-08 14:05 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] bpf: Add a sleepable page allocator for map memory
` [PATCH bpf-next v3 2/4] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next v3 3/4] selftests/bpf: Add read_cgroup_file() to cgroup_helpers
` [PATCH bpf-next v3 4/4] selftests/bpf: Add a test for arena fault-in under memory.max

[PATCH 1/1] selftests/cachestat: add fault-path errno coverage for cachestat
 2026-08-08 14:03 UTC 

[PATCH 7.1.y v3] selftests/bpf: Add tests for sleepable tracepoint programs
 2026-08-08 12:42 UTC 

[PATCH 7.1.y v2] selftests/bpf: Fail unbound UDP on sockmap update
 2026-08-08 12:41 UTC 

[PATCH v3 0/2] tracing/boot: Support eprobe, fprobe, and tprobe events and add test framework
 2026-08-08 12:19 UTC  (4+ messages)
` [PATCH v3 1/2] tracing/boot: Add support for eprobe, fprobe, and tprobe events
` [PATCH v3 2/2] selftests/ftrace: Add boot-time tracing test framework

[PATCH] futex: Avoid hash-bucket locking for mismatched waits
 2026-08-08  9:19 UTC  (2+ messages)

[PATCH 0/2] KVM: selftests: Fix two VMs leaked on early returns
 2026-08-08  8:10 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: Free the VM when the SEV smoke test's guest completes
` [PATCH 2/2] KVM: selftests: Free the VM when NX hugepage disabling is denied

[PATCH net v4 0/4] net: hsr: fix GRO/GSO super-packet handling
 2026-08-08  6:44 UTC  (5+ messages)
` [PATCH net v4 2/4] net: hsr: shrink seqnr_lock to sequence counter updates

[PATCH] KVM: selftests: Fix the bounds of the SEV debug dst buffer check
 2026-08-08  6:19 UTC 

[PATCH bpf-next v2 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs
 2026-08-08  2:59 UTC  (3+ messages)

[PATCH net-next v8 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-08-08  1:40 UTC  (2+ messages)

[PATCH net-next V2 00/13] net/mlx5e: Add support for HW-GRO to PSP
 2026-08-08  1:00 UTC  (5+ messages)
` [PATCH net-next V2 12/13] selftests: drv-net: psp: Fix responder parsing
` [PATCH net-next V2 13/13] selftests: drv-net: psp: Add a test for PSP with HW-GRO

[PATCH net v3 0/3] net: hsr: fix shared-skb mutations in the forwarding path
 2026-08-08  0:45 UTC  (4+ messages)
` [PATCH net v3 1/3] net: hsr: privatize interlink-bound skbs before address mutation
` [PATCH net v3 2/3] net: hsr: return private clones from the tagged-frame helpers
` [PATCH net v3 3/3] selftests: net: hsr: add shared-mutation regression test

[PATCH net-next v5 00/10] ipv6: report why a route was deleted in RTM_DELROUTE
 2026-08-08  0:37 UTC  (18+ messages)
` [PATCH net-next v5 01/10] ipv6: add ip6_del_rt_reason()
` [PATCH net-next v5 02/10] ipv6: propagate the route deletion reason to fib6_del_route()
` [PATCH net-next v5 03/10] ipv6: record the reason for kernel-initiated route deletions
` [PATCH net-next v5 04/10] ipv6: add a deletion reason argument to rt6_fill_node()
` [PATCH net-next v5 05/10] ipv6: expose the route deletion reason in RTM_DELROUTE
` [PATCH net-next v5 06/10] ipv6: add inet6_rt_del_notify()

[PATCH v2] selftests/mm: Drop duplicate test_seal_mprotect_two_vma_with_gap() call
 2026-08-08  0:15 UTC  (2+ messages)

[PATCH net-next v2 0/2] netconsole: replace target_list_lock by RCU on userdata hot path
 2026-08-08  0:09 UTC  (2+ messages)

[PATCH net-next 00/14] selftests: net: shaper: Expand shaper API coverage
 2026-08-07 23:50 UTC  (2+ messages)

[PATCH v10 0/3] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-08-07 22:27 UTC  (3+ messages)

[PATCH nfc] selftests/nci: increase t4t_tag_read timeout for debug kernels
 2026-08-07 22:16 UTC 

[PATCH net-next v3 0/5] net: selftests: adjustments to ipv6_flowlabel_mgr
 2026-08-07 22:09 UTC  (6+ messages)
` [PATCH net-next v3 1/5] selftests: net: test IPV6_FL_A_RENEW
` [PATCH net-next v3 2/5] selftests: net: test IPV6_FL_F_REMOTE
` [PATCH net-next v3 3/5] selftests: net: create own netns in ipv6_flowlabel_mgr
` [PATCH net-next v3 4/5] selftests: net: test IPV6_FL_F_REFLECT
` [PATCH net-next v3 5/5] selftests: net: adopt harness for flow label mgr

[PATCH net-next v2 1/2] selftests: drv-net: devmem: fix 5-tuple flow steering
 2026-08-07 21:54 UTC  (6+ messages)

[PATCH 0/2] block: expose blkcg io.stat to BPF
 2026-08-07 19:37 UTC  (3+ messages)
` [PATCH 1/2] block: add BPF kfuncs to read blkcg io.stat
` [PATCH 2/2] selftests/bpf: add test for blkcg io.stat BPF kfuncs

[PATCH v5 0/7] clk: Add support for clock nexus
 2026-08-07 16:26 UTC  (10+ messages)
` [PATCH v5 1/7] dt-bindings: clock: Introduce nexus nodes
` [PATCH v5 2/7] clk: tests: Add clk_parse_clkspec() Kunit testing
` [PATCH v5 3/7] clk: tests: Add Kunit testing for of_clk_get_parent_name()
` [PATCH v5 4/7] clk: Improve a couple of comments
` [PATCH v5 5/7] clk: Use the generic OF phandle parsing in only one place
` [PATCH v5 6/7] clk: Add support for clock nexus dt bindings
` [PATCH v5 7/7] clk: tests: Add Kunit testing for nexus nodes

[PATCH] futex: Avoid hash-bucket locking for mismatched waits
 2026-08-07 15:42 UTC  (2+ messages)

[PATCH] selftests/mm: fix read_file() return value check
 2026-08-07 14:35 UTC  (2+ messages)

[PATCH] selftests/bpf: Fail unbound UDP on sockmap update
 2026-08-07 14:24 UTC  (4+ messages)

[PATCH net v5 0/4] net: hsr: fix GRO/GSO super-packet handling
 2026-08-07 14:07 UTC  (5+ messages)
` [PATCH net v5 1/4] net: hsr: fix packet drops caused by GRO superpackets
` [PATCH net v5 2/4] net: hsr: shrink seqnr_lock to sequence counter updates
` [PATCH net v5 3/4] net: hsr: unfold GSO super-packets at the forward entry
` [PATCH net v5 4/4] selftests: net: hsr: cover GSO super-packets on PRP slave ingress

[PATCH 7.1.y v2] selftests/bpf: Add tests for sleepable tracepoint programs
 2026-08-07 13:50 UTC  (2+ messages)

[PATCH v4 0/7] clk: Add support for clock nexus
 2026-08-07 13:08 UTC  (10+ messages)
` [PATCH v4 3/7] clk: tests: Add Kunit testing for of_clk_get_parent_name()
` [PATCH v4 5/7] clk: Use the generic OF phandle parsing in only one place
` [PATCH v4 7/7] clk: tests: Add Kunit testing for nexus nodes

[PATCH v11 3/8] selftests/bpf: Fixing powerpc JIT disassembly failure
 2026-08-07 12:59 UTC  (2+ messages)

[PATCH] KVM: selftests: SEV: Sanity check the launch measurement
 2026-08-07 12:13 UTC 

[PATCH v10 0/8] powerpc/bpf: address missing verifier selftest coverage
 2026-08-07 11:47 UTC  (3+ messages)

[PATCH v11 4/8] selftests/bpf: Enable verifier selftest for powerpc64
 2026-08-07 11:42 UTC  (5+ messages)
` [PATCH v11 5/8] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v11 6/8] selftests/bpf: Add tailcall verifier selftest for powerpc64
` [PATCH v11 7/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
` [PATCH v11 8/8] powerpc64/bpf: fix percpu private stack leak on JIT failure


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).