public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-27 19:03:05 to 2026-03-30 17:20:39 UTC [more...]

[PATCH bpf-next v2 0/2] bpf: Fix abuse of kprobe_write_ctx via freplace
 2026-03-30 17:20 UTC  (12+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuse

[PATCH bpf-next v9 0/9] bpf: Extend the bpf_list family of APIs
 2026-03-30 17:05 UTC  (13+ messages)
` [PATCH bpf-next v9 1/9] bpf: refactor kfunc checks using table-driven approach in verifier
` [PATCH bpf-next v9 2/9] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH bpf-next v9 3/9] bpf: clear list node owner and unlink before drop
` [PATCH bpf-next v9 4/9] bpf: Introduce the bpf_list_del kfunc
` [PATCH bpf-next v9 5/9] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH bpf-next v9 6/9] bpf: Add bpf_list_add_impl to insert node after a given list node
` [PATCH bpf-next v9 7/9] bpf: allow bpf_list_front/back result as the prev argument of bpf_list_add_impl
` [PATCH bpf-next v9 8/9] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH bpf-next v9 9/9] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty

[PATCH bpf-next 0/2] bpf: enable x86 fentry on tail-called programs
 2026-03-30 16:46 UTC  (12+ messages)
` [PATCH bpf-next 1/2] bpf, x86: patch tail-call fentry slot on non-IBT JITs

[net-next v6 07/12] net: bnxt: Add boilerplate GSO code
 2026-03-30 16:45 UTC  (3+ messages)

[PATCH v4 0/3] mm: Free contiguous order-0 pages efficiently
 2026-03-30 16:36 UTC  (18+ messages)
` [PATCH v4 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v4 2/3] vmalloc: Optimize vfree
` [PATCH v4 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()

[PATCH] bpf: fix umin/umax when lower bits fall outside u32 range
 2026-03-30 16:24 UTC  (5+ messages)

[PATCH v8 00/10] VMSCAPE optimization for BHI variant
 2026-03-30 16:11 UTC  (13+ messages)
` [PATCH v8 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs

[PATCH bpf v1 0/2] Fix bpf_link grace period wait for tracepoints
 2026-03-30 16:10 UTC  (13+ messages)
` [PATCH bpf v1 1/2] bpf: Fix grace period wait for tracepoint bpf_link
` [PATCH bpf v1 2/2] bpf: Retire rcu_trace_implies_rcu_gp()

[BUG] bpf: warn_free_bad_obj in bpf_prog_test_run_skb - slab cross-cache confusion in skb_free_head
 2026-03-30 16:04 UTC 

[PATCH 0/4] selftests/bpf: impose global ordering for test decl_tags
 2026-03-30 15:36 UTC  (14+ messages)
` [PATCH 1/4] selftests/bpf: fix __jited_unpriv tag name
` [PATCH 2/4] selftests/bpf: make str_has_pfx return pointer past the prefix
` [PATCH 3/4] selftests/bpf: impose global ordering for test decl_tags
` [PATCH 4/4] selftests/bpf: inline TEST_TAG constants in test_loader.c

[PATCH bpf v2 0/2] Fix bpf_link grace period wait for tracepoints
 2026-03-30 15:07 UTC  (4+ messages)
` [PATCH bpf v2 1/2] bpf: Fix grace period wait for tracepoint bpf_link
` [PATCH bpf v2 2/2] bpf: Retire rcu_trace_implies_rcu_gp()

[PATCH bpf-next v1 0/3] Add support to emit verifier warnings
 2026-03-30 15:02 UTC  (11+ messages)
` [PATCH bpf-next v1 1/3] bpf: Extract bpf_get_linfo_file_line
` [PATCH bpf-next v1 2/3] bpf: Emit verifier warnings through prog stderr
` [PATCH bpf-next v1 3/3] libbpf: Wire up verifier warning display logic

[RFC PATCH bpf-next v2 0/3] Upgrading uprobe and kprobe to their `multi` counterparts
 2026-03-30 14:53 UTC  (10+ messages)
` [RFC PATCH bpf-next v2 1/3] libbpf: Auto-upgrade uprobes to multi-uprobes when supported
` [RFC PATCH bpf-next v2 2/3] libbpf: Add FEAT_KPROBE_MULTI_LINK feature probe
` [RFC PATCH bpf-next v2 3/3] libbpf: Auto-upgrade kprobes to multi-kprobes when supported

[PATCH bpf 1/2] bpf: Fix incorrect pruning due to atomic fetch precision tracking
 2026-03-30 14:45 UTC  (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add more precision tracking tests for atomics

[linux-next-20260327]resolve_btfids warnings for unresolved bpf_lsm_bdev_* symbols
 2026-03-30 14:42 UTC  (2+ messages)

[PATCH bpf-next] bpf: warn against BPF_RB_NO_WAKEUP in bpf_ringbuf_discard()
 2026-03-30 13:53 UTC  (3+ messages)

[PATCH 0/1] xskmap: reject TX-only AF_XDP sockets
 2026-03-30 13:50 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH bpf-next v2 1/2] net: clear the dst when performing encap / decap
 2026-03-30 13:42 UTC  (5+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: test that dst is cleared on same-protocol encap

[PATCH net-next v4 0/2] e1000e: add XDP support
 2026-03-30 13:24 UTC  (4+ messages)
` [PATCH net-next v4 1/2] e1000e: add basic "

[PATCH v2 bpf-next 0/6] Fix invariant violations and improve branch detection
 2026-03-30 12:05 UTC  (8+ messages)
` [PATCH v2 bpf-next 2/6] bpf: Use bpf_verifier_env buffers for reg_set_min_max
` [PATCH v2 bpf-next 5/6] selftests/bpf: Cover invariant violation cases from syzbot

[PATCH dwarves v4 00/11] pahole: Encode true signatures in kernel BTF
 2026-03-30 10:13 UTC  (8+ messages)
` [PATCH dwarves v4 01/11] dwarf_loader: Reduce parameter checking with clang DW_AT_calling_convention attr
` [PATCH dwarves v4 03/11] dwarf_loader: Handle signatures with dead arguments

[PATCH bpf-next v2 0/2] libbpf: allow address-based single kprobe attach
 2026-03-30 10:08 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: add test for "

[PATCH bpf v4 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
 2026-03-30  9:25 UTC  (5+ messages)
` [PATCH bpf v4 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()
` [PATCH bpf v4 2/2] selftests/bpf: Add protocol check test for bpf_sk_assign_tcp_reqsk()

[PATCH bpf 1/2] bpf: Fix OOB in bpf_obj_memcpy for cgroup storage
 2026-03-30  6:32 UTC  (2+ messages)

[BUG] bpf: warn_free_bad_obj in bpf_prog_test_run_skb - slab cross-cache confusion in skb_free_head
 2026-03-30  5:52 UTC 

[PATCH bpf-next 0/3] bpf: Enhance freplace compatibility
 2026-03-30  5:51 UTC  (9+ messages)
` [PATCH bpf-next 1/3] bpf: Disallow freplace on XDP with mismatched xdp_has_frags values
` [PATCH bpf-next 2/3] bpf: Disallow freplace on kprobe with mismatched kprobe_write_ctx values

[PATCH v2] selftests/bpf: Reject malformed IPv4/IPv6 skb test input
 2026-03-30  4:23 UTC  (3+ messages)

[PATCH V10 RESEND 1/2] bpf: refactor stack map trace depth calculation into helper function
 2026-03-29 23:51 UTC  (3+ messages)
` [PATCH V10 RESEND 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()

[PATCH net-next v5 0/6] bnxt_en: Add XDP RSS hash metadata support
 2026-03-29 21:20 UTC  (2+ messages)

[PATCH net-next v2 0/5][pull request] ice: add support for devmem/io_uring Rx and Tx
 2026-03-29 18:01 UTC  (3+ messages)
` [PATCH net-next v2 3/5] ice: migrate to netdev ops lock

[PATCH] arch/arc: bpf_jit: fix missing newline in pr_err messages
 2026-03-29 17:23 UTC  (2+ messages)

[PATH bpf-next] selftests/bpf: Add few tests for alu32 shift value tracking and zext
 2026-03-29 17:00 UTC  (2+ messages)

[PATCH bpf-next v5 1/2] bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
 2026-03-29 17:00 UTC  (5+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Update kfuncs using btf_struct_meta to new variants

[PATCH] selftests/bpf: Reject malformed IPv4/IPv6 skb test input
 2026-03-29 13:24 UTC  (2+ messages)

[PATCH bpf v2] bpf: Fix RCU stall in bpf_fd_array_map_clear()
 2026-03-29  5:47 UTC  (2+ messages)

[PATCH net-next v5 0/6] net: bcmgenet: add XDP support
 2026-03-28 23:05 UTC  (6+ messages)
` [PATCH net-next v5 2/6] net: bcmgenet: register xdp_rxq_info for each RX ring
` [PATCH net-next v5 3/6] net: bcmgenet: add basic XDP support (PASS/DROP)
` [PATCH net-next v5 4/6] net: bcmgenet: add XDP_TX support
` [PATCH net-next v5 5/6] net: bcmgenet: add XDP_REDIRECT and ndo_xdp_xmit support
` [PATCH net-next v5 6/6] net: bcmgenet: add XDP statistics counters

[PATCH net-next v4 0/6] net: bcmgenet: add XDP support
 2026-03-28 20:36 UTC  (4+ messages)
` [PATCH net-next v4 4/6] net: bcmgenet: add XDP_TX support

[PATCH bpf] bpf: Fix RCU stall in bpf_fd_array_map_clear()
 2026-03-28 18:18 UTC  (2+ messages)

[PATCH bpf-next 0/2] libbpf: allow address-based single kprobe attach
 2026-03-28 14:26 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: add test for "

[RFC 0/2] block: Introduce a BPF-based I/O scheduler
 2026-03-28 13:39 UTC  (3+ messages)

[PATCH bpf v3 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
 2026-03-28 10:58 UTC  (4+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: Add protocol check test for bpf_sk_assign_tcp_reqsk()

[PATCH net-next v10 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2026-03-28  6:51 UTC  (13+ messages)
` [PATCH net-next v10 02/14] net: Implement netdev_nl_queue_create_doit
` [PATCH net-next v10 03/14] net: Add lease info to queue-get response
` [PATCH net-next v10 04/14] net, ethtool: Disallow leased real rxqs to be resized
` [PATCH net-next v10 05/14] net: Slightly simplify net_mp_{open,close}_rxq
` [PATCH net-next v10 06/14] net: Proxy netif_mp_{open,close}_rxq for leased queues
` [PATCH net-next v10 07/14] net: Proxy netdev_queue_get_dma_dev "

[PATCH v2 net] ptr_ring: disable KCSAN warnings
 2026-03-28  3:30 UTC  (2+ messages)

[PATCH v3 6/9] security: Hornet LSM
 2026-03-28  2:55 UTC  (2+ messages)

[PATCH bpf v5 0/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
 2026-03-28  2:05 UTC  (5+ messages)
` [PATCH bpf v5 1/3] bpf: Reject bpf-to-bpf call with large offset in interpreter

[PATCH 0/2] bpf: calls to bpf_loop() should have an SCC and accumulate backedges
 2026-03-28  1:29 UTC  (7+ messages)

[PATCH bpf-next v3 1/2] bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
 2026-03-27 22:06 UTC  (14+ messages)

[PATCH bpf-next v1 0/3] Task local data bug fixes and improvement
 2026-03-27 21:15 UTC  (5+ messages)
` [PATCH bpf-next v1 2/3] selftests/bpf: Simplify task_local_data memory allocation

[LSF/MM/BPF TOPIC] Towards Unified and Extensible Memory Reclaim (reclaim_ext)
 2026-03-27 19:53 UTC  (14+ messages)

[PATCH v2 0/5] bpf: skb_adjust_room helper refactor and tunnel decap flags
 2026-03-27 19:02 UTC  (7+ messages)
` [PATCH v2 3/5] bpf: add helper masks for ADJ_ROOM flags and encap validation


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