Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-06-19 19:34:28 to 2026-06-22 18:31:15 UTC [more...]

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

[PATCH bpf-next 0/2] HID: bpf: Fix hid_bpf_get_data() range check
 2026-06-22 18:18 UTC  (11+ messages)
` [PATCH bpf-next v2 "
  ` [PATCH bpf-next v2 1/2] "
  ` [PATCH bpf-next v2 2/2] selftests/hid: Cover hid_bpf_get_data() size overflow
  ` [PATCH bpf-next v3 0/3] HID: bpf: Fix hid_bpf_get_data() range check
    ` [PATCH bpf-next v3 1/3] "
      ` [PATCH bpf-next v3 2/3] selftests/hid: Load only requested struct_ops maps
      ` [PATCH bpf-next v3 3/3] selftests/hid: Cover hid_bpf_get_data() size overflow

[PATCH bpf-next 0/2] bpf: Fix gotox target validation against CFG
 2026-06-22 18:06 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

[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
 2026-06-22 17:15 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/exec: add test suites for $ORIGIN interpreter resolution

[RFC PATCH net-next v3 0/2] udp: fix FOU/GUE over multicast
 2026-06-22 16:20 UTC  (5+ messages)
` [PATCH net-next RESEND "
  ` [PATCH net-next RESEND v3 1/2] udp: fix encapsulation packet resubmit in multicast deliver
  ` [PATCH net-next RESEND v3 2/2] selftests: net: add FOU multicast encapsulation resubmit test

[PATCH net-next 0/6] tc: introduce FRER action (IEEE 802.1CB)
 2026-06-22 15:59 UTC  (8+ messages)
` [PATCH net-next 1/6] uapi: if_ether: add ETH_P_RTAG for IEEE 802.1CB R-TAG
` [PATCH net-next 2/6] uapi: pkt_cls: add TCA_ID_FRER action identifier
` [PATCH net-next 3/6] uapi: tc_act: add tc_frer UAPI header
` [PATCH net-next 4/6] net: sched: act_frer: add FRER tc action
` [PATCH net-next 5/6] selftest: add tc-testing JSON test cases for act_frer
` [PATCH net-next 6/6] selftests: net: add kselftest for IEEE 802.1CB FRER tc action

[GIT PULL] kselftest second update for Linux 7.2-rc1
 2026-06-22 15:30 UTC 

[PATCH bpf-next v7 00/11] bpf: Introduce global percpu data
 2026-06-22 15:24 UTC  (14+ 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 "

[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 bpf-next 0/3] Add BPF Exceptions support for RISC-V
 2026-06-22 14:13 UTC  (6+ 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 v3 0/6] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-22 13:06 UTC  (18+ messages)
` [PATCH v3 1/6] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v3 2/6] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [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  (8+ messages)
` [PATCH 1/3] rust: kunit: use `file!()` inside `kunit_assert!`
` [PATCH 2/3] rust: kunit: use `line!()` "
` [PATCH 3/3] rust: doctest: generate Rust kunit test suites

[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

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-22  9:08 UTC  (9+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default

[PATCH v3 0/4] LoongArch bpf kptr xchg inline support
 2026-06-22  7:12 UTC  (9+ messages)
` [PATCH v3 1/4] LoongArch: bpf: Fix memory ordering for value-returning atomics
` [PATCH v3 2/4] LoongArch: bpf: Advertise JIT support for kptr xchg inline
` [PATCH v3 3/4] selftests/bpf: Enable kptr_xchg_inline test on LoongArch
` [PATCH v3 4/4] selftests/bpf: Add kptr-xchg benchmark

[PATCH v3 0/4] LoongArch bpf kptr xchg inline support
 2026-06-22  7:12 UTC 

[RFC bpf-next 0/3] bpf: compare-and-delete (BPF_F_COMPARE) for hash maps
 2026-06-22  7:16 UTC  (4+ messages)
` [RFC bpf-next 1/3] bpf: add BPF_F_COMPARE flag and compare fields to map elem UAPI
` [RFC bpf-next 2/3] bpf: implement compare-and-delete (BPF_F_COMPARE) for BPF_MAP_TYPE_HASH
` [RFC bpf-next 3/3] selftests/bpf: test BPF_F_COMPARE compare-and-delete

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

[PATCH v2 00/16] riscv: Generate riscv instruction functions
 2026-06-22  4:01 UTC  (17+ messages)
` [PATCH v2 01/16] riscv: Introduce instruction table generation
` [PATCH v2 02/16] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH v2 03/16] riscv: kgdb: Use generated instruction headers
` [PATCH v2 04/16] riscv: Add kprobes instruction simulation KUnit
` [PATCH v2 05/16] riscv: kprobes: Use generated instruction headers
` [PATCH v2 06/16] riscv: cfi: "
` [PATCH v2 07/16] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH v2 08/16] riscv: kvm: Use generated instruction headers for csr code
` [PATCH v2 09/16] KVM: device: Add test device
` [PATCH v2 10/16] KVM: riscv: selftests: Add mmio test
` [PATCH v2 11/16] riscv: kvm: Use generated instruction headers for mmio emulation
` [PATCH v2 12/16] riscv: kvm: Add emulated test csr
` [PATCH v2 13/16] KVM: riscv: selftests: Add csr emulation test
` [PATCH v2 14/16] riscv: kvm: Use generated instruction headers for csr emulation
` [PATCH v2 15/16] riscv: kexec: Use generated instruction headers for kexec relocations
` [PATCH v2 16/16] riscv: Remove unused instruction headers

[PATCH v2 0/7] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-22  2:52 UTC  (4+ messages)
` [PATCH v2 3/7] rust: doctest: add LocalModule fallback for #[vtable] ThisModule

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

[PATCH bpf v3 0/2] bpf: Fix stack slot index for Spectre v4 nospec checks
 2026-06-22  1:07 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Preserve untrusted memory pointer type on scalar add
 2026-06-22  0:50 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "

[PATCH v6 0/8] tracing/probes: Add more typecast features
 2026-06-22  0:01 UTC  (10+ messages)
` [PATCH v6 1/8] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v6 2/8] tracing/probes: Support typecast for various probe events
` [PATCH v6 3/8] tracing/probes: Support nested typecast
` [PATCH v6 4/8] tracing/probes: Type casting always involves nested calls
` [PATCH v6 5/8] tracing/probes: Support field specifier option for typecast
` [PATCH v6 6/8] tracing/probes: Add $current variable support
` [PATCH v6 7/8] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v6 8/8] tracing/probes: Add a new testcase for BTF typecasts

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

[PATCH] selftests: livepatch: unset sub_make_done in case top level Makefile be overwritten
 2026-06-21 14:36 UTC  (3+ messages)

[RESEND PATCH v6 0/8] tracing/probes: Add more typecast features
 2026-06-21  3:27 UTC  (9+ messages)
` [RESEND PATCH v6 1/8] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [RESEND PATCH v6 2/8] tracing/probes: Support typecast for various probe events
` [RESEND PATCH v6 3/8] tracing/probes: Support nested typecast
` [RESEND PATCH v6 4/8] tracing/probes: Type casting always involves nested calls
` [RESEND PATCH v6 5/8] tracing/probes: Support field specifier option for typecast
` [RESEND PATCH v6 6/8] tracing/probes: Add $current variable support
` [RESEND PATCH v6 7/8] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [RESEND PATCH v6 8/8] tracing/probes: Add a new testcase for BTF typecasts

[PATCH bpf 0/2] bpf: Mark bpf_get_kmem_cache() as nullable
 2026-06-20 17:47 UTC  (4+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: Cover bpf_get_kmem_cache() null return

[PATCH bpf-next 0/2] bpf: Preserve RCU pointer nullness after unlock
 2026-06-20 17:44 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: Preserve nullable RCU pointer state on unlock
` [PATCH bpf-next 2/2] selftests/bpf: Cover nullable RCU pointer use after unlock

[RFC PATCH v1.1 00/13] mm/damon: optimize out nr_accesses_bp
 2026-06-20 17:22 UTC  (4+ messages)
` [RFC PATCH v1.1 02/13] mm/damon/tests/core-kunit: test damon_mvsum()
` [RFC PATCH v1.1 09/13] mm/damon/tests/core-kunit: remove nr_accesses_bp setup and tests
` [RFC PATCH v1.1 10/13] selftests/damon/drgn_dump_damon_status: do not dump nr_accesses_bp

[PATCH v3 0/2] tty: n_gsm: fix gsm_queue() UAF and add a base regression test
 2026-06-20 16:56 UTC  (3+ messages)
` [PATCH v3 1/2] tty: n_gsm: fix use-after-free in gsm_queue() control frame dispatch
` [PATCH v3 2/2] selftests: tty: add base regression test for n_gsm line discipline

[PATCH] selftests: filelock: add .gitignore for ofdlocks
 2026-06-20 16:10 UTC 

[PATCH bpf-next 0/2] bpf: Require CAP_BPF for pseudo-BTF ksym loads
 2026-06-20 15:34 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "
    `  "

[PATCH bpf-next v6 00/12] bpf: Introduce global percpu data
 2026-06-20 15:27 UTC  (8+ messages)
` [PATCH bpf-next v6 11/12] selftests/bpf: Add test to verify xlated insns for "

(no subject)
 2026-06-20 12:13 UTC  (3+ messages)
` [PATCH 1/2] bpf: preserve rx_queue_index across XDP redirects
` [PATCH 2/2] selftests/bpf: validate rx_queue_index in xdp_metadata

[PATCH v3 0/3] kunit: Add support for skipping entire test suites
 2026-06-20 11:08 UTC  (7+ messages)
` [PATCH v3 1/3] kunit: Add ability to skip "
` [PATCH v3 2/3] rust: kunit: add 'kunit_suite.status' binding to 'kunit_unsafe_test_suite'
` [PATCH v3 3/3] kunit: Add example of test suite that can be skipped at runtime

[PATCH bpf v2 0/8] bpf: Fix ring buffer handling
 2026-06-20  2:48 UTC  (9+ messages)
` [PATCH bpf v2 1/8] libbpf: ringbuf: Honor zero consume bounds
` [PATCH bpf v2 2/8] libbpf: ringbuf: Prevent NULL callback crash
` [PATCH bpf v2 8/8] libbpf: ringbuf: Prevent missed wakeups

[PATCH bpf-next v5 0/3] bpf, sockmap: reject a packet-modifying SK_SKB stream parser
 2026-06-20  2:44 UTC  (4+ messages)
` [PATCH bpf-next v5 1/3] selftests/bpf: don't modify the skb in the strparser parser prog
` [PATCH bpf-next v5 2/3] bpf, sockmap: reject a packet-modifying SK_SKB stream parser
` [PATCH bpf-next v5 3/3] selftests/bpf: test rejection of "

[PATCH] selftests/cgroup: Adjust cpu.max quota based on HZ
 2026-06-19 21:18 UTC 

[PATCH 2/2] selftests/bpf: validate rx_queue_index in xdp_metadata
 2026-06-19 20:50 UTC  (2+ messages)

[RFC PATCH 00/13] mm/damon: optimize out nr_accesses_bp
 2026-06-19 19:33 UTC  (4+ messages)
` [RFC PATCH 02/13] mm/damon/tests/core-kunit: test damon_mvsum()
` [RFC PATCH 09/13] mm/damon/tests/core-kunit: remove nr_accesses_bp setup and tests
` [RFC PATCH 10/13] selftests/damon/drgn_dump_damon_status: do not dump nr_accesses_bp


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