BPF List
 help / color / mirror / Atom feed
 messages from 2025-11-06 12:54:48 to 2025-11-10 09:31:25 UTC [more...]

[PATCH v2 11/23] mm: introduce BPF kfunc to access memory events
 2025-11-10  9:31 UTC  (3+ messages)
` [PATCH v2 14/23] mm: allow specifying custom oom constraint for BPF triggers

[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-next v5 0/3] Pass external callchain entry to get_perf_callchain
 2025-11-10  9:26 UTC  (7+ 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 v3] bpf: Fix invalid mem access when update_effective_progs fails in __cgroup_bpf_detach
 2025-11-10  9:25 UTC 

[PATCH 0/5] slab: preparatory cleanups before adding sheaves to all caches
 2025-11-10  8:06 UTC  (7+ messages)
` [PATCH 1/5] slab: make __slab_free() more clear
` [PATCH 2/5] slab: move kfence_alloc() out of internal bulk alloc

[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  (36+ messages)
` [RFC PATCH v4 1/7] libbpf: Extract BTF type remapping logic into helper function
` [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 v5 0/7] BTF performance optimizations with permutation and binary search
 2025-11-10  1:42 UTC  (20+ messages)
` [PATCH v5 1/7] libbpf: Extract BTF type remapping logic into helper function
` [PATCH v5 2/7] libbpf: Add BTF permutation support for type reordering
` [PATCH v5 3/7] libbpf: Optimize type lookup with binary search for sorted BTF
` [PATCH v5 4/7] libbpf: Implement lazy sorting validation for binary search optimization
` [PATCH v5 5/7] btf: Optimize type lookup with binary search
` [PATCH v5 6/7] btf: Add lazy sorting validation for "
` [PATCH v5 7/7] selftests/bpf: Add test cases for btf__permute functionality

[PATCH] mips: Use generic endianness macros instead of MIPS-specific ones
 2025-11-10  1:34 UTC  (3+ messages)

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

[BPF selftests]:bpf_arena_common.h: error: conflicting types for 'bpf_arena_alloc_pages'
 2025-11-10  0:44 UTC  (3+ messages)

[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)

[PATCH bpf-next] bpf: use preempt_disable/enable() to protect bpf_bprintf_buffers nesting
 2025-11-09 19:44 UTC  (3+ 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  (17+ messages)
` [PATCH net-next v4 01/14] net: Add bind-queue operation
` [PATCH net-next v4 02/14] net: Implement netdev_nl_bind_queue_doit
` [PATCH net-next v4 11/14] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v4 13/14] netkit: Add io_uring zero-copy support for TCP

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

[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  (7+ messages)
` [PATCH net V3 1/2] veth: enable dev_watchdog for detecting stalled TXQs
` [PATCH net V3 2/2] veth: more robust handing of race to avoid txq getting stuck

[PATCH 0/6] kallsyms: Prevent invalid access when showing module buildid
 2025-11-08  0:36 UTC  (13+ messages)
` [PATCH 1/6] module: Add helper function for reading module_buildid()
` [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

[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] libbpf: fix BTF dedup to support recursive typedef definitions
 2025-11-07 20:49 UTC  (3+ messages)

[PATCH RFC v2 0/5] bpf: avoid locks in bpf_timer and bpf_wq
 2025-11-07 20:21 UTC  (16+ messages)
` [PATCH RFC v2 1/5] bpf: refactor bpf_async_cb callback update
` [PATCH RFC v2 2/5] bpf: refactor bpf_async_cb prog swap
` [PATCH RFC v2 3/5] bpf: factor out timer deletion helper
` [PATCH RFC v2 4/5] bpf: add refcnt into struct bpf_async_cb
` [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 v7 00/12] Direct Map Removal Support for guest_memfd
 2025-11-07 18:11 UTC  (6+ messages)

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

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-07 17:22 UTC  (16+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[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  (12+ 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
` [PATCH 06/11] sched_ext: Add a DL server for sched_ext tasks

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

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 bpf-next v5 0/3] net/smc: Introduce smc_hs_ctrl
 2025-11-07  4:16 UTC  (5+ messages)
` [PATCH bpf-next v5 1/3] bpf: export necessary symbols for modules with struct_ops
` [PATCH bpf-next v5 2/3] net/smc: bpf: Introduce generic hook for handshake flow
` [PATCH bpf-next v5 3/3] bpf/selftests: add selftest for bpf_smc_hs_ctrl

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

[PATCH bpf-next v6 0/2] bpf: Free special fields when update [lru_,]percpu_hash maps
 2025-11-07  2:00 UTC  (5+ messages)
` [PATCH bpf-next v6 1/2] "
` [PATCH bpf-next v6 2/2] selftests/bpf: Add test to verify freeing the "

[PATCH bpf-next v2] bpf: Use kmalloc_nolock() in range tree
 2025-11-07  0:00 UTC  (4+ messages)

[PATCH bpf-next 0/2] selftests/bpf: enfoce SO_REUSEADDR in basic test servers
 2025-11-06 23:30 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: use start_server_str rather than start_reuseport_server in tc_tunnel

[PATCH v3 bpf-next 0/2] bpf: properly verify tail call behavior
 2025-11-06 19:50 UTC  (3+ messages)
` [PATCH v4 bpf-next 2/2] bpf: test the proper verification of tail calls

[PATCH bpf-next v5 0/7] Support associating BPF programs with struct_ops
 2025-11-06 19:37 UTC  (8+ messages)
` [PATCH bpf-next v5 3/7] bpf: Pin associated struct_ops when registering async callback

[PATCH net-next v3 0/4] gve: Improve RX buffer length management
 2025-11-06 19:27 UTC  (5+ messages)
` [PATCH net-next v3 1/4] gve: Decouple header split from RX buffer length
` [PATCH net-next v3 2/4] gve: Use extack to log xdp config verification errors
` [PATCH net-next v3 3/4] gve: Allow ethtool to configure rx_buf_len
` [PATCH net-next v3 4/4] gve: Default to max_rx_buffer_size for DQO if device supported

linux-next: manual merge of the bpf-next tree with the bpf tree
 2025-11-06 17:57 UTC  (2+ messages)

[PATCH v5 net-next 00/14] AccECN protocol case handling series
 2025-11-06 17:30 UTC  (4+ messages)
` [PATCH v5 net-next 11/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion

[PATCH bpf-next] selftests/bpf: Fix htab_update/reenter_update selftest failure
 2025-11-06 17:15 UTC  (2+ messages)

[PATCH v11 bpf-next 00/12] BPF indirect jumps
 2025-11-06 17:08 UTC  (5+ messages)
` [PATCH v11 bpf-next 01/12] bpf, x86: add new map type: instructions array

[PATCH bpf-next] bpf: Use kmalloc_nolock() in range tree
 2025-11-06 17:05 UTC  (3+ messages)

[PATCH bpf-next v3 0/7] bpf: tracing session supporting
 2025-11-06 17:03 UTC  (5+ messages)
` [PATCH bpf-next v3 4/7] bpf,x86: add tracing session supporting for x86_64

[PATCH v3 0/2] Print map ID on successful creation
 2025-11-06 13:12 UTC  (9+ messages)
` [PATCH v3 1/2] bpftool: Print map ID upon creation and support JSON output


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