BPF List
 help / color / mirror / Atom feed
 messages from 2025-11-26 15:20:35 to 2025-12-01 01:27:41 UTC [more...]

[PATCH net-next v1] idpf: export RX hardware timestamping information to XDP
 2025-12-01  1:27 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH net-next v7 0/9] Add support for providers with large rx buffer
 2025-11-30 23:35 UTC  (10+ messages)
` [PATCH net-next v7 1/9] net: page pool: xa init with destroy on pp init
` [PATCH net-next v7 2/9] net: page_pool: sanitise allocation order
` [PATCH net-next v7 3/9] net: memzero mp params when closing a queue
` [PATCH net-next v7 4/9] net: let pp memory provider to specify rx buf len
` [PATCH net-next v7 5/9] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v7 6/9] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v7 7/9] eth: bnxt: allow providers to set rx buf size
` [PATCH net-next v7 8/9] io_uring/zcrx: document area chunking parameter
` [PATCH net-next v7 9/9] selftests: iou-zcrx: test large chunk sizes

linux-next: manual merge of the ftrace tree with the bpf-next tree
 2025-11-30 22:33 UTC 

[PATCH v12 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
 2025-11-30 13:06 UTC  (18+ messages)
` [PATCH v12 mm-new 06/10] mm: bpf-thp: add support for global mode

[PATCH net-next V2 0/2] net/mlx5e: Disable egress xdp-redirect in default
 2025-11-30 10:13 UTC  (3+ messages)
` [PATCH net-next V2 1/2] net/mlx5e: Update XDP features in switch channels
` [PATCH net-next V2 2/2] net/mlx5e: Support XDP target xmit with dummy program

[PATCH bpf-next 0/3] Introduce bpf_kern_path and bpf_path_put
 2025-11-30  6:46 UTC  (12+ messages)
` [PATCH bpf-next 1/3] bpf: Allow const char * from LSM hooks as kfunc const string arguments
` [PATCH bpf-next 2/3] bpf: Add bpf_kern_path and bpf_path_put kfuncs
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for bpf_kern_path kfunc

[PATCH dwarves v2 0/2] pahole: Replace or add functions with true signatures in btf
 2025-11-30  4:03 UTC  (3+ messages)
` [PATCH dwarves v2 1/2] btf_encoder: Refactor elf_functions__new() with struct btf_encoder as argument
` [PATCH dwarves v2 2/2] pahole: Replace or add functions with true signatures in btf

[PATCH dwarves] dwarf_loader: Handle DW_AT_location attrs containing DW_OP_plus_uconst
 2025-11-30  3:21 UTC 

[PATCH] kasan: hw_tags: fix a false positive case of vrealloc in alloced size
 2025-11-29 23:49 UTC  (4+ messages)

bpf: system freezes due to recursive lock in bpf_ringbuf_reserve() caused by commit a650d38 ("bpf: Convert ringbuf map to rqspinlock")
 2025-11-29 23:44 UTC  (12+ messages)

[PATCH bpf-next v2 0/4] selftests/bpf: convert test_tc_edt.sh into test_progs
 2025-11-29 19:11 UTC  (8+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: rename test_tc_edt.bpf.c section to expose program type
` [PATCH bpf-next v2 2/4] selftests/bpf: integrate test_tc_edt into test_progs
` [PATCH bpf-next v2 3/4] selftests/bpf: remove test_tc_edt.sh
` [PATCH bpf-next v2 4/4] selftests/bpf: do not hardcode target rate in test_tc_edt BPF program

[PATCH bpf-next v2 0/6] Limited queueing in NMI for rqspinlock
 2025-11-29 18:13 UTC  (10+ messages)
` [PATCH bpf-next v2 1/6] rqspinlock: Enclose lock/unlock within lock entry acquisitions
` [PATCH bpf-next v2 2/6] rqspinlock: Perform AA checks immediately
` [PATCH bpf-next v2 3/6] rqspinlock: Use trylock fallback when per-CPU rqnode is busy
` [PATCH bpf-next v2 4/6] rqspinlock: Disable spinning for trylock fallback
` [PATCH bpf-next v2 5/6] rqspinlock: Precede non-head waiter queueing with AA check
` [PATCH bpf-next v2 6/6] selftests/bpf: Add success stats to rqspinlock stress test

[PATCH bpf-next] bpf: make kprobe_multi_link_prog_run always_inline
 2025-11-29 17:50 UTC  (2+ messages)

[PATCH bpf-next] bpf: optimize bpf_map_update_elem() for map-in-map types
 2025-11-29 17:50 UTC  (2+ messages)

[PATCH net-next v2 0/9] tun: optimize SKB allocation with NAPI cache
 2025-11-29  3:08 UTC  (4+ messages)
` [PATCH net-next v2 5/9] tun: use bulk NAPI cache allocation in tun_xdp_one

[PATCH net-next v3 0/3] xsk: introduce atomic for cq in generic path
 2025-11-29  0:55 UTC  (6+ messages)
` [PATCH net-next v3 1/3] xsk: add atomic cached_prod for copy mode
` [PATCH net-next v3 2/3] xsk: use atomic operations around "
` [PATCH net-next v3 3/3] xsk: remove spin lock protection of cached_prod

[PATCH bpf-next v1 0/6] Limited queueing in NMI for rqspinlock
 2025-11-28 23:24 UTC  (8+ messages)
` [PATCH bpf-next v1 1/6] rqspinlock: Enclose lock/unlock within lock entry acquisitions
` [PATCH bpf-next v1 2/6] rqspinlock: Perform AA checks immediately
` [PATCH bpf-next v1 3/6] rqspinlock: Use trylock fallback when per-CPU rqnode is busy
` [PATCH bpf-next v1 4/6] rqspinlock: Disable spinning for trylock fallback
` [PATCH bpf-next v1 5/6] rqspinlock: Precede non-head waiter queueing with AA check
` [PATCH bpf-next v1 6/6] selftests/bpf: Add success stats to rqspinlock stress test

[PATCH bpf-next 0/2] A pair of follow ups for indirect jumps
 2025-11-28 23:20 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: force BPF_F_RDONLY_PROG on insn array creation
` [PATCH bpf-next 2/2] bpf: check for insn arrays in check_ptr_alignment

[PATCH bpf-next v2] tools: bpf: remove runqslower tool
 2025-11-28 23:20 UTC  (2+ messages)

[PATCH bpf-next v1 1/2] bpf: Disable file_alloc_security hook
 2025-11-28 23:20 UTC  (3+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: Remove usage of lsm/file_alloc_security in selftest

[PATCH bpf v1 0/2] bpf: cpumap: fix error propagation in
 2025-11-28 16:04 UTC  (3+ messages)
` [PATCH bpf v1 1/2] bpf: cpumap: propagate underlying error in cpu_map_update_elem()
` [PATCH bpf v1 2/2] selftests/bpf: add tests for attaching invalid fd

[PATCH] tools/lib/bpf: fix -Wdiscarded-qualifiers under C23
 2025-11-28 14:59 UTC  (5+ messages)
` [PATCH v2 bpf-next] "

[PATCH 0/13] rtla: Code robustness and maintainability improvements
 2025-11-28 14:04 UTC  (6+ messages)
` [rtla 01/13] rtla: Check for memory allocation failures
` [rtla 08/13] rtla: Use standard exit codes for result enum

[PATCH v3 0/7] kallsyms: Prevent invalid access when showing module buildid
 2025-11-28 13:59 UTC  (8+ messages)
` [PATCH v3 1/7] kallsyms: Clean up @namebuf initialization in kallsyms_lookup_buildid()
` [PATCH v3 2/7] kallsyms: Clean up modname and modbuildid "
` [PATCH v3 3/7] module: Add helper function for reading module_buildid()
` [PATCH v3 4/7] kallsyms: Cleanup code for appending the module buildid
` [PATCH v3 5/7] kallsyms/bpf: Rename __bpf_address_lookup() to bpf_address_lookup()
` [PATCH v3 6/7] kallsyms/ftrace: Set module buildid in ftrace_mod_address_lookup()
` [PATCH v3 7/7] kallsyms: Prevent module removal when printing module name and buildid

[PATCH 5.10 1/2] bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change
 2025-11-28 13:29 UTC  (4+ messages)
` [PATCH 5.10 2/2] bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails

[PATCH 5.10 v3 0/3] Backport fix for CVE-2023-53103
 2025-11-28 13:21 UTC  (4+ messages)
` [PATCH 5.10 v3 1/3] bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change
` [PATCH 5.10 v3 2/3] bonding: Fix memory leak when changing bond type to Ethernet
` [PATCH 5.10 v3 3/3] bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails

[PATCH 5.10 v2 0/3] Backport fix for CVE-2023-53103
 2025-11-28 13:15 UTC  (4+ messages)
` [PATCH 5.10 v2 1/3] bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change
` [PATCH 5.10 v2 2/3] bonding: Fix memory leak when changing bond type to Ethernet
` [PATCH 5.10 v2 2/3] bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails

[PATCH net-next v3] xsk: skip validating skb list in xmit path
 2025-11-28 12:59 UTC  (7+ messages)

[PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
 2025-11-28 12:38 UTC  (5+ messages)
            ` [PATCH V1] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction

kernel build failure when CONFIG_DEBUG_INFO_BTF and CONFIG_KCSAN are enabled
 2025-11-28  9:44 UTC  (6+ messages)

[PATCH bpf-next] bpf: arm64: Fix panic due to missing BTI at indirect jump targets
 2025-11-28  7:16 UTC  (4+ messages)

[PATCH bpf-next] bpf: force BPF_F_RDONLY_PROG on insn array creation
 2025-11-28  6:24 UTC  (2+ messages)

[PATCH bpf-next] bpf: check for insn arrays in check_ptr_alignment
 2025-11-28  6:22 UTC  (3+ messages)

[PATCH bpf-next v2 0/4] resolve_btfids: Support for BTF modifications
 2025-11-28  5:52 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] resolve_btfids: rename object btf field to btf_path
` [PATCH bpf-next v2 2/4] resolve_btfids: factor out load_btf()
` [PATCH bpf-next v2 3/4] resolve_btfids: introduce enum btf_id_kind
` [PATCH bpf-next v2 4/4] resolve_btfids: change in-place update with raw binary output

[PATCH RFC] virtio_net: gate delayed refill scheduling
 2025-11-28  2:20 UTC  (3+ messages)

Poor performance of bpf_map_update_elem() for BPF_MAP_TYPE_HASH_OF_MAPS / BPF_MAP_TYPE_ARRAY_OF_MAPS
 2025-11-28  0:13 UTC  (7+ messages)

[PATCH net-next v2 0/3] xsk: introduce atomic for cq in generic path
 2025-11-27 23:48 UTC  (9+ messages)
` [PATCH net-next v2 2/3] xsk: use atomic operations around cached_prod for copy mode
` [PATCH net-next v2 3/3] xsk: remove spin lock protection of cached_prod

[BUG] bpftool: Build failure due to opensslv.h
 2025-11-27 20:37 UTC  (12+ messages)

BPF fentry/fexit trampolines stall livepatch stalls transition due to missing ORC unwind metadata
 2025-11-27 14:55 UTC  (8+ messages)
    ` [External] "

Sanitizer flags an eBPF bug
 2025-11-27 13:59 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Add debug messaging in dedup equivalence/identity matching
 2025-11-27 10:25 UTC  (3+ messages)

[RFC PATCH 0/3] Memory Controller eBPF support
 2025-11-27  8:51 UTC  (11+ messages)

[PATCH] [PATCH v4] selftests/seccomp: Fix indentation and rebase error logging patch
 2025-11-27  3:31 UTC 

[PATCH bpf v1] rqspinlock: Enclose lock/unlock within lock entry acquisitions
 2025-11-27  0:44 UTC  (4+ messages)

[PATCH bpf-next v1 0/4] resolve_btfids: Support for BTF modifications
 2025-11-26 23:58 UTC  (10+ messages)
` [PATCH bpf-next v1 4/4] resolve_btfids: change in-place update with raw binary output

[PATCH bpf-next v12 2/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
 2025-11-26 22:20 UTC  (5+ messages)

[PATCH bpf-next v4 0/4] Use correct destructor kfunc types
 2025-11-26 22:17 UTC  (5+ messages)
` [PATCH bpf-next v4 1/4] bpf: crypto: Use the correct destructor kfunc type
` [PATCH bpf-next v4 2/4] bpf: net_sched: "
` [PATCH bpf-next v4 3/4] selftests/bpf: "
` [PATCH bpf-next v4 4/4] bpf, btf: Enforce destructor kfunc type with CFI

[PATCH bpf-next v1 1/1] bpf: Annotate rqspinlock lock acquiring functions with __must_check
 2025-11-26 21:52 UTC  (6+ messages)

[PATCH v15 0/4] Reduce overhead of LSMs with static calls
 2025-11-26 19:44 UTC  (5+ messages)
` [PATCH v15 3/4] lsm: count the LSMs enabled at compile time

[PATCH bpf-next v1 3/4] resolve_btfids: introduce enum btf_id_kind
 2025-11-26 19:08 UTC  (3+ messages)

[PATCH v2 14/16] srcu: Create an SRCU-fast-updown API
 2025-11-26 17:09 UTC  (5+ messages)

[PATCH bpf-next v12 3/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
 2025-11-26 16:24 UTC  (3+ messages)

[PATCH bpf-next v12 5/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage maps
 2025-11-26 15:35 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