Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-06-22 09:20:16 to 2026-06-23 17:34:42 UTC [more...]

[PATCH bpf-next v2 0/2] bpf: Reject MEM_ALLOC BTF accesses past bounds
 2026-06-23 17:34 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Reject MEM_ALLOC BTF accesses past object bounds
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover MEM_ALLOC access "

[PATCH 0/3] ovl: make cachestat() work
 2026-06-23 17:12 UTC  (10+ messages)
` [PATCH 1/3] fs, mm: add ->cachestat() file operation
` [PATCH 2/3] ovl: support cachestat() syscall on overlayfs files
` [PATCH 3/3] selftests/cachestat: add an overlayfs test case

[RFC PATCH v2 03/10] kvm: Prepare core VM structs and helpers for LUO support
 2026-06-23 16:14 UTC  (16+ messages)
` [RFC PATCH v2 06/10] kvm: guest_memfd: Add support for freezing and unfreezing mappings
` [RFC PATCH v2 07/10] kvm: guest_memfd_luo: add support for guest_memfd preservation
` [RFC PATCH v2 10/10] selftests: kvm: Add guest_memfd_preservation_test

[GIT PULL] kselftest second update for Linux 7.2-rc1
 2026-06-23 15:40 UTC  (2+ messages)

[PATCH] selftests/powerpc: Add SPDX-License-Identifier to count_stcx_fail.c
 2026-06-23 14:52 UTC 

[PATCH 1/2] x86/uprobes: Keep shadow stack in sync for emulated CALLs
 2026-06-23 14:07 UTC  (7+ messages)
` [PATCH 2/2] selftests/x86: Add shadow stack uprobe CALL test

[PATCH v7 00/10] tracing/probes: Add more typecast features
 2026-06-23 13:54 UTC  (13+ messages)
` [PATCH v7 01/10] tracing/probes: Fix double addition of offset for @+FOFFSET
` [PATCH v7 02/10] tracing/probes: Rename FETCH_OP_DATA to FETCH_OP_IMMSTR
` [PATCH v7 03/10] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v7 04/10] tracing/probes: Support typecast for various probe events
` [PATCH v7 05/10] tracing/probes: Support nested typecast
` [PATCH v7 06/10] tracing/probes: Type casting always involves nested calls
` [PATCH v7 07/10] tracing/probes: Support field specifier option for typecast
` [PATCH v7 08/10] tracing/probes: Add $current variable support
` [PATCH v7 09/10] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v7 10/10] tracing/probes: Add a new testcase for BTF typecasts

[PATCH v4 0/9] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-23 13:53 UTC  (19+ messages)
` [PATCH v4 1/9] rust: module: move module types into `module.rs`
` [PATCH v4 2/9] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v4 3/9] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v4 4/9] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v4 5/9] rust: drm: set fops.owner from driver module pointer
` [PATCH v4 6/9] rust: miscdevice: "
` [PATCH v4 7/9] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v4 8/9] rust: binder: "
` [PATCH v4 9/9] rust: macros: remove `THIS_MODULE` static from `module!`

[PATCH v2] selftests/cgroup: Adjust cpu.max quota based on HZ
 2026-06-23 13:52 UTC  (4+ messages)

[PATCH bpf-next v4 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-23 12:36 UTC  (8+ messages)
` [PATCH bpf-next v4 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
` [PATCH bpf-next v4 2/3] bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT "
` [PATCH bpf-next v4 3/3] selftests/bpf: Add bpf_fib_lookup() VLAN flag tests

[PATCH bpf-next v2 0/2] bpf: Mask pseudo pointer values in verifier logs
 2026-06-23 10:43 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover pseudo-BTF ksym log masking

[PATCH] selftests: proc: include fcntl.h in proc-pidns
 2026-06-23 10:13 UTC  (2+ messages)

[PATCH] selftests/nsfs: fix wrong error check of NS_GET_USERNS result
 2026-06-23  9:56 UTC  (2+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-23  9:48 UTC  (49+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status
` [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION

[PATCH v3 0/7] rust: use vertical import style and remove redundant imports
 2026-06-23  9:19 UTC  (3+ messages)
` [PATCH v3 7/7] rust: doctest: use vertical import style

[PATCH bpf-next 0/2] bpf: Fix gotox target validation against CFG
 2026-06-23  9:11 UTC  (10+ messages)
` [PATCH bpf-next v2 0/2] bpf: Enforce gotox targets against subprog bounds
  ` [PATCH bpf-next v2 1/2] "
  ` [PATCH bpf-next v2 2/2] selftests/bpf: Add cross-subprog gotox target coverage
      `  "
    ` Re: [PATCH bpf-next v2 0/2] bpf: Enforce gotox targets against subprog bounds

[PATCH v5 00/34] Cleaning up the KVM clock mess
 2026-06-23  8:50 UTC  (5+ messages)
` [PATCH v5 04/34] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[PATCH v9 4/5] perf: RISC-V: add support for SSE event
 2026-06-23  8:48 UTC  (2+ messages)
  ` [External] "

[PATCH bpf-next v4 0/3] HID: bpf: Fix hid_bpf_get_data() range check
 2026-06-23  7:02 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] "
` [PATCH bpf-next v4 2/3] selftests/hid: Load only requested struct_ops maps
` [PATCH bpf-next v4 3/3] selftests/hid: Cover hid_bpf_get_data() size overflow

[PATCH bpf-next v4 0/2] bpf: Reject offset refcount acquire arguments
 2026-06-23  7:01 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover refcount acquire node offsets

[PATCH bpf-next v2 0/2] bpf: Reject offset refcount acquire arguments
 2026-06-23  6:12 UTC  (7+ messages)
` [PATCH bpf-next v3 "
  ` [PATCH bpf-next v3 1/2] "
  ` [PATCH bpf-next v3 2/2] selftests/bpf: Cover refcount acquire node offsets

[PATCH bpf-next v7 00/11] bpf: Introduce global percpu data
 2026-06-23  4:04 UTC  (16+ messages)
` [PATCH bpf-next v7 01/11] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v7 02/11] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn
` [PATCH bpf-next v7 03/11] bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insn
` [PATCH bpf-next v7 04/11] bpf: Introduce global percpu data
` [PATCH bpf-next v7 05/11] libbpf: Probe percpu data feature
` [PATCH bpf-next v7 06/11] libbpf: Add support for global percpu data
` [PATCH bpf-next v7 07/11] bpftool: Generate skeleton "
` [PATCH bpf-next v7 08/11] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v7 09/11] selftests/bpf: Add test to verify accessing rdonly percpu_array
` [PATCH bpf-next v7 10/11] selftests/bpf: Add tests to verify verifier log for global percpu data
` [PATCH bpf-next v7 11/11] selftests/bpf: Add test to verify bpf_iter "

[PATCH bpf-next v3 0/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-06-23  4:01 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] "

[RFC bpf-next 0/3] bpf: compare-and-delete (BPF_F_COMPARE) for hash maps
 2026-06-23  2:58 UTC  (3+ messages)

[PATCH bpf-next 0/3] Add BPF Exceptions support for RISC-V
 2026-06-23  2:13 UTC  (7+ messages)
` [PATCH bpf-next 1/3] riscv: stacktrace: Implement arch_bpf_stack_walk() for BPF
` [PATCH bpf-next 2/3] riscv, bpf: Add support for BPF exceptions
` [PATCH bpf-next 3/3] riscv, bpf: Remove BPF exceptions from BPF CI denylist

[PATCH v13 00/22] TDX KVM selftests
 2026-06-23  1:59 UTC  (5+ messages)
` [PATCH v13 05/22] KVM: selftests: Expose segment definitions to assembly files
` [PATCH v13 08/22] KVM: selftests: Add TDX boot code

[PATCH bpf v4] selftests/bpf: Cover partial copy of non-linear test_run output
 2026-06-23  1:40 UTC 

[PATCH v2 0/7] seg6: add SRv6 Mobile User Plane (RFC 9433) behaviors
 2026-06-23  1:18 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Guard conntrack opts error writes
 2026-06-22 23:10 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: Preserve pointer spill metadata during half-slot cleanup
 2026-06-22 21:10 UTC  (2+ messages)

[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
 2026-06-22 21:08 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH v3 0/9] liveupdate: kvm: guest_memfd preservation
 2026-06-22 18:55 UTC  (11+ messages)
` [PATCH v3 1/9] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v3 2/9] kvm: Prepare core VM structs and helpers for LUO support
` [PATCH v3 3/9] kvm: kvm_luo: Allow kvm preservation with LUO
` [PATCH v3 4/9] kvm: guest_memfd: Move internal definitions and helper to new header
` [PATCH v3 5/9] kvm: guest_memfd: Add support for freezing and unfreezing mappings
` [PATCH v3 6/9] kvm: guest_memfd_luo: add support for guest_memfd preservation
` [PATCH v3 7/9] docs: add documentation for guest_memfd preservation via LUO
` [PATCH v3 8/9] selftests: kvm: Split ____vm_create() to expose init helpers
` [PATCH v3 9/9] selftests: kvm: Add guest_memfd_preservation_test

[PATCH bpf-next 0/2] bpf: Reject flexible-array allocation types
 2026-06-22 18:51 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Cover flexible-array allocation rejection

[PATCH bpf-next v3 0/3] HID: bpf: Fix hid_bpf_get_data() range check
 2026-06-22 18:18 UTC  (3+ messages)
` [PATCH bpf-next v3 1/3] "

[PATCH net-next RESEND v3 0/2] udp: fix FOU/GUE over multicast
 2026-06-22 16:20 UTC  (2+ messages)

[PATCH net-next 0/6] tc: introduce FRER action (IEEE 802.1CB)
 2026-06-22 15:59 UTC  (3+ messages)
` [PATCH net-next 6/6] selftests: net: add kselftest for IEEE 802.1CB FRER tc action

[RFC PATCH v1.3 00/18] mm/damon: optimize out nr_accesses_bp
 2026-06-22 14:21 UTC  (4+ messages)
` [RFC PATCH v1.3 02/18] mm/damon/tests/core-kunit: test damon_mvsum()
` [RFC PATCH v1.3 11/18] mm/damon/tests/core-kunit: remove nr_accesses_bp setup and tests
` [RFC PATCH v1.3 12/18] selftests/damon/drgn_dump_damon_status: do not dump nr_accesses_bp

[PATCH] KVM: selftests: fix steal_time for arm64
 2026-06-22 14:14 UTC  (3+ messages)
  ` [PATCH] KVM: selftests: fix steal_time for arm64 with host page size > 4K

[PATCH v3 0/6] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-22 13:06 UTC  (17+ messages)
` [PATCH v3 1/6] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v3 3/6] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v3 4/6] rust: drm: set fops.owner from driver module pointer
` [PATCH v3 5/6] rust: miscdevice: "
` [PATCH v3 6/6] rust: configfs: use `LocalModule` for `THIS_MODULE`

[PATCH 0/3] rust: doctest: unify with other kunit tests
 2026-06-22 13:00 UTC  (3+ messages)
` [PATCH 2/3] rust: kunit: use `line!()` inside `kunit_assert!`

[bpf v8 0/7] powerpc/bpf: address missing verifier selftest coverage
 2026-06-22  9:19 UTC  (3+ messages)
` [bpf v8 7/7] powerpc/bpf: fix buffer overflow in JIT for large BPF programs


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