BPF List
 help / color / mirror / Atom feed
 messages from 2026-05-01 18:36:54 to 2026-05-04 21:06:21 UTC [more...]

[PATCH v2 bpf 0/6] bpf: tcp: Fix type confusion in bpf helper functions
 2026-05-04 21:04 UTC  (6+ messages)
` [PATCH v2 bpf 1/6] bpf: tcp: Fix type confusion in bpf_tcp_sock()
` [PATCH v2 bpf 2/6] selftest: bpf: Add test for bpf_tcp_sock() and RAW socket
` [PATCH v2 bpf 3/6] mptcp: bpf: fix type confusion in bpf_mptcp_sock_from_subflow()
` [PATCH v2 bpf 4/6] bpf: tcp: Fix type confusion in bpf_skc_to_tcp_sock()
` [PATCH v2 bpf 5/6] bpf: tcp: Fix type confusion in bpf_skc_to_tcp6_sock()

[PATCH v2 0/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-05-04 20:14 UTC  (8+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/bpf: add tests for bpf_init_inode_xattr kfunc

[PATCH] samples/bpf: add SPDX license identifier to parse_simple.c
 2026-05-04 19:46 UTC 

[PATCH 0/6] lib: rework bitreverse
 2026-05-04 19:05 UTC  (10+ messages)
` [PATCH 1/6] lib: include crc32.h conditionally on CONFIG_CRC32

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

[PATCH bpf-next v6 0/6] bpf: decap flags and GSO state updates
 2026-05-04 17:15 UTC  (12+ messages)
` [PATCH v6 1/6] bpf: name the enum for BPF_FUNC_skb_adjust_room flags
` [PATCH v6 2/6] bpf: refactor masks for ADJ_ROOM flags and encap validation
` [PATCH v6 3/6] bpf: add BPF_F_ADJ_ROOM_DECAP_* flags for tunnel decapsulation
` [PATCH v6 4/6] bpf: allow new DECAP flags and add guard rails
` [PATCH v6 5/6] bpf: clear decap state on skb_adjust_room shrink path
` [PATCH v6 6/6] selftests/bpf: tc_tunnel - validate decap GSO and encapsulation state

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

[PATCH net-next v3 00/13] net: lan966x: add support for PCIe FDMA
 2026-05-04 14:23 UTC  (14+ messages)
` [PATCH net-next v3 01/13] MAINTAINERS: add FDMA library to Sparx5 SoC entry
` [PATCH net-next v3 02/13] net: microchip: fdma: rename contiguous dataptr helpers
` [PATCH net-next v3 03/13] net: microchip: fdma: add PCIe ATU support
` [PATCH net-next v3 04/13] net: lan966x: add FDMA LLP register write helper
` [PATCH net-next v3 05/13] net: lan966x: export FDMA helpers for reuse
` [PATCH net-next v3 06/13] net: lan966x: add FDMA ops dispatch for PCIe support
` [PATCH net-next v3 07/13] net: lan966x: clear FDMA interrupt stickies after switch reset
` [PATCH net-next v3 08/13] net: lan966x: add shutdown callback to stop FDMA on reboot
` [PATCH net-next v3 09/13] net: lan966x: add PCIe FDMA support
` [PATCH net-next v3 10/13] net: lan966x: add PCIe FDMA MTU change support
` [PATCH net-next v3 11/13] net: lan966x: add PCIe FDMA XDP support
` [PATCH net-next v3 12/13] misc: lan966x-pci: dts: extend cpu reg to cover PCIE DBI space
` [PATCH net-next v3 13/13] misc: lan966x-pci: dts: add fdma interrupt to overlay

[PATCH bpf-next v11 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
 2026-05-04 14:05 UTC  (3+ messages)

[PATCH bpf-next v11 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
 2026-05-04 14:05 UTC  (3+ messages)

[PATCH bpf-next v11 09/11] selftests/bpf: Tolerate benchmark build failures
 2026-05-04 14:04 UTC  (3+ messages)

[PATCH net-next 00/12] net: enable TC956x support
 2026-05-04 13:36 UTC  (37+ messages)
` [PATCH net-next 04/12] net: stmmac: dma: create a separate dma_device pointer
` [PATCH net-next 08/12] dt-bindings: net: toshiba,tc965x-dwmac: add TC956x Ethernet bridge
` [PATCH net-next 09/12] gpio: tc956x: add TC956x/QPS615 support
` [PATCH net-next 10/12] net: stmmac: "
` [PATCH net-next 11/12] misc: tc956x_pci: "
` [PATCH net-next 12/12] arm64: dts: qcom: qcs6490-rb3gen2: enable TC9564 with a single QCS8081 phy

[PATCH bpf-next v11 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
 2026-05-04 11:10 UTC  (3+ messages)

[PATCH v2 bpf-next 1/2] bpf: enforce VFS constraints for xattr related BPF kfuncs
 2026-05-04 10:39 UTC  (6+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: add new negative tests "

[mainline][bpf] build failure: conflicting bpf_arena_* prototypes between vmlinux.h and bpf_arena_common.h
 2026-05-04  8:44 UTC  (2+ messages)

[BUG] KASAN: slab-use-after-free in __sk_msg_recvmsg
 2026-05-04  7:52 UTC  (2+ messages)

[PATCH v2 2/3] perf build: Add -fms-extensions for GEN_VMLINUX_H=1
 2026-05-04  6:27 UTC 

[PATCH bpf-next 1/2] bpf: enforce VFS constraints for xattr related BPF kfuncs
 2026-05-03 20:58 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add new negative tests "

[PATCH bpf-next v2] bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentries
 2026-05-03 20:26 UTC  (3+ messages)

[RFC PATCH v3] bpf: introduce TAINT_UNSAFE_BPF for mutating helpers
 2026-05-03 20:14 UTC  (4+ messages)

[RFC PATCH v4] bpf: introduce TAINT_UNSAFE_BPF for mutating helpers
 2026-05-03 19:52 UTC  (3+ messages)

[PATCH bpf-next v2] m68k, bpf: Add initial BPF JIT compiler support
 2026-05-03 18:56 UTC  (3+ messages)

[PATCH 0/4] mm: introduce mthp_ext via cgroup-bpf to make mTHP more transparent
 2026-05-03 17:57 UTC  (11+ messages)
` [PATCH 1/4] psi: add psi_group_flush_stats() function
` [PATCH 2/4] bpf: add bpf_cgroup_{flush_stats,stall} function
` [PATCH 3/4] mm: introduce bpf_mthp_ops struct ops
` [PATCH 4/4] samples: bpf: add mthp_ext

[PATCH bpf-next] m68k, bpf: Add initial BPF JIT compiler support
 2026-05-03 17:57 UTC  (9+ messages)

[LSF/MM/BPF TOPIC] Using BPF in MM
 2026-05-03 17:25 UTC  (3+ messages)

[RFC PATCH v2] bpf: introduce TAINT_UNSAFE_BPF for mutating helpers
 2026-05-03 16:40 UTC  (4+ messages)

[RFC PATCH] bpf: introduce TAINT_UNSAFE_BPF for mutating helpers
 2026-05-03 15:23 UTC  (6+ messages)

[SECURITY] BPF task_work context confusion enables cross-process bpf_probe_write_user() via token delegation
 2026-05-03 14:28 UTC 

[SECURITY] BPF task_work context confusion enables cross-process bpf_probe_write_user() via token delegation
 2026-05-03 14:25 UTC 

[PATCH bpf-next 0/2 v3] bpf: Add LINK_DETACH for perf links
 2026-05-03 13:14 UTC  (3+ messages)
` [PATCH bpf-next 2/2 v3] selftests/bpf: Test LINK_DETACH for perf link

[PATCH net-next v3 0/2] net: mana: Avoid queue struct allocation failure under memory fragmentation
 2026-05-03  7:47 UTC  (4+ messages)
` [PATCH net-next v3 1/2] net: mana: Use per-queue allocation for tx_qp to reduce allocation size
` [PATCH net-next v3 2/2] net: mana: Use kvmalloc for large RX queue and buffer allocations

[PATCH bpf-next v9 0/3] bpf: Fix call offset truncation and OOB read in bpf_patch_call_args()
 2026-05-03  6:55 UTC  (8+ messages)
` [PATCH bpf-next v9 2/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets

[RFC v2 0/3] block: Introduce a BPF-based I/O scheduler
 2026-05-03  5:18 UTC  (8+ messages)
` [RFC v2 1/3] bpf: Add KF_SPIN_LOCK flag for kfuncs under bpf_spin_lock
` [RFC v2 2/3] block: Introduce the UFQ I/O scheduler
` [RFC v2 3/3] tools/ufq_iosched: add BPF example scheduler and build scaffolding

[PATCH 0/3] net: mana: Fix mana_destroy_rxq() cleanup for partial RXQ init
 2026-05-03  3:38 UTC  (3+ messages)

[PATCH net, v2] net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLR
 2026-05-03  3:03 UTC  (3+ messages)

[PATCH net 0/7] net: tls: fix a few random bugs
 2026-05-03  2:20 UTC  (5+ messages)
` [PATCH net 4/7] net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring

[PATCH bpf-next 00/18] bpf: Support stack arguments for BPF functions and kfuncs
 2026-05-02 21:54 UTC  (4+ messages)
` [PATCH bpf-next 01/18] bpf: Support stack arguments for bpf functions

[PATCH net v4 0/8] xsk: fix bugs around xsk skb allocation
 2026-05-02 20:10 UTC  (8+ messages)
` [PATCH net v4 8/8] xsk: fix u64 descriptor address truncation on 32-bit architectures

[PATCH net v4 1/8] xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devices
 2026-05-02 19:04 UTC  (4+ messages)

[PATCH bpf] tools/headers: Regenerate stddef.h to fix BPF selftests
 2026-05-02 16:40 UTC  (4+ messages)

[PATCH net-next 03/12] net: pcs: pcs-xpcs: Preserve BMCR_ANENBLE during link up
 2026-05-02 15:56 UTC  (2+ messages)

[PATCH net-next 07/12] net: stmmac: dwxgmac2: export symbols for XGMAC 3.01a DMA
 2026-05-02 15:56 UTC  (2+ messages)

[PATCH net-next 02/12] net: pcs: pcs-xpcs: select operating mode for 10G-baseR capable PCS
 2026-05-02 15:56 UTC  (2+ messages)

[PATCH net-next 01/12] net: pcs: pcs-xpcs-regmap: support XPCS memory-mapped MDIO bus via regmap
 2026-05-02 15:56 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf: Fix NMI deadlock in referenced kptr destructors
 2026-05-02 14:33 UTC  (5+ messages)
` [PATCH bpf-next 3/4] bpf: Fix deadlock in kptr dtor in nmi

[PATCH net-next v4 2/4] veth: implement Byte Queue Limits (BQL) for latency reduction
 2026-05-02  7:18 UTC  (2+ messages)

[PATCH] mm/bpf_memcontrol.c: fix refcount underflow in bpf_get_root_mem_cgroup
 2026-05-02  6:56 UTC 

[PATCH net, v3] net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLR
 2026-05-02  2:47 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Resolve libcrypto link flags via pkg-config
 2026-05-01 22:58 UTC  (5+ messages)
` [PATCH bpf-next v2] "

[PATCH 5/6] lib: compile generic bitrev.c conditionally on GENERIC_BITREVERSE
 2026-05-01 21:15 UTC  (2+ messages)

[PATCH 4/6] arch/riscv: Add bitrev.h file to support rev8 and brev8
 2026-05-01 21:15 UTC  (2+ messages)

[PATCH 2/6] lib/bitrev: Introduce GENERIC_BITREVERSE and cleanup Kconfig
 2026-05-01 21:15 UTC  (2+ messages)

[PATCH 3/6] bitops: Define generic __bitrev8/16/32 for reuse
 2026-05-01 21:15 UTC  (2+ messages)

[PATCH v1 bpf 2/2] selftest: bpf: Add test for bpf_tcp_sock() and RAW socket
 2026-05-01 18:44 UTC  (2+ messages)

[PATCH v1 bpf 1/2] bpf: tcp: Fix type confusion in bpf_tcp_sock()
 2026-05-01 18:44 UTC  (2+ messages)


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