public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-18 17:17:38 to 2026-03-20 07:26:49 UTC [more...]

[PATCH bpf-next] bpf: use RCU-safe iteration in dev_map_redirect_multi() SKB path
 2026-03-20  7:26 UTC 

[PATCH v7 00/10] VMSCAPE optimization for BHI variant
 2026-03-20  6:22 UTC  (20+ 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

[PATCH bpf-next 1/2] net: clear the dst when performing encap / decap
 2026-03-20  6:00 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: test that dst is cleared on same-protocol encap

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

[PATCH] selftests/bpf: Enforce definition order for __msg macros in BPF tests
 2026-03-20  5:27 UTC  (5+ messages)

[PATCH dwarves 0/9] pahole: Encode true signatures in kernel BTF
 2026-03-20  5:00 UTC  (10+ messages)
` [PATCH dwarves 1/9] dwarf_loader: Reduce parameter checking with clang DW_AT_calling_convention attr
` [PATCH dwarves 2/9] dwarf_loader: Handle signatures with dead arguments
` [PATCH dwarves 9/9] tests: Add a few clang true signature tests

[PATCH v1] LoongArch: BPF: Make arch_protect_bpf_trampoline() return 0
 2026-03-20  3:27 UTC  (3+ messages)

[syzbot] [bpf?] [trace?] KASAN: slab-use-after-free Read in bpf_trace_run4 (2)
 2026-03-20  2:41 UTC  (2+ messages)

[PATCH] bpf: Simplify tnum_step()
 2026-03-20  2:04 UTC  (13+ messages)

[PATCH] bpf: use RCU-safe iteration in dev_map_redirect_multi() SKB path
 2026-03-20  1:59 UTC 

[PATCH bpf v2 1/2] bpf: Fix exception exit lock checking for subprogs
 2026-03-20  0:08 UTC  (2+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add tests for bpf_throw lock leak from subprogs

[PATCH v4] mm: introduce a new page type for page pool in page type
 2026-03-19 23:31 UTC  (6+ messages)
` [PATCH v5] "

[PATCH iwl-net v2] idpf: fix xdp crash in soft reset error path
 2026-03-19 22:41 UTC 

[PATCH v2 0/3] mm: Free contiguous order-0 pages efficiently
 2026-03-19 22:07 UTC  (8+ messages)
` [PATCH v2 1/3] mm/page_alloc: Optimize free_contig_range()

[PATCH iwl-net] idpf: fix xdp crash in soft reset error path
 2026-03-19 21:47 UTC  (3+ messages)

[PATCH net-next v3 0/6] net: bcmgenet: add XDP support
 2026-03-19 21:34 UTC  (10+ 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 1/2] bpf: Fix sync_linked_regs regarding BPF_ADD_CONST32 zext propagation
 2026-03-19 21:15 UTC  (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add a test cases for sync_linked_regs regarding "

Next-level bug in SRCU implementation of RCU Tasks Trace + PREEMPT_RT
 2026-03-19 20:45 UTC  (13+ messages)

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

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

[PATCH net-next] gve: add XDP metadata support for DQ RDA
 2026-03-19 20:02 UTC  (3+ messages)

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

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

[PATCH bpf-next v3] bpf: fix out-of-bounds write in bpf_bprintf_prepare with %pI4/%pI6
 2026-03-19 19:08 UTC 

[PATCHv3 bpf-next 06/24] bpf: Add multi tracing attach types
 2026-03-19 18:29 UTC  (3+ messages)

[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

[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 v2 0/5] bpf: skb_adjust_room helper refactor and tunnel decap flags
 2026-03-19 13:24 UTC  (8+ messages)
` [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 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 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  (14+ 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 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 v1 1/4] bpf: representation and basic operations on circular numbers
 2026-03-18 17:34 UTC  (3+ messages)

[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  (3+ messages)
` [PATCH v2 3/4] perf/arm64: "
` [PATCH v2 4/4] selftests/bpf: Adjust wasted entries threshold for ARM64 BRBE


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