public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-21 14:43:53 to 2026-04-22 16:06:12 UTC [more...]

[PATCH bpf-next v12 0/6] bpf: Add support for sleepable tracepoint programs
 2026-04-22 16:06 UTC  (8+ messages)
` [PATCH bpf-next v12 1/6] bpf: Add sleepable support for raw "
` [PATCH bpf-next v12 2/6] bpf: Add bpf_prog_run_array_sleepable()
` [PATCH bpf-next v12 3/6] bpf: Add sleepable support for classic tracepoint programs
` [PATCH bpf-next v12 4/6] bpf: Verifier support for sleepable "
` [PATCH bpf-next v12 5/6] libbpf: Add section handlers for sleepable tracepoints
` [PATCH bpf-next v12 6/6] selftests/bpf: Add tests for sleepable tracepoint programs

[PATCH bpf-next v11 0/6] bpf: Add support for sleepable tracepoint programs
 2026-04-22 15:58 UTC  (11+ 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 v11 3/6] bpf: Add sleepable support for classic tracepoint programs
` [PATCH bpf-next v11 4/6] bpf: Verifier support for sleepable "
` [PATCH bpf-next v11 5/6] libbpf: Add section handlers for sleepable tracepoints
` [PATCH bpf-next v11 6/6] selftests/bpf: Add tests for sleepable tracepoint programs

[PATCH] io_uring: fix missing submitter_task ownership check in bpf_io_reg()
 2026-04-22 15:53 UTC 

[PATCH bpf-next] selftests/bpf: drop xdping tool
 2026-04-22 15:48 UTC  (5+ messages)

[PATCH bpf-next v7 0/3] bpf: Fix call offset truncation and OOB read in bpf_patch_call_args()
 2026-04-22 15:47 UTC  (10+ messages)
` [PATCH bpf-next v7 1/3] bpf: Fix out-of-bounds "
` [PATCH bpf-next v7 2/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
` [PATCH bpf-next v7 3/3] selftests/bpf: Add test for large offset bpf-to-bpf call

[PATCH v6 0/3] mm: Free contiguous order-0 pages efficiently
 2026-04-22 15:40 UTC  (3+ messages)

[PATCH bpf-next v2 0/9] bpf: Prepare to support stack arguments
 2026-04-22 15:37 UTC  (14+ messages)
` [PATCH bpf-next v2 1/9] bpf: Remove unused parameter from check_map_kptr_access()
` [PATCH bpf-next v2 2/9] bpf: Fix tail_call_reachable leak
` [PATCH bpf-next v2 3/9] bpf: Remove WARN_ON_ONCE in check_kfunc_mem_size_reg()
` [PATCH bpf-next v2 4/9] bpf: Refactor to avoid redundant calculation of bpf_reg_state
` [PATCH bpf-next v2 5/9] bpf: Refactor to handle memory and size together
` [PATCH bpf-next v2 6/9] bpf: Rename existing argno to arg
` [PATCH bpf-next v2 7/9] bpf: Prepare verifier logs for upcoming kfunc stack arguments
` [PATCH bpf-next v2 8/9] bpf: Introduce bpf register BPF_REG_PARAMS
` [PATCH bpf-next v2 9/9] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments

[PATCH RFC bpf-next 0/4] bpf: replace min/max fields with struct cnum{32,64}
 2026-04-22 15:32 UTC  (15+ messages)
` [PATCH RFC bpf-next 3/4] "

[PATCH bpf] libbpf: Fix type size overflow in btf_type_size_unknown
 2026-04-22 15:10 UTC  (4+ messages)

[PATCH 1/2] kallsyms: show function parameter info in oops/WARN dumps
 2026-04-22 14:48 UTC  (4+ messages)
` [RFC] btf: split core BTF parsing out of BPF subsystem into kernel/btf/

[BUG] bpf: Soft lockup / panic triggered by bpf_task_release_dtor from NMI on rcu_nocbs CPU
 2026-04-22 14:39 UTC  (6+ messages)

[PATCH RFC bpf-next 0/4] audit: Expose audit subsystem to BPF LSM programs via BPF kfuncs
 2026-04-22 14:33 UTC  (8+ messages)

Out-of-Bounds Read / Null-Pointer Dereference in bpf_probe_write_user via PTR_TO_BTF_ID
 2026-04-22 13:14 UTC  (2+ messages)

Uninitialized Stack Variable / NULL Pointer Dereference in __sys_socket_create via BPF LSM hooks
 2026-04-22  9:54 UTC  (2+ messages)

[PATCH 0/3] bpf: fsession support for LoongArch
 2026-04-22  8:18 UTC  (2+ messages)

[PATCH v3 0/5] LoongArch: BPF: Support more atomic instructions
 2026-04-22  8:15 UTC  (4+ messages)

[PATCH v1 0/3] LoongArch: BPF: Support more features for trampoline
 2026-04-22  8:06 UTC  (3+ messages)

[PATCH bpf v3] bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag paths
 2026-04-22  6:54 UTC 

[PATCH bpf-next v12 6/8] bpf: Add syscall common attributes support for map_create
 2026-04-22  5:44 UTC  (3+ messages)

[PATCH bpf-next v12 5/8] bpf: Add syscall common attributes support for btf_load
 2026-04-22  5:28 UTC  (3+ messages)

[PATCH bpf-next v4 2/8] bpf: Introduce global percpu data
 2026-04-22  5:22 UTC  (14+ messages)

[PATCH bpf-next v4 0/4] bpf: Reject TCP_NODELAY in TCP header option
 2026-04-22  5:05 UTC  (8+ messages)
` [PATCH bpf-next v4 1/4] bpf: Reject TCP_NODELAY in TCP header option callbacks
` [PATCH bpf-next v4 2/4] bpf: Reject TCP_NODELAY in bpf-tcp-cc
` [PATCH bpf-next v4 3/4] selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks
` [PATCH bpf-next v4 4/4] selftests/bpf: Verify bpf-tcp-cc rejects TCP_NODELAY

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

[PATCH net v2 0/8] xsk: fix bugs around xsk skb allocation
 2026-04-22  2:54 UTC  (6+ messages)
` [PATCH net v2 8/8] xsk: fix u64 descriptor address truncation on 32-bit architectures

[PATCH] perf/lock: Fix non-atomic max/time and min_time updates in contention_data
 2026-04-22  2:40 UTC  (2+ messages)

[PATCH 2/3] [v4, net-next] net: ethernet: ti-cpsw: fix linking built-in code to modules
 2026-04-22  2:25 UTC  (2+ messages)

[PATCH bpf-next 0/9] bpf: Prepare to support stack arguments
 2026-04-22  1:52 UTC  (25+ messages)
` [PATCH bpf-next 1/9] bpf: Remove unused parameter from check_map_kptr_access()
` [PATCH bpf-next 2/9] bpf: Fix tail_call_reachable leak
` [PATCH bpf-next 3/9] bpf: Remove WARN_ON_ONCE in check_kfunc_mem_size_reg()
` [PATCH bpf-next 4/9] bpf: Refactor to avoid redundant calculation of bpf_reg_state
` [PATCH bpf-next 5/9] bpf: Refactor to handle memory and size together
` [PATCH bpf-next 6/9] bpf: Rename existing argno to arg
` [PATCH bpf-next 7/9] bpf: Prepare verifier logs for upcoming kfunc stack arguments
` [PATCH bpf-next 8/9] bpf: Introduce bpf register BPF_REG_PARAMS
` [PATCH bpf-next 9/9] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments

[RFC PATCH bpf-next 0/6] selftests/bpf: Add XDP load-balancer benchmark
 2026-04-22  1:16 UTC  (4+ messages)
` [RFC PATCH bpf-next 2/6] selftests/bpf: Add BPF batch-timing library

[PATCH bpf-next] selftests/bpf: remove string.h includes in bpf progs
 2026-04-22  0:57 UTC  (5+ messages)

[PATCH bpf-next] s390/bpf: inline smp_processor_id and current_task
 2026-04-21 23:00 UTC  (2+ messages)

[PATCH bpf-next v3 0/9] Refactor verifier object relationship tracking
 2026-04-21 22:52 UTC  (12+ 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-next v3 5/9] bpf: Remove redundant dynptr arg check for helper
` [PATCH bpf-next v3 6/9] selftests/bpf: Test creating dynptr from dynptr data and slice
` [PATCH bpf-next v3 7/9] selftests/bpf: Test using dynptr after freeing the underlying object
` [PATCH bpf-next v3 8/9] selftests/bpf: Test using slice after invalidating dynptr clone
` [PATCH bpf-next v3 9/9] selftests/bpf: Test using file dynptr after the reference on file is dropped

[PATCH net v2 1/8] xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devices
 2026-04-21 22:20 UTC  (4+ messages)

[PATCH bpf-next v8 0/8] Introduce arena library and runtime
 2026-04-21 22:16 UTC  (17+ 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 3/8] selftests/bpf: Move arena-related headers into libarena
` [PATCH bpf-next v8 4/8] selftests/bpf: Add arena ASAN runtime to libarena
` [PATCH bpf-next v8 5/8] selftests/bpf: Add ASAN support for libarena selftests
` [PATCH bpf-next v8 6/8] selftests/bpf: Add buddy allocator for libarena
` [PATCH bpf-next v8 7/8] selftests/bpf: Add selftests for libarena buddy allocator
` [PATCH bpf-next v8 8/8] selftests/bpf: Reuse stderr parsing for libarena ASAN tests

[PATCH bpf-next 1/2] bpf: Implement dtor for struct file BTF ID
 2026-04-21 20:29 UTC  (5+ messages)

Uninitialized Stack Variable / NULL Pointer Dereference in __sys_socket_create via BPF LSM hooks
 2026-04-21 20:20 UTC  (4+ messages)

[PATCH 5.10.y] bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser()
 2026-04-21 19:03 UTC  (2+ messages)

[PATCH v3 bpf-next] bpf, x86: Granlund-Montgomery optimization for 64-bit div/mod by immediate
 2026-04-21 18:15 UTC  (2+ messages)

[PATCH bpf] bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag paths
 2026-04-21 18:09 UTC  (2+ messages)

[PATCH AUTOSEL 6.18] xsk: validate MTU against usable frame size on bind
 2026-04-21 18:02 UTC  (2+ messages)

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

[PATCH AUTOSEL 6.18] xsk: tighten UMEM headroom validation to account for tailroom and min frame
 2026-04-21 17:29 UTC  (2+ messages)

[PATCH bpf-next v6 00/17] bpf: Support stack arguments for BPF functions and kfuncs
 2026-04-21 17:24 UTC  (9+ messages)
` [PATCH bpf-next v6 04/17] bpf: Prepare verifier logs for upcoming kfunc stack arguments

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-04-21 17:08 UTC  (10+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map

[PATCH bpf v2] bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag paths
 2026-04-21 16:29 UTC  (3+ messages)

[PATCH bpf v3 1/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
 2026-04-21 15:50 UTC  (5+ messages)


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