public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-18 11:32:32 to 2026-03-19 17:56:03 UTC [more...]

[PATCH v2 net 0/8] xsk: tailroom reservation and MTU validation
 2026-03-19 17:55 UTC  (9+ messages)
` [PATCH v2 net 1/8] xsk: tighten UMEM headroom validation to account for tailroom and min frame
` [PATCH v2 net 2/8] xsk: respect tailroom for ZC setups
` [PATCH v2 net 3/8] ice: do not round up result of dbuf calculation for xsk pool
` [PATCH v2 net 4/8] i40e: do not round up result of dbuff "
` [PATCH v2 net 5/8] xsk: validate MTU against usable frame size on bind
` [PATCH v2 net 6/8] selftests: bpf: fix pkt grow tests
` [PATCH v2 net 7/8] selftests: bpf: have a separate variable for drop test
` [PATCH v2 net 8/8] selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroom

Next-level bug in SRCU implementation of RCU Tasks Trace + PREEMPT_RT
 2026-03-19 17:44 UTC  (5+ messages)

[PATCH] bpf: Simplify tnum_step()
 2026-03-19 17:38 UTC  (11+ messages)

[PATCH dwarves 0/9] pahole: Encode true signatures in kernel BTF
 2026-03-19 17:31 UTC  (4+ messages)
` [PATCH dwarves 1/9] dwarf_loader: Reduce parameter checking with clang DW_AT_calling_convention attr

[syzbot] [bpf?] [trace?] KASAN: slab-use-after-free Read in bpf_trace_run4 (2)
 2026-03-19 17:27 UTC 

[PATCH bpf-next 0/4] Fix invariant violations and improve branch detection
 2026-03-19 17:17 UTC  (11+ messages)
` [PATCH bpf-next 2/4] bpf: Simulate branches to prune based on range violations

[PATCH v7 00/10] VMSCAPE optimization for BHI variant
 2026-03-19 16:56 UTC  (13+ messages)
` [PATCH v7 01/10] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v7 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v7 03/10] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v7 04/10] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v7 05/10] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v7 06/10] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v7 07/10] x86/vmscape: Use static_call() for predictor flush
` [PATCH v7 08/10] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v7 09/10] x86/vmscape: Fix conflicting attack-vector controls with =force
` [PATCH v7 10/10] x86/vmscape: Add cmdline vmscape=on to override attack vector controls

[PATCHv3 bpf-next 06/24] bpf: Add multi tracing attach types
 2026-03-19 16:31 UTC  (2+ messages)

[PATCH dwarves v2 0/9] pahole: Encode true signatures in kernel BTF
 2026-03-19 16:23 UTC  (4+ messages)

[PATCH bpf-next v8 0/8] bpf: Extend the bpf_list family of APIs
 2026-03-19 16:18 UTC  (6+ messages)
` [PATCH bpf-next v8 1/8] bpf: refactor kfunc checks using table-driven approach in verifier
` [PATCH bpf-next v8 2/8] bpf: refactor __bpf_list_del to take list node pointer

[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
 2026-03-19 16:08 UTC  (9+ messages)

[PATCH] bpf: fix out-of-bounds write in bpf_bprintf_prepare with %pI4/%pI6
 2026-03-19 15:23 UTC  (2+ messages)

[PATCH] selftests/bpf: trampoline_count: use dedicated bpf_testmod target
 2026-03-19 15:08 UTC  (10+ messages)
` [PATCH v2] selftests/bpf: trampoline_count: use dedicated target function
` [PATCH v2] selftests/bpf: move trampoline_count to dedicated bpf_testmod target

[PATCH bpf-next v3] bpf: fix out-of-bounds write in bpf_bprintf_prepare with %pI4/%pI6
 2026-03-19 14:47 UTC  (2+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (3+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check

[PATCH] selftests/bpf: Enforce definition order for __msg macros in BPF tests
 2026-03-19 13:47 UTC  (4+ messages)

[PATCH v2 0/5] bpf: skb_adjust_room helper refactor and tunnel decap flags
 2026-03-19 13:24 UTC  (11+ messages)
` [PATCH v2 1/5] bpf: name the enum for BPF_FUNC_skb_adjust_room flags
` [PATCH v2 2/5] bpf: add BPF_F_ADJ_ROOM_DECAP_* flags for tunnel decapsulation
` [PATCH v2 3/5] bpf: add helper masks for ADJ_ROOM flags and encap validation
` [PATCH v2 4/5] bpf: allow new DECAP flags and add guard rails
` [PATCH v2 5/5] bpf: clear decap tunnel GSO state in skb_adjust_room

[PATCH bpf-next v3 1/2] bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
 2026-03-19 12:30 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Update kfuncs using btf_struct_meta to new variants

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

[PATCH bpf v2 0/2] bpf: refine u32/s32 bounds when ranges cross min/max boundary
 2026-03-19 10:21 UTC  (9+ messages)
` [PATCH bpf v2 1/2] "

[PATCH bpf-next 0/3] bpf: Consolidate sleepable context checks in verifier
 2026-03-19  9:57 UTC  (7+ messages)
` [PATCH bpf-next 1/3] bpf: Consolidate sleepable checks in check_helper_call()
` [PATCH bpf-next 2/3] bpf: Consolidate sleepable checks in check_kfunc_call()
` [PATCH bpf-next 3/3] bpf: Consolidate sleepable checks in check_func_call()

[PATCH net-next v7 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2026-03-19  8:14 UTC  (6+ messages)
` [PATCH net-next v7 4/5] "

[PATCH net-next 0/5] net/mlx5e: XDP, Add support for multi-packet per page
 2026-03-19  7:50 UTC  (6+ messages)
` [PATCH net-next 1/5] net/mlx5e: XSK, Increase size for chunk_size param
` [PATCH net-next 2/5] net/mlx5e: XDP, Improve dma address calculation of linear part for XDP_TX
` [PATCH net-next 3/5] net/mlx5e: XDP, Remove stride size limitation
` [PATCH net-next 4/5] net/mlx5e: XDP, Use a single linear page per rq
` [PATCH net-next 5/5] net/mlx5e: XDP, Use page fragments for linear data in multibuf-mode

[PATCH] selftests/bpf: add a 32-bit bounds deduction case
 2026-03-19  7:10 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: fix out-of-bounds write in bpf_bprintf_prepare with %pI4/%pI6
 2026-03-19  6:14 UTC  (2+ messages)

[PATCH] bpf: fix out-of-bounds write in bpf_bprintf_prepare with %pI4/%pI6
 2026-03-19  4:29 UTC  (2+ messages)

[PATCH bpf-next v2 1/1] bpf: Do not allow deleting local storage in NMI
 2026-03-19  2:57 UTC 

[PATCH bpf v1 1/1] bpf: Do not allow deleting local storage in NMI
 2026-03-19  2:43 UTC  (3+ messages)

[PATCH bpf-next v1 1/1] bpf: Add warning to detect memory leak in bpf_selem_unlink_nofail()
 2026-03-19  0:57 UTC  (2+ messages)

[PATCH v2] selftests/bpf: modify_return: isolate fmod_ret hooks by pid
 2026-03-19  0:44 UTC  (2+ messages)

[PATCH v2 07/10] security: Hornet LSM
 2026-03-19  0:18 UTC  (3+ messages)
` [PATCH v2 7/10] "

[PATCH] selftests/bpf: trampoline_count: use dedicated target function
 2026-03-19  0:14 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: perf_link: avoid failures in concurrent mode
 2026-03-19  0:10 UTC  (2+ messages)

[PATCH net-next 0/6] net: devmem: support devmem with netkit devices
 2026-03-19  0:01 UTC  (8+ messages)
` [PATCH net-next 5/6] selftests: drv-net: add netkit devmem RX test

[PATCH bpf-next v3 0/3] Allow variable offsets for syscall PTR_TO_CTX
 2026-03-18 23:43 UTC  (17+ messages)
` [PATCH bpf-next v3 1/3] bpf: Support "
` [PATCH bpf-next v3 2/3] selftests/bpf: Add syscall ctx variable offset tests
` [PATCH bpf-next v3 3/3] selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTX

[PATCH bpf-next v2 1/2] bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
 2026-03-18 23:30 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Update kfuncs using btf_struct_meta to new variants

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-18 23:12 UTC  (4+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()

[PATCH bpf-next v1 1/2] bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
 2026-03-18 22:48 UTC  (3+ messages)

[PATCH bpf-next v1 2/2] selftests/bpf: Update kfuncs using btf_struct_meta to new variants
 2026-03-18 22:34 UTC  (3+ messages)

[PATCH] bpf: fix out-of-bounds write in bpf_bprintf_prepare with %pI4/%pI6
 2026-03-18 22:26 UTC  (2+ messages)

[PATCH RFC bpf-next 0/4] audit: Expose audit subsystem to BPF LSM programs via BPF kfuncs
 2026-03-18 20:55 UTC  (6+ messages)

[PATCH net-next v2] gve: add XDP metadata support for DQ RDA
 2026-03-18 19:24 UTC 

[net-next v3 07/12] net: bnxt: Add boilerplate GSO code
 2026-03-18 19:13 UTC 

[LSF/MM/BPF TOPIC] Support more than 5 parameters in bpf
 2026-03-18 18:21 UTC 

[PATCH RFC bpf-next 0/4] bpf: implement __reg_deduce_bounds() using wrapped intervals
 2026-03-18 17:34 UTC  (7+ messages)
` [PATCH RFC bpf-next v1 1/4] bpf: representation and basic operations on circular numbers
` [PATCH RFC bpf-next v1 2/4] bpf: cnum for 32->32, 64->64, 64->32 deductions in reg_bounds_sync
` [PATCH RFC bpf-next v1 3/4] bpf: cnum 32->64 "
` [PATCH RFC bpf-next v1 4/4] selftests/bpf: new cases handled by 32->64 range refinements

[PATCH bpf-next v4] bpftool: Enable aarch64 ISA extensions for JIT disassembly
 2026-03-18 17:22 UTC 

[PATCH v2 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-03-18 17:16 UTC  (5+ messages)
` [PATCH v2 1/4] perf/arm_pmuv3: Fix NULL pointer dereference in armv8pmu_sched_task()
` [PATCH v2 2/4] perf: Fix uninitialized bitfields in perf_clear_branch_entry_bitfields()
` [PATCH v2 3/4] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
` [PATCH v2 4/4] selftests/bpf: Adjust wasted entries threshold for ARM64 BRBE

[PATCH bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-03-18 17:05 UTC  (3+ messages)
` [PATCH bpf v3 1/5] bpf, sockmap: Annotate af_unix sock::sk_state data-races

[PATCH net 0/6] xsk: tailroom reservation and MTU validation
 2026-03-18 16:46 UTC  (3+ messages)
` [PATCH net 4/6] xsk: validate MTU against usable frame size on bind

[PATCH iwl-net] idpf: fix xdp crash in soft reset error path
 2026-03-18 16:40 UTC  (2+ messages)

[PATCH v5 00/26] tools build: Append -fzero-init-padding-bits=all option
 2026-03-18 16:38 UTC  (7+ messages)
` [PATCH v5 06/26] tools build: Append -fzero-init-padding-bits=all to extra cflags

[PATCH v14 bpf-next 00/10] Add BTF layout to BTF
 2026-03-18 14:52 UTC  (13+ messages)
` [PATCH v14 bpf-next 01/10] btf: Add BTF kind layout encoding to UAPI
` [PATCH v14 bpf-next 02/10] libbpf: Support layout section handling in BTF
` [PATCH v14 bpf-next 03/10] libbpf: Use layout to compute an unknown kind size
` [PATCH v14 bpf-next 04/10] libbpf: Add layout encoding support
` [PATCH v14 bpf-next 05/10] libbpf: BTF validation can use layout for unknown kinds
` [PATCH v14 bpf-next 06/10] libbpf: Support sanitization of BTF layout for older kernels
` [PATCH v14 bpf-next 07/10] btf: support kernel parsing of BTF with layout info
` [PATCH v14 bpf-next 08/10] selftests/bpf: test kind encoding/decoding
` [PATCH v14 bpf-next 09/10] selftests/bpf: Add feature test for FEAT_BTF_LAYOUT
` [PATCH v14 bpf-next 10/10] kbuild, bpf: Specify "layout" optional feature

[PATCH 1/2] bpf/btf: fix u32 subtraction overflow in btf_sec_info_cmp
 2026-03-18 14:40 UTC  (2+ messages)

[PATCH] bpf/btf: fix u32 subtraction overflow in btf_sec_info_cmp
 2026-03-18 14:15 UTC 

[PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-18 14:13 UTC  (5+ messages)
` [PATCH 04/15] net: Use trace_invoke_##name() at guarded tracepoint "

[PATCH] bpf/btf: fix u32 subtraction overflow in btf_sec_info_cmp
 2026-03-18 14:11 UTC  (2+ messages)

[PATCH bpf 0/3] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-03-18 13:36 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