public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-23 06:17:22 to 2026-04-24 20:05:29 UTC [more...]

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-04-24 20:05 UTC  (9+ messages)

[PATCH bpf-next v3 00/10] bpf: Introduce resizable hash map
 2026-04-24 20:02 UTC  (12+ messages)
` [PATCH bpf-next v3 01/10] bpf: Implement resizable hashmap basic functions
` [PATCH bpf-next v3 02/10] rhashtable: Add rhashtable_walk_enter_from()
` [PATCH bpf-next v3 03/10] bpf: Implement get_next_key() resizable hashtab
` [PATCH bpf-next v3 04/10] bpf: Implement batch ops and iterators for "
` [PATCH bpf-next v3 05/10] bpf: Allow timers, workqueues and task_work in "
` [PATCH bpf-next v3 06/10] libbpf: Support resizable hashtable
` [PATCH bpf-next v3 07/10] selftests/bpf: Add basic tests for resizable hash map
` [PATCH bpf-next v3 08/10] selftests/bpf: Add BPF iterator "
` [PATCH bpf-next v3 09/10] bpftool: Add rhash map documentation
` [PATCH bpf-next v3 10/10] selftests/bpf: Add resizable hashmap to benchmarks

[PATCH bpf v2 0/2] bpf: Fix arena VMA use-after-free on fork
 2026-04-24 20:01 UTC  (4+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add test for "

[PATCH bpf-next v3 0/2] Allow storing referenced struct file kptrs in BPF maps
 2026-04-24 19:59 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: Implement dtor for struct file BTF ID
` [PATCH bpf-next v3 2/2] selftests/bpf: Add test for map-stored struct file kptrs

[PATCH bpf] bpf, sockmap: Fix wrong rsge offset in bpf_msg_push_data()
 2026-04-24 19:21 UTC  (3+ messages)

[PATCH bpf] bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()
 2026-04-24 19:16 UTC 

[PATCH bpf] bpf, sockmap: zero-initialize pages allocated in bpf_msg_push_data
 2026-04-24 19:03 UTC 

[PATCH bpf v1 1/1] bpf: Fix sk_local_storage diag dumping uninitialized special fields
 2026-04-24 19:02 UTC  (5+ messages)

[PATCH bpf-next v2 0/4] bpf: replace min/max fields with struct cnum{32,64}
 2026-04-24 19:01 UTC  (11+ messages)
` [PATCH bpf-next v2 1/4] bpf: representation and basic operations on circular numbers
` [PATCH bpf-next v2 2/4] bpf: use accessor functions for bpf_reg_state min/max fields
` [PATCH bpf-next v2 3/4] bpf: replace min/max fields with struct cnum{32,64}
` [PATCH bpf-next v2 4/4] selftests/bpf: new cases handled by 32->64 range refinements

[PATCH bpf-next v2 0/2] selftests/bpf: drop xdping tool
 2026-04-24 18:20 UTC  (2+ messages)

[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-04-24 18:10 UTC  (7+ messages)
    ` [PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed, acquire}_timeout()

[PATCH bpf-next 00/18] bpf: Support stack arguments for BPF functions and kfuncs
 2026-04-24 18:13 UTC  (29+ messages)
` [PATCH bpf-next 01/18] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next 02/18] bpf: Add precision marking and backtracking for stack argument slots
` [PATCH bpf-next 03/18] bpf: Refactor record_call_access() to extract per-arg logic
` [PATCH bpf-next 04/18] bpf: Extend liveness analysis to track stack argument slots
` [PATCH bpf-next 05/18] bpf: Reject stack arguments in non-JITed programs
` [PATCH bpf-next 06/18] bpf: Prepare architecture JIT support for stack arguments
` [PATCH bpf-next 07/18] bpf: Enable r11 based insns
` [PATCH bpf-next 08/18] bpf: Support stack arguments for kfunc calls
` [PATCH bpf-next 09/18] bpf: Reject stack arguments if tail call reachable
` [PATCH bpf-next 10/18] bpf,x86: Implement JIT support for stack arguments
` [PATCH bpf-next 11/18] selftests/bpf: Add tests for BPF function "
` [PATCH bpf-next 12/18] selftests/bpf: Add tests for stack argument validation
` [PATCH bpf-next 13/18] selftests/bpf: Add verifier "
` [PATCH bpf-next 14/18] selftests/bpf: Add BTF fixup for __naked subprog parameter names
` [PATCH bpf-next 15/18] selftests/bpf: Add precision backtracking test for stack arguments
` [PATCH bpf-next 16/18] bpf, arm64: Map BPF_REG_0 to x8 instead of x7
` [PATCH bpf-next 17/18] bpf, arm64: Add JIT support for stack arguments
` [PATCH bpf-next 18/18] selftests/bpf: Enable stack argument tests for arm64

[PATCH bpf-next v3 0/9] Refactor verifier object relationship tracking
 2026-04-24 16:22 UTC  (24+ messages)
` [PATCH bpf-next v3 1/9] bpf: Unify dynptr handling in the verifier
` [PATCH bpf-next v3 2/9] bpf: Assign reg->id when getting referenced kptr from ctx
` [PATCH bpf-next v3 3/9] bpf: Preserve reg->id of pointer objects after null-check
` [PATCH bpf-next v3 4/9] bpf: Refactor object relationship tracking and fix dynptr UAF bug

[PATCH bpf 1/2] bpf: Do not release trampoline image in case off unregister error
 2026-04-24 16:22 UTC  (6+ messages)
` [PATCH bpf 2/2] bpf: Remove obsolete WARN_ON call

[PATCH net] net: mana: hardening: Validate SHM offset from BAR0 register to prevent crash due to alignment fault
 2026-04-24 16:17 UTC  (6+ messages)

[PATCH] HID: bpf: Sync KF_SLEEPABLE flags in hid_bpf_syscall_kfuncs set
 2026-04-24 15:50 UTC  (5+ messages)

[PATCH bpf-next v8 0/8] Introduce arena library and runtime
 2026-04-24 15:25 UTC  (11+ messages)
` [PATCH bpf-next v8 1/8] selftests/bpf: Add ifdef guard for WRITE_ONCE macro in bpf_atomic.h
` [PATCH bpf-next v8 2/8] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v8 6/8] selftests/bpf: Add buddy allocator for libarena

[PATCH RFC bpf-next v2 00/18] bpf: Introduce resizable hash map
 2026-04-24 15:16 UTC  (4+ messages)
` [PATCH RFC bpf-next v2 06/18] bpf: Implement bpf_each_rhash_elem() using walk API

[PATCH v2 0/4] Firmware LSM hook
 2026-04-24 14:36 UTC  (16+ messages)

[PATCH bpf v2 0/3] bpf: prevent offloaded programs from running on host via tcx/netkit
 2026-04-24 13:57 UTC  (5+ messages)
` [PATCH bpf v2 1/3] bpf, tcx: reject offloaded programs on attach
` [PATCH bpf v2 2/3] bpf, netkit: "
` [PATCH bpf v2 3/3] bpf, xdp: reject offloaded programs on link update

[PATCHv5 bpf-next 04/28] bpf: Use mutex lock pool for bpf trampolines
 2026-04-24 11:24 UTC  (4+ messages)

[PATCH bpf 1/2] bpf, tcx: reject offloaded programs on attach
 2026-04-24  6:53 UTC  (3+ messages)

[PATCH bpf 2/2] bpf, netkit: reject offloaded programs on attach
 2026-04-24  6:53 UTC  (3+ messages)

[PATCH net v4 0/8] xsk: fix bugs around xsk skb allocation
 2026-04-24  5:38 UTC  (9+ messages)
` [PATCH net v4 1/8] xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devices
` [PATCH net v4 2/8] xsk: handle NULL dereference of the skb without frags issue
` [PATCH net v4 3/8] xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err path
` [PATCH net v4 4/8] xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()
` [PATCH net v4 5/8] xsk: avoid skb leak in XDP_TX_METADATA case
` [PATCH net v4 6/8] xsk: free the skb when hitting the upper bound MAX_SKB_FRAGS
` [PATCH net v4 7/8] xsk: fix xsk_addrs slab leak on multi-buffer error path
` [PATCH net v4 8/8] xsk: fix u64 descriptor address truncation on 32-bit architectures

[PATCH v2 bpf] sockmap: Fix sk_psock_drop() race vs sock_map_{unhash,close,destroy}()
 2026-04-24  3:40 UTC  (6+ messages)

[PATCH bpf v3] bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag paths
 2026-04-24  3:40 UTC  (6+ messages)

[PATCH bpf v2] bpf: Fix NULL pointer dereference in bpf_skb_fib_lookup()
 2026-04-24  3:40 UTC  (2+ messages)

[BUG] KASAN: slab-use-after-free in link_path_walk
 2026-04-24  1:06 UTC  (2+ messages)

[PATCH bpf-next v9 0/9] bpf: Extend the bpf_list family of APIs
 2026-04-23 23:25 UTC  (9+ messages)
` [PATCH bpf-next v9 1/9] bpf: refactor kfunc checks using table-driven approach in verifier

[PATCH] bpf: crypto: reject unterminated type and algorithm names
 2026-04-23 23:12 UTC  (3+ messages)
` [PATCH v2] bpf: crypto: snapshot params before string validation

[PATCH bpf-next v2 0/2] Allow storing referenced struct file kptrs in BPF maps
 2026-04-23 22:52 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf: Implement dtor for struct file BTF ID
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test for map-stored struct file kptrs

[PATCH RFC bpf-next 1/4] bpf: representation and basic operations on circular numbers
 2026-04-23 22:51 UTC  (3+ messages)

[PATCH v2] perf/lock: enable end-timestamp accounting for cgroup aggregation
 2026-04-23 22:36 UTC  (2+ messages)

[PATCH v5 06/10] security: Hornet LSM
 2026-04-23 18:37 UTC  (2+ messages)
` [PATCH v5 6/10] "

[PATCH] perf/lock: enable end-timestamp accounting for cgroup aggregation
 2026-04-23 17:30 UTC  (5+ messages)

[PATCH v11 00/12] VMSCAPE optimization for BHI variant
 2026-04-23 17:00 UTC  (7+ messages)
` [PATCH v11 08/12] kvm: Define EXPORT_STATIC_CALL_FOR_KVM()
` [PATCH v11 10/12] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v11 11/12] x86/vmscape: Resolve conflict between attack-vectors and vmscape=force
` [PATCH v11 12/12] x86/vmscape: Add cmdline vmscape=on to override attack vector controls

[PATCH bpf] libbpf: Fix type size overflow in btf_type_size_unknown
 2026-04-23 16:45 UTC  (3+ messages)

[PATCH] selftests/sched_ext: Include common.bpf.h to avoid build failure
 2026-04-23 16:40 UTC  (3+ messages)

[PATCH bpf-next v3 0/9] bpf: Prepare to support stack arguments
 2026-04-23 15:10 UTC  (2+ messages)

[PATCH RFC bpf-next 0/4] bpf: replace min/max fields with struct cnum{32,64}
 2026-04-23 14:18 UTC  (9+ messages)

[PATCH bpf-next v11 0/6] bpf: Add support for sleepable tracepoint programs
 2026-04-23 14:11 UTC  (10+ messages)
` [PATCH bpf-next v11 1/6] bpf: Add sleepable support for raw "
` [PATCH bpf-next v11 2/6] bpf: Add bpf_prog_run_array_sleepable()

[PATCH bpf-next v13 3/6] bpf: Add sleepable support for classic tracepoint programs
 2026-04-23 13:42 UTC  (5+ messages)

[PATCH net v3 0/8] xsk: fix bugs around xsk skb allocation
 2026-04-23 13:03 UTC  (8+ messages)
` [PATCH net v3 8/8] xsk: don't support AF_XDP on 32-bit architectures

LSF/MM/BPF: 2026: Call for Proposals
 2026-04-23 11:46 UTC  (3+ messages)

[PATCH v2 0/2] bpf: fsession support for LoongArch
 2026-04-23 10:05 UTC  (2+ messages)

[PATCH bpf-next v5 2/7] crypto: Add BPF hash algorithm type registration module
 2026-04-23  7:44 UTC  (2+ messages)

[RFC PATCH bpf-next v6 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
 2026-04-23  9:15 UTC  (2+ messages)

[PATCH] io_uring: fix missing submitter_task ownership check in bpf_io_reg()
 2026-04-23  8:40 UTC  (2+ messages)

[PATCH bpf-next 10/17] bpf: Add support for tracing_multi link session
 2026-04-23  8:35 UTC  (3+ messages)

[PATCH v13 00/18] unwind_deferred: Implement sframe handling
 2026-04-23  7:00 UTC  (2+ messages)

[PATCH] selftests/bpf: replace bpf_probe_read_kernel with direct access
 2026-04-23  6:56 UTC  (3+ messages)


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