BPF List
 help / color / mirror / Atom feed
 messages from 2025-11-07 03:56:47 to 2025-11-11 06:03:21 UTC [more...]

[PATCH net v5 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-11-11  6:02 UTC  (3+ messages)
` [PATCH net v5 1/3] mptcp: disallow MPTCP subflows from sockmap
` [PATCH net v5 2/3] net,mptcp: fix proto fallback detection with BPF

[PATCH bpf-next] selftests/bpf: Convert glob_match() to bpf arena
 2025-11-11  3:29 UTC 

[PATCH bpf v3] bpf: Fix invalid mem access when update_effective_progs fails in __cgroup_bpf_detach
 2025-11-11  3:20 UTC  (4+ messages)

[PATCH bpf] bpf: handle the return of ftrace_set_filter_ip in register_fentry
 2025-11-11  3:17 UTC  (4+ messages)

[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
 2025-11-11  2:45 UTC  (15+ messages)
` [RFC mm v5 1/2] page_pool: check nmdesc->pp to see its usage as page pool for net_iov not page-backed

[PATCH bpf-next] bpf,x86: do RSB balance for trampoline
 2025-11-11  2:41 UTC  (7+ messages)

[PATCH 0/6] kallsyms: Prevent invalid access when showing module buildid
 2025-11-11  2:18 UTC  (14+ messages)
` [PATCH 3/6] kallsyms/bpf: Set module buildid in bpf_address_lookup()
` [PATCH 4/6] kallsyms/ftrace: Set module buildid in ftrace_mod_address_lookup()
` [PATCH 5/6] kallsyms: Clean up @namebuf initialization in kallsyms_lookup_buildid()
` [PATCH 6/6] kallsyms: Prevent module removal when printing module name and buildid

[PATCH v5 6/7] btf: Add lazy sorting validation for binary search
 2025-11-11  2:07 UTC  (11+ messages)

[PATCH net-next v3 0/4] gve: Improve RX buffer length management
 2025-11-11  1:40 UTC  (2+ messages)

[PATCH bpf-next v1] rqspinlock: Adjust return value for queue destruction
 2025-11-11  1:38 UTC 

pull-request: bpf-next 2025-11-10
 2025-11-11  1:20 UTC  (2+ messages)

[syzbot] [bpf?] KASAN: stack-out-of-bounds Write in __bpf_get_stack
 2025-11-11  1:04 UTC  (4+ messages)
` [RFC bpf-next PATCH] bpf: Clamp trace length in __bpf_get_stack to fix OOB write
` [PATCH bpf-next v2] "

[PATCH v4 bpf-next 2/2] bpf: test the proper verification of tail calls
 2025-11-10 23:39 UTC  (7+ messages)
` [PATCH v4 bpf-next 0/2] bpf: properly verify tail call behavior
` [PATCH v4 bpf-next 1/2] "

[PATCH bpf-next v5 3/3] bpf/selftests: add selftest for bpf_smc_hs_ctrl
 2025-11-10 23:28 UTC  (3+ messages)

[PATCH] ftrace: avoid redundant initialization in register_ftrace_direct
 2025-11-10 23:20 UTC  (3+ messages)

ANNOUNCE: pahole v1.31 (BTF function encoding, BTF alignment inference, more CI)
 2025-11-10 22:12 UTC 

[PATCH] mips: Use generic endianness macros instead of MIPS-specific ones
 2025-11-10 21:32 UTC  (5+ messages)

Recap of AI patch reviews so far
 2025-11-10 21:30 UTC 

[PATCH bpf-next v5 0/3] net/smc: Introduce smc_hs_ctrl
 2025-11-10 20:10 UTC  (3+ messages)
` [PATCH bpf-next v5 2/3] net/smc: bpf: Introduce generic hook for handshake flow

[PATCH bpf-next v4 00/16] Make TC BPF helpers preserve skb metadata
 2025-11-10 19:30 UTC  (2+ messages)

[PATCH] libbpf: fix BTF dedup to support recursive typedef definitions
 2025-11-10 19:14 UTC  (5+ messages)

[RFC 0/2] xdp: Delegate fast path return decision to page_pool
 2025-11-10 18:51 UTC  (4+ messages)
` [RFC 2/2] "

[PATCH bpf-next] bpf: use preempt_disable/enable() to protect bpf_bprintf_buffers nesting
 2025-11-10 17:44 UTC  (5+ messages)

[BPF selftests]:bpf_arena_common.h: error: conflicting types for 'bpf_arena_alloc_pages'
 2025-11-10 17:31 UTC  (4+ messages)

[PATCH v2 10/16] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2025-11-10 17:29 UTC  (15+ messages)
` [PATCH v2 15/16] srcu: Optimize SRCU-fast-updown for arm64

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-11-10 15:36 UTC  (7+ messages)

[PATCH 00/17] ns: header cleanups and initial namespace reference count improvements
 2025-11-10 15:08 UTC  (18+ messages)
` [PATCH 01/17] ns: move namespace types into separate header
` [PATCH 02/17] nstree: decouple from ns_common header
` [PATCH 03/17] nstree: move nstree types into separate header
` [PATCH 04/17] nstree: add helper to operate on struct ns_tree_{node,root}
` [PATCH 05/17] nstree: switch to new structures
` [PATCH 06/17] nstree: simplify owner list iteration
` [PATCH 07/17] nstree: use guards for ns_tree_lock
` [PATCH 08/17] ns: make is_initial_namespace() argument const
` [PATCH 09/17] ns: rename is_initial_namespace()
` [PATCH 10/17] fs: use boolean to indicate anonymous mount namespace
` [PATCH 11/17] ipc: enable is_ns_init_id() assertions
` [PATCH 12/17] ns: make all reference counts on initial namespace a nop
` [PATCH 13/17] ns: add asserts for initial namespace reference counts
` [PATCH 14/17] ns: add asserts for initial namespace active "
` [PATCH 15/17] pid: rely on common reference count behavior
` [PATCH 16/17] ns: drop custom reference count initialization for initial namespaces
` [PATCH 17/17] selftests/namespaces: fix nsid tests

[PATCH bpf-next] selftests/bpf: simplify the kernel_count bench trigger
 2025-11-10 13:48 UTC 

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-10 12:34 UTC  (23+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[PATCH bpf-next v4 07/16] bpf: Make bpf_skb_adjust_room metadata-safe
 2025-11-10 12:17 UTC  (3+ messages)

[PATCH 0/5] slab: preparatory cleanups before adding sheaves to all caches
 2025-11-10  9:53 UTC  (5+ messages)
` [PATCH 2/5] slab: move kfence_alloc() out of internal bulk alloc
` [PATCH 3/5] slab: handle pfmemalloc slabs properly with sheaves

[PATCH v2 11/23] mm: introduce BPF kfunc to access memory events
 2025-11-10  9:48 UTC  (7+ messages)
` [PATCH v2 13/23] mm: introduce bpf_out_of_memory() BPF kfunc
` [PATCH v2 14/23] mm: allow specifying custom oom constraint for BPF triggers
` [PATCH v2 23/23] bpf: selftests: PSI struct ops test

[PATCH bpf-next v5 0/3] Pass external callchain entry to get_perf_callchain
 2025-11-10  9:31 UTC  (8+ messages)
` [PATCH bpf-next v5 1/3] perf: Refactor get_perf_callchain
` [PATCH bpf-next v5 2/3] perf: Add atomic operation in get_recursion_context
` [PATCH bpf-next v5 3/3] bpf: Hold the perf callchain entry until used completely

[PATCH bpf v2] bpf: Fix invalid mem access when update_effective_progs fails in __cgroup_bpf_detach
 2025-11-10  9:27 UTC  (2+ messages)

[PATCH bpf] bpf: Fix invalid mem access when update_effective_progs fails in __cgroup_bpf_detach
 2025-11-10  7:21 UTC  (4+ messages)

[RFC PATCH v4 0/7] libbpf: BTF performance optimizations with permutation and binary search
 2025-11-10  2:04 UTC  (21+ messages)
` [RFC PATCH v4 2/7] libbpf: Add BTF permutation support for type reordering
` [RFC PATCH v4 3/7] libbpf: Optimize type lookup with binary search for sorted BTF

BUG: kernel paging request fault caused by incompletely initialized dummy_bpf_prog.prog
 2025-11-10  2:02 UTC 

[PATCH net-next v2 0/7] net: ethernet: ti: am65-cpsw: add AF_XDP zero copy support
 2025-11-09 21:37 UTC  (8+ messages)
` [PATCH net-next v2 1/7] net: ethernet: ti: am65-cpsw: fix BPF Program change on multi-port CPSW
` [PATCH net-next v2 2/7] net: ethernet: ti: am65-cpsw: Retain page_pool on XDP program exchange
` [PATCH net-next v2 3/7] net: ethernet: ti: am65-cpsw: add XSK pool helpers
` [PATCH net-next v2 4/7] net: ethernet: ti: am65-cpsw: Add AF_XDP zero copy for RX
` [PATCH net-next v2 5/7] net: ethernet: ti: am65-cpsw: Add AF_XDP zero copy for TX
` [PATCH net-next v2 6/7] net: ethernet: ti: am65-cpsw: enable zero copy in XDP features
` [PATCH net-next v2 7/7] net: ethernet: ti: am65-cpsw: Fix clearing of irq_disabled flag in rx_poll

[PATCH 0/8] ns: fixes for namespace iteration and active reference counting
 2025-11-09 21:11 UTC  (9+ messages)
` [PATCH 1/8] ns: don't skip active reference count initialization
` [PATCH 2/8] ns: don't increment or decrement initial namespaces
` [PATCH 3/8] ns: make sure reference are dropped outside of rcu lock
` [PATCH 4/8] ns: return EFAULT on put_user() error
` [PATCH 5/8] ns: handle setns(pidfd, ...) cleanly
` [PATCH 6/8] ns: add asserts for active refcount underflow
` [PATCH 7/8] selftests/namespaces: add active reference count regression test
` [PATCH 8/8] selftests/namespaces: test for efault

[PATCH v2 22/50] convert efivarfs
 2025-11-09 20:40 UTC  (11+ messages)

[syzbot] [fs?] WARNING in destroy_super_work
 2025-11-09 14:11 UTC  (3+ messages)

[PATCH v2] bpf: hashtab: fix 32-bit overflow in memory usage calculation
 2025-11-09 12:10 UTC  (7+ messages)

[syzbot] [fs?] WARNING in nsproxy_ns_active_put
 2025-11-09  8:24 UTC 

null pointer dereference in interrupt after receiving an ip packet on veth from xsk from user space
 2025-11-09  0:10 UTC  (8+ messages)

[PATCH net-next v4 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2025-11-08 22:18 UTC  (9+ messages)
` [PATCH net-next v4 11/14] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create

[PATCH 3/5] io_uring: bpf: extend io_uring with bpf struct_ops
 2025-11-08  6:53 UTC  (3+ messages)

[PATCH net V3 0/2] veth: Fix TXQ stall race condition and add recovery
 2025-11-08  1:54 UTC  (5+ messages)
` [PATCH net V3 1/2] veth: enable dev_watchdog for detecting stalled TXQs

[PATCHv2 0/4] x86/fgraph,bpf: Fix ORC stack unwind from return probe
 2025-11-07 22:22 UTC  (4+ messages)
` [PATCHv2 2/4] x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi "

[PATCH RFC v2 0/5] bpf: avoid locks in bpf_timer and bpf_wq
 2025-11-07 20:21 UTC  (5+ messages)
` [PATCH RFC v2 5/5] bpf: remove lock from bpf_async_cb

[RFC PATCH 0/1] bpf, verifier: Detect empty intersection between tnum and ranges
 2025-11-07 19:23 UTC  (2+ messages)
` [RFC PATCH 1/1] bpf, verifier: Introduce tnum_step to step through tnum's members

[PATCH 5/5] io_uring: bpf: add io_uring_bpf_req_memcpy() kfunc
 2025-11-07 18:51 UTC  (2+ messages)

[PATCH 2/6] kallsyms: Cleanup code for appending the module buildid
 2025-11-07 17:40 UTC  (4+ messages)

[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
 2025-11-07 15:54 UTC  (5+ messages)

[PATCHSET v10 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
 2025-11-07 13:53 UTC  (9+ messages)
` [PATCH 02/11] sched/debug: Stop and start server based on if it was active
` [PATCH 04/11] sched/deadline: Add support to initialize and remove dl_server bandwidth

net: bpf: use-after-free in bpf_map_offload_info_fill_ns when obtaining netns for offloaded map
 2025-11-07  9:14 UTC 

[PATCH] bpf: hashtab: fix 32-bit overflow in memory usage calculation
 2025-11-07  7:42 UTC  (4+ messages)

[PATCH v5 3/7] libbpf: Optimize type lookup with binary search for sorted BTF
 2025-11-07  7:29 UTC  (3+ messages)

[PATCH v5 2/7] libbpf: Add BTF permutation support for type reordering
 2025-11-07  7:12 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