public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-24 19:08:44 to 2026-02-26 04:31:11 UTC [more...]

[PATCH 0/2] selftests/bpf: make probe_user safe for parallel runs
 2026-02-26  4:29 UTC  (2+ messages)
` [PATCH 1/2] selftests/bpf: probe_user: filter by pid to avoid cross-test interference

[PATCH bpf-next] bpf, arm64: Use ORR-based MOV for general-purpose registers
 2026-02-26  2:54 UTC  (2+ messages)

LSF/MM/BPF: 2026: Call for Proposals
 2026-02-26  2:52 UTC  (7+ messages)
` LSF/MM/BPF: 2026: (V)FS: First Round of Invites Sent

[PATCH bpf-next v4 0/4] bpf: Allow void return type for global subprogs
 2026-02-26  1:48 UTC  (8+ messages)
` [PATCH bpf-next v4 1/4] bpf: Factor out program return value calculation
` [PATCH bpf-next v4 2/4] bpf: Separate bpf_throw() and bpf_exit() return value validation
` [PATCH bpf-next v4 3/4] bpf: Allow void global functions in the verifier
` [PATCH bpf-next v4 4/4] selftests: bpf: Add tests for void global subprogs

[PATCH] arm64: bpf: Fix UBSAN misaligned access in BPF JIT
 2026-02-26  1:34 UTC  (9+ messages)

[RFC PATCH bpf-next 0/3] Optimize kprobe.session attachment for exact match
 2026-02-26  1:22 UTC  (6+ messages)
` [RFC PATCH bpf-next 2/3] ftrace: Use kallsyms binary search for single-symbol lookup
    ` [External] "

[PATCH v2 1/3] powerpc64/bpf: Implement fsession support
 2026-02-26  4:12 UTC  (3+ messages)
` [PATCH v2 2/3] selftest/bpf: Enable get_func_args and get_func_ip tests on powerpc64
` [PATCH v2 3/3] powerpc32/bpf: Add fsession support

[PATCH bpf-next v5 0/2] Add wakeup_source iterators
 2026-02-25 22:35 UTC  (5+ messages)
` [PATCH bpf-next v5 1/2] bpf: Add wakeup_source iterator
` [PATCH bpf-next v5 2/2] selftests/bpf: Add tests for wakeup_sources

[PATCH v4 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-02-26  3:13 UTC  (2+ messages)
` [PATCH v4 2/2] selftests/bpf: Enable private stack tests for powerpc64

[PATCH bpf-next v8 0/4] Add cryptographic hash and signature verification kfuncs to BPF
 2026-02-25 21:06 UTC  (7+ messages)
` [PATCH bpf-next v8 1/4] bpf: Add hash kfunc for cryptographic hashing
` [PATCH bpf-next v8 2/4] selftests/bpf: Add tests for bpf_crypto_hash kfunc
` [PATCH bpf-next v8 3/4] bpf: Add signature verification kfuncs
` [PATCH bpf-next v8 4/4] selftests/bpf: Add tests for "

[PATCH v3 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-02-26  0:54 UTC  (3+ messages)
` [PATCH v3 2/2] selftests/bpf: Enable private stack tests for powerpc64

[PATCH bpf-next v1 0/4] Close race in freeing special fields and map value
 2026-02-25 19:31 UTC  (7+ messages)
` [PATCH bpf-next v1 1/4] bpf: Register dtor for freeing special fields
` [PATCH bpf-next v1 2/4] bpf: Delay freeing fields in local storage
` [PATCH bpf-next v1 3/4] bpf: Retire rcu_trace_implies_rcu_gp() from "
` [PATCH bpf-next v1 4/4] selftests/bpf: Add tests for special fields races

[PATCH iwl-next 00/10] libeth and full XDP for ixgbevf
 2026-02-25 18:59 UTC  (8+ messages)
` [PATCH iwl-next 03/10] ixgbevf: use libeth in Rx processing
` [PATCH iwl-next 06/10] ixgbevf: XDP_TX in multi-buffer through libeth

[PATCH bpf-next 1/2] bpf: Consolidate sleepable checks in check_helper_call()
 2026-02-25 18:54 UTC  (4+ messages)
` [PATCH bpf-next 2/2] bpf: Consolidate sleepable checks in check_kfunc_call()

[PATCH iwl-next v2 00/10] libeth and full XDP for ixgbevf
 2026-02-25 17:46 UTC  (11+ messages)
` [PATCH iwl-next v2 01/10] ixgbevf: remove legacy Rx
` [PATCH iwl-next v2 02/10] ixgbevf: do not share pages between packets
` [PATCH iwl-next v2 03/10] ixgbevf: use libeth in Rx processing
` [PATCH iwl-next v2 04/10] ixgbevf: branch prediction and cleanup
` [PATCH iwl-next v2 05/10] ixgbevf: support XDP multi-buffer on Rx path
` [PATCH iwl-next v2 06/10] ixgbevf: XDP_TX in multi-buffer through libeth
` [PATCH iwl-next v2 07/10] ixgbevf: support XDP_REDIRECT and .ndo_xdp_xmit
` [PATCH iwl-next v2 08/10] ixgbevf: add pseudo header split
` [PATCH iwl-next v2 09/10] ixgbevf: reconfigure page pool when reallocating buffers
` [PATCH iwl-next v2 10/10] ixgbevf: allow changing MTU when XDP program is attached

[PATCHSET v7 2/9] iomap: cleanups ahead of adding fuse support
 2026-02-25 17:49 UTC  (10+ messages)
` [PATCH 1/2] iomap: allow directio callers to supply _COMP_WORK
` [PATCH 2/2] iomap: allow NULL swap info bdev when activating swapfile

[PATCH 0/3] extra io_uring BPF examples
 2026-02-25 17:24 UTC  (7+ messages)

[PATCH v2 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-02-25 17:13 UTC  (5+ messages)
` [PATCH v2 2/2] selftests/bpf: Enable private stack tests for powerpc64

[PATCH bpf-next v2 0/6] bpf: Add support for sleepable raw tracepoint programs
 2026-02-25 17:12 UTC  (8+ messages)
` [PATCH bpf-next v2 1/6] bpf: Reject sleepable raw_tp programs on non-faultable tracepoints
` [PATCH bpf-next v2 2/6] bpf: Add sleepable execution path for raw tracepoint programs
` [PATCH bpf-next v2 3/6] bpf: Remove preempt_disable from faultable tracepoint BPF callbacks
` [PATCH bpf-next v2 4/6] bpf: Allow sleepable programs for BPF_TRACE_RAW_TP attach type
` [PATCH bpf-next v2 5/6] libbpf: Add tp_btf.s section handler for sleepable raw tracepoints
` [PATCH bpf-next v2 6/6] selftests/bpf: Add tests for sleepable raw tracepoint programs

[LSF/MM/BPF TOPIC] Coroutines in BPF
 2026-02-25 16:39 UTC 

[RFC PATCH 0/1] bpf: Add tunnel decapsulation and GSO state updates per new flags
 2026-02-25 15:45 UTC  (5+ messages)
` [RFC PATCH 1/1] "

[PATCH bpf-next] bpf: fix selftest/xsk single test selection
 2026-02-25 15:31 UTC  (4+ messages)

[PATCH bpf-next 0/8] bpf: Enhance __bpf_prog_map_compatible()
 2026-02-25 15:15 UTC  (4+ messages)
` [PATCH bpf-next 2/8] bpf: Disallow !kprobe_write_ctx progs tail-calling kprobe_write_ctx progs

Latest BPF selftests on stable kernels (was 'Re: [PATCH stable 6.12 0/5] Backport selftest for "bpf: Check skb->transport_header is set in bpf_skb_check_mtu"')
 2026-02-25 14:32 UTC  (2+ messages)

[PATCH] LoongArch: Fix calling smp_processor_id() in preemptible code
 2026-02-25 14:14 UTC 

[PATCH v6 bpf-next 1/2] bpf: Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
 2026-02-25 12:12 UTC  (2+ messages)

[PATCH bpf-next v4 0/7] Introduce KF_FORBID_SLEEP modifier for acquire/release kfuncs
 2026-02-25 13:08 UTC  (15+ messages)
` [PATCH bpf-next v4 1/7] bpf: Add KF_ACQUIRE and KF_RELEASE support for iterators
` [PATCH bpf-next v4 2/7] bpf: consolidate sleepable checks in check_helper_call()
` [PATCH bpf-next v4 3/7] bpf: consolidate sleepable checks in check_kfunc_call()
` [PATCH bpf-next v4 4/7] bpf: Add KF_FORBID_SLEEP modifier for KF_ACQUIRE kfuncs
` [PATCH bpf-next v4 5/7] bpf: Move locking to bpf_iter_task_vma_next()
` [PATCH bpf-next v4 6/7] bpf: Add split iteration support to task_vma iterator
` [PATCH bpf-next v4 7/7] selftests/bpf: Add tests for split "

[PATCH v8 0/5] BPF controlled io_uring
 2026-02-25 11:12 UTC  (10+ messages)
` [PATCH v8 5/5] selftests/io_uring: add a bpf io_uring selftest

[syzbot] [net?] [bpf?] KCSAN: data-race in sk_psock_drop / unix_stream_sendmsg
 2026-02-25 12:24 UTC 

[PATCH bpf v4 0/2] bpf: cpumap/devmap: fix per-CPU bulk queue races on PREEMPT_RT
 2026-02-25 12:14 UTC  (3+ messages)
` [PATCH bpf v4 1/2] bpf: cpumap: fix race in bq_flush_to_queue "
` [PATCH bpf v4 2/2] bpf: devmap: fix race in bq_xmit_all "

[PATCH bpf-next] selftests/bpf: Split module_attach into subtests
 2026-02-25 12:09 UTC 

[PATCH bpf] bpf: Fix kprobe_multi cookies access in show_fdinfo callback
 2026-02-25 11:12 UTC 

[PATCH v2] igc: fix page fault in XDP TX timestamps handling
 2026-02-25 11:10 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH bpf v1] selftests/bpf: Fix a memory leak in xdp_flowtable test
 2026-02-25 11:03 UTC  (2+ messages)

[PATCH 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-02-25 10:44 UTC  (5+ messages)

[PATCH v2 0/6] bpf: Extend the bpf_list family of APIs
 2026-02-25 10:22 UTC  (11+ messages)
` [PATCH v2 1/6] bpf: Introduce the bpf_list_del kfunc
` [PATCH v2 2/6] selftests/bpf: Add test cases for bpf_list_del
` [PATCH v2 3/6] bpf: add bpf_list_add_impl to insert node after a given list node
` [PATCH v2 4/6] selftests/bpf: Add test case for bpf_list_add_impl
` [PATCH v2 5/6] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH v2 6/6] selftests/bpf: Add test cases for bpf_list_is_first/is_last/empty

[PATCH v2 bpf 0/4] Fix invariant violation for single-value tnums
 2026-02-25 10:21 UTC  (4+ messages)
` [PATCH v2 bpf 3/4] selftests/bpf: Test refinement of single-value tnum

[PATCH v2] arm64: bpf: Fix UBSAN misaligned access in BPF JIT
 2026-02-25 10:09 UTC  (2+ messages)

[PATCH] arm64: bpf: Fix UBSAN misaligned access in BPF JIT
 2026-02-25  9:07 UTC  (3+ messages)

[PATCH] bpf: fix: Race condition in bpf_trampoline_unlink_cgroup_shim
 2026-02-25  7:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4] mm: introduce a new page type for page pool in page type
 2026-02-25  7:19 UTC  (2+ messages)

[RFC PATCH 0/7] k[v]free_rcu() improvements
 2026-02-25  5:55 UTC  (5+ messages)
` [RFC PATCH 6/7] mm/slab: introduce kfree_rcu_nolock()

[PATCH v4 bpf] bpf: devmap: fix stack-out-of-bounds write in get_upper_ifindexes()
 2026-02-25  5:34 UTC 

[PATCH v3] bpf: cpumap: add missing XDP_ABORTED handling in xdp prog runner
 2026-02-25  4:06 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Fix OOB read in dmabuf_collector
 2026-02-25  1:41 UTC  (2+ messages)

[PATCH bpf-next] xsk: avoid double checking against rx queue being full
 2026-02-25  1:20 UTC  (2+ messages)

[PATCH] selftests/bpf: test accounting of tail calls when prog is NULL
 2026-02-25  1:20 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: Allow void return type for global subprogs
 2026-02-25  0:55 UTC  (8+ messages)
` [PATCH bpf-next v3 1/2] bpf: Allow void global functions in the verifier

[PATCH 0/4] bpf: add a few hooks for sandboxing
 2026-02-24 23:04 UTC  (3+ messages)
` [PATCH 1/4] ns: add bpf hooks

[PATCH bpf-next v2] selftests/bpf: Fix flakiness of task_local_storage/sys_enter_exit
 2026-02-24 23:00 UTC  (5+ messages)

[PATCH 0/4] powerpc/bpf: Add support for verifier selftest
 2026-02-25  1:36 UTC  (6+ messages)
` [PATCH 1/4] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH 2/4] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH 3/4] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH 4/4] selftest/bpf: Add tailcall "

[PATCH] igc: fix page fault in XDP TX timestamps handling
 2026-02-24 21:25 UTC  (3+ messages)

[PATCHSET v7 4/9] fuse: allow servers to use iomap for better file IO performance
 2026-02-24 21:18 UTC  (5+ messages)
` [PATCH 29/33] fuse: support atomic writes with iomap

[PATCH 0/4] powerpc64/bpf: Add support for instruction array and indirect jump
 2026-02-25  1:09 UTC  (6+ messages)
` [PATCH 1/4] powerpc64/bpf: Add support for instruction array
` [PATCH 2/4] selftest/bpf: Enable instruction array test for powerpc64
` [PATCH 3/4] powerpc64/bpf: Add support for indirect jump
` [PATCH 4/4] selftest/bpf: Enable gotox tests for powerpc64

[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
 2026-02-24 20:47 UTC  (11+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Introduce bpf_program__clone()
` [PATCH bpf-next v2 2/2] selftests/bpf: Use bpf_program__clone() in veristat

[RFC PATCH bpf-next v2 0/2] libbpf: Handle duplicate kprobe symbols
 2026-02-24 20:42 UTC  (4+ messages)
` [RFC PATCH bpf-next v2 1/2] libbpf: Handle duplicate kprobe symbols in attach_kprobe_opts
    ` [External] "

[PATCH bpf-next v3 0/6] Introduce KF_FORBID_SLEEP modifier for acquire/release kfuncs
 2026-02-24 20:20 UTC  (15+ messages)
` [PATCH bpf-next v3 3/6] bpf: Add KF_FORBID_SLEEP modifier for KF_ACQUIRE kfuncs

[PATCHSET v7 1/9] fuse: general bug fixes
 2026-02-24 20:09 UTC  (9+ messages)
` [PATCH 1/5] fuse: flush pending FUSE_RELEASE requests before sending FUSE_DESTROY
` [PATCH 2/5] fuse: quiet down complaints in fuse_conn_limit_write


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