BPF List
 help / color / mirror / Atom feed
 messages from 2026-04-29 01:49:49 to 2026-04-30 13:41:35 UTC [more...]

[PATCH bpf-next v10 00/11] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-30 13:41 UTC  (21+ messages)
` [PATCH bpf-next v10 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next v10 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next v10 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next v10 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next v10 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next v10 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next v10 07/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next v10 08/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next v10 09/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next v10 10/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next v10 11/11] selftests/bpf: Tolerate missing files during install

[PATCH v6 0/3] mm: Free contiguous order-0 pages efficiently
 2026-04-30 12:32 UTC  (8+ messages)

[PATCH bpf-next v3 1/2] bpf: Print breakdown of insns processed by subprogs
 2026-04-30 11:30 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Test insns processed breakdown

[PATCH bpf-next v2] bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentries
 2026-04-30  8:14 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentries
 2026-04-30  7:22 UTC  (3+ messages)

[PATCH 2/2] kernel/bpf/verifier: Support module kfunc resolution via instruction offset
 2026-04-30  6:27 UTC  (2+ messages)

[PATCH 1/2] tools/lib/bpf/libbpf: Prioritize module kfuncs over vmlinux kfuncs
 2026-04-30  5:47 UTC 

[PATCH 0/2] Enable module kfuncs to override vmlinux kfuncs
 2026-04-30  5:46 UTC 

[PATCH v3] bpf: crypto: snapshot params before string validation
 2026-04-30  4:34 UTC 

[PATCH 0/3] net: mana: Fix mana_destroy_rxq() cleanup for partial RXQ init
 2026-04-30  4:14 UTC  (5+ messages)
` [PATCH 1/3] net: mana: check xdp_rxq registration before unreg in mana_destroy_rxq()
` [PATCH 2/3] net: mana: Skip WQ object destruction for uninitialized RXQ
` [PATCH 3/3] net: mana: remove double CQ cleanup in mana_create_rxq error path

[PATCH bpf-next v9 0/3] bpf: Fix call offset truncation and OOB read in bpf_patch_call_args()
 2026-04-30  3:30 UTC  (8+ messages)
` [PATCH bpf-next v9 1/3] bpf: Fix out-of-bounds "
` [PATCH bpf-next v9 2/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
` [PATCH bpf-next v9 3/3] selftests/bpf: Add test for large offset bpf-to-bpf call

[PATCH bpf-next v2 0/2] bpf, arm64/riscv: Remove redundant icache flush after pack allocator finalize
 2026-04-30  3:25 UTC  (2+ messages)

[PATCH bpf-next 00/18] bpf: Support stack arguments for BPF functions and kfuncs
 2026-04-30  1:38 UTC  (19+ messages)
` [PATCH bpf-next 01/18] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next 03/18] bpf: Refactor record_call_access() to extract per-arg logic
` [PATCH bpf-next 04/18] bpf: Extend liveness analysis to track stack argument slots
` [PATCH bpf-next 05/18] bpf: Reject stack arguments in non-JITed programs
` [PATCH bpf-next 06/18] bpf: Prepare architecture JIT support for stack arguments
` [PATCH bpf-next 07/18] bpf: Enable r11 based insns

[PATCH] kbuild/btf: Remove broken module relinking exclusion
 2026-04-30  1:04 UTC  (2+ messages)

[v6 00/10] Reintroduce Hornet LSM
 2026-04-30  0:31 UTC  (20+ messages)
` [v6 01/10] crypto: pkcs7: add flag for validated trust on a signed info block
` [v6 02/10] crypto: pkcs7: add ability to extract signed attributes by OID
` [v6 03/10] crypto: pkcs7: add tests for pkcs7_get_authattr
` [v6 04/10] lsm: framework for BPF integrity verification
` [v6 05/10] lsm: security: Add additional enum values for bpf integrity checks
` [v6 06/10] security: Hornet LSM
` [v6 07/10] hornet: Introduce gen_sig
` [v6 08/10] hornet: Add a light skeleton data extractor scripts
` [v6 09/10] selftests/hornet: Add a selftest for the Hornet LSM
` [v6 10/10] ipe: Add BPF program load policy enforcement via Hornet integration

[PATCH net-next v8 5/7] net: bcmgenet: add XDP_REDIRECT and ndo_xdp_xmit support
 2026-04-29 22:50 UTC  (3+ messages)

[PATCH net-next 11/11] selftests: drv-net: add netkit devmem tests
 2026-04-29 22:43 UTC  (2+ messages)

[PATCH net-next 10/11] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
 2026-04-29 22:43 UTC  (2+ messages)

[PATCH net-next 09/11] selftests: drv-net: refactor devmem command builders into lib module
 2026-04-29 22:43 UTC  (2+ messages)

[PATCH net-next 07/11] net: devmem: support TX over NETMEM_TX_NO_DMA devices
 2026-04-29 22:43 UTC  (2+ messages)

[PATCH net-next v8 6/7] net: bcmgenet: add XDP statistics counters
 2026-04-29 22:39 UTC  (3+ messages)

[PATCH net-next v8 7/7] net: bcmgenet: reject MTU changes incompatible with XDP
 2026-04-29 22:35 UTC  (3+ messages)

[PATCH net 0/7] net: tls: fix a few random bugs
 2026-04-29 22:29 UTC  (8+ messages)
` [PATCH net 1/7] net: tls: fix silent data drop under pipe back-pressure
` [PATCH net 2/7] selftests: tls: add test for data loss on small pipe
` [PATCH net 3/7] net: tls: fix page pin leak on sendpage_ok() failure
` [PATCH net 4/7] net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring
` [PATCH net 5/7] selftests: bpf: cover wrapped sk_msg ring chaining in ktls TX path
` [PATCH net 6/7] net: tls: fix use-after-free in tls_sw_sendmsg_locked after bpf verdict
` [PATCH net 7/7] selftests: bpf: cover tls_sw_sendmsg UAF after bpf_exec_tx_verdict split

[PATCH net-next v8 4/7] net: bcmgenet: add XDP_TX support
 2026-04-29 22:28 UTC  (3+ messages)

[PATCH net-next v8 3/7] net: bcmgenet: add basic XDP support (PASS/DROP)
 2026-04-29 22:24 UTC  (3+ messages)

[PATCH bpf-next 1/2] bpf: Print breakdown of insns processed by subprogs
 2026-04-29 22:17 UTC  (7+ messages)

[PATCH RFC bpf-next 5/8] bpf, x86: emit KASAN checks into x86 JITed programs
 2026-04-29 21:59 UTC  (3+ messages)

[PATCH bpf-next] m68k, bpf: Add initial BPF JIT compiler support
 2026-04-29 21:33 UTC  (6+ messages)

[PATCH RFC bpf-next 4/8] bpf, x86: add helper to emit kasan checks in x86 JITed programs
 2026-04-29 21:31 UTC  (3+ messages)

[PATCH bpf-next v9 00/11] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-29 21:29 UTC  (21+ messages)
` [PATCH bpf-next v9 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next v9 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next v9 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next v9 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next v9 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next v9 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next v9 07/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next v9 08/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next v9 09/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next v9 10/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next v9 11/11] selftests/bpf: Tolerate missing files during install

[PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
 2026-04-29 21:04 UTC  (3+ messages)

Null-Pointer Dereference in bpf_remove_dentry_xattr via Negative Dentry
 2026-04-29 20:56 UTC  (2+ messages)

[PATCH net] net: Clear skb metadata before LWT xmit
 2026-04-29 19:52 UTC  (2+ messages)

[PATCH bpf-next 0/3] riscv, bpf: Fix signed operations and add 32 bit atomics
 2026-04-29 19:25 UTC  (8+ messages)
` [PATCH bpf-next 1/3] riscv, bpf: Fix support for BPF_SDIV and BPF_SMOD in RV32 JIT
` [PATCH bpf-next 2/3] riscv, bpf: Fix support for BPF_MOVSX "
` [PATCH bpf-next 3/3] riscv, bpf: Add 32 bit atomic operations to "

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

[PATCH net, v2] net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLR
 2026-04-29 18:57 UTC 

[PATCH v5 00/10] Reintroduce Hornet LSM
 2026-04-29 18:35 UTC  (7+ messages)
` [PATCH v5 06/10] security: "
` [PATCH v5 10/10] ipe: Add BPF program load policy enforcement via Hornet integration

[PATCH net-next v3 0/5] veth: add Byte Queue Limits (BQL) support
 2026-04-29 17:20 UTC  (2+ messages)
` [PATCH net-next v3 2/5] veth: implement Byte Queue Limits (BQL) for latency reduction

[PATCH bpf-next] Fix undefined symbol references for module build post cnum changes
 2026-04-29 17:10 UTC  (5+ messages)

[PATCH bpf-next 0/4] bpf: Fix NMI deadlock in referenced kptr destructors
 2026-04-29 16:21 UTC  (5+ messages)
` [PATCH bpf-next 3/4] bpf: Fix deadlock in kptr dtor in nmi

[PATCH bpf-next v8 0/3] bpf: Fix call offset truncation and OOB read in bpf_patch_call_args()
 2026-04-29 15:58 UTC  (7+ messages)
` [PATCH bpf-next v8 1/3] bpf: Fix out-of-bounds "
` [PATCH bpf-next v8 2/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
` [PATCH bpf-next v8 3/3] selftests/bpf: Add test for large offset bpf-to-bpf call

[PATCH net-next 00/11] net: devmem: support devmem with netkit devices
 2026-04-29 15:33 UTC  (4+ messages)

[PATCH] bpf: bpf_dbg: fix off-by-one in cmd_select and pcap_next_pkt
 2026-04-29 13:13 UTC  (5+ messages)
` [PATCH v2] bpf: bpf_dbg: fix off-by-one in cmd_select
  ` [PATCH v3] bpf: bpf_dbg: split pcap_next_pkt() validation/advance, "

[PATCH net-next v2 11/13] net: lan966x: add PCIe FDMA XDP support
 2026-04-29 13:10 UTC  (2+ messages)

[PATCH net-next v2 10/13] net: lan966x: add PCIe FDMA MTU change support
 2026-04-29 13:10 UTC  (2+ messages)

[PATCH net-next v2 09/13] net: lan966x: add PCIe FDMA support
 2026-04-29 13:10 UTC  (2+ messages)

[PATCH net-next v2 06/13] net: lan966x: add FDMA ops dispatch for PCIe support
 2026-04-29 13:10 UTC  (2+ messages)

[PATCH net-next v2 08/13] net: lan966x: add shutdown callback to stop FDMA on reboot
 2026-04-29 13:10 UTC  (2+ messages)

[PATCH net-next v2 04/13] net: lan966x: add FDMA LLP register write helper
 2026-04-29 13:10 UTC  (2+ messages)

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-29 11:26 UTC  (3+ messages)
` [RFC PATCH v1 8/9] arm64: Add unsafe_copy_from_user()

[RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
 2026-04-29 10:25 UTC  (2+ messages)

[PATCH bpf-next v2 2/2] selftests/bpf: Test insns processed breakdown
 2026-04-29  9:30 UTC  (3+ messages)

[PATCH 5/5] selftests/xsk: Introduce mmap_size in umem struct
 2026-04-29  8:47 UTC  (2+ messages)

[PATCH 4/5] selftests/xsk: Use umem_size() helper consistently
 2026-04-29  8:47 UTC  (2+ messages)

[PATCH 2/5] selftests/xsk: Eliminate umem reference from ifobject
 2026-04-29  8:47 UTC  (2+ messages)

[PATCH 1/5] selftests/xsk: Introduce helpers for setting UMEM properties
 2026-04-29  8:47 UTC  (2+ messages)

[PATCH bpf-next v8 08/11] selftests/bpf: Allow test_progs to link with a partial object set
 2026-04-29  5:07 UTC  (2+ messages)

[PATCH bpf-next v8 06/11] selftests/bpf: Tolerate test file compilation failures
 2026-04-29  4:38 UTC  (2+ messages)

[PATCH bpf-next v3 00/17] mm: BPF OOM
 2026-04-29  4:34 UTC  (4+ messages)
` [PATCH bpf-next v3 08/17] mm: introduce bpf_oom_kill_process() bpf kfunc

[PATCH bpf-next v8 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
 2026-04-29  4:24 UTC  (2+ messages)

[PATCH net v4 2/8] xsk: handle NULL dereference of the skb without frags issue
 2026-04-29  3:53 UTC  (3+ messages)

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

[PATCH bpf-next 4/4] selftests/bpf: Add kptr nmi deadlock reproducer
 2026-04-29  3:39 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Using BPF in MM
 2026-04-29  2:43 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: Print breakdown of insns processed by subprogs
 2026-04-29  2:26 UTC  (2+ messages)

[PATCH bpf-next 2/4] bpf: Use rcu_work in BTF teardown
 2026-04-29  1:49 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