public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 11:54:51 to 2026-03-20 19:10:06 UTC [more...]

[PATCH dwarves v3 0/9] pahole: Encode true signatures in kernel BTF
 2026-03-20 19:09 UTC  (9+ messages)
` [PATCH dwarves v3 1/9] dwarf_loader: Reduce parameter checking with clang DW_AT_calling_convention attr
` [PATCH dwarves v3 2/9] dwarf_loader: Handle signatures with dead arguments
` [PATCH dwarves v3 3/9] dwarf_loader: Refactor initial ret -1 to be macro PARM_DEFAULT_FAIL
` [PATCH dwarves v3 4/9] dwarf_laoder: Handle locations with DW_OP_fbreg
` [PATCH dwarves v3 5/9] dwarf_loader: Change exprlen checking condition in parameter__reg()
` [PATCH dwarves v3 6/9] dwarf_loader: Detect optimized parameters with locations having constant values
` [PATCH dwarves v3 7/9] dwarf_loader: Handle expression lists
` [PATCH dwarves v3 8/9] btf_encoder: Handle optimized parameter properly

[PATCH 02/11 net-next v4] net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros
 2026-03-20 18:56 UTC  (3+ messages)
` [PATCH 03/11 net-next v4] ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)
` [PATCH 09/11 net-next v4] bpf: remove ipv6_bpf_stub completely and use direct function calls

[PATCH] coredump: add tracepoint for coredump events
 2026-03-20 18:48 UTC  (5+ messages)

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

Next-level bug in SRCU implementation of RCU Tasks Trace + PREEMPT_RT
 2026-03-20 18:20 UTC  (22+ messages)
                                          ` [PATCH] rcu: Use an intermediate irq_work to start process_srcu()

[PATCH iwl-net v2] idpf: fix xdp crash in soft reset error path
 2026-03-20 17:48 UTC  (2+ messages)

[PATCH net-next v7 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2026-03-20 17:39 UTC  (7+ messages)
` [PATCH net-next v7 4/5] "

[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
 2026-03-20 17:04 UTC  (10+ messages)

[PATCH net-next v3 0/6] net: bcmgenet: add XDP support
 2026-03-20 17:02 UTC  (11+ 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 net-next v3 1/6] net: bcmgenet: convert RX path to page_pool
 2026-03-20 17:02 UTC 

[PATCH] bpf: Fix refcount check in check_struct_ops_btf_id()
 2026-03-20 16:57 UTC  (2+ messages)

[PATCH v2 bpf-next 0/6] Fix invariant violations and improve branch detection
 2026-03-20 16:50 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/6] bpf: Refactor reg_bounds_sanity_check
` [PATCH v2 bpf-next 2/6] bpf: Use bpf_verifier_env buffers for reg_set_min_max
` [PATCH v2 bpf-next 3/6] bpf: Exit early if reg_bounds_sync gets invalid inputs
` [PATCH v2 bpf-next 4/6] bpf: Simulate branches to prune based on range violations
` [PATCH v2 bpf-next 5/6] selftests/bpf: Cover invariant violation cases from syzbot
` [PATCH v2 bpf-next 6/6] selftests/bpf: Remove invariant violation flags

[PATCH bpf-next v2] bpf: Simplify tnum_step()
 2026-03-20 16:23 UTC 

[PATCH v1 0/2] *** Support BPF traversal of wakeup sources ***
 2026-03-20 16:09 UTC  (4+ messages)
` [PATCH v1 1/2] PM: wakeup: Add kfuncs to lock/unlock wakeup_sources
` [PATCH v1 2/2] PM: Add config flag to gate sysfs wakeup_sources

[PATCH v2 net 0/8] xsk: tailroom reservation and MTU validation
 2026-03-20 15:57 UTC  (20+ 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 bpf-next v3 1/2] bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
 2026-03-20 15:49 UTC  (9+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Update kfuncs using btf_struct_meta to new variants

[PATCH net-next 00/10] net: lan966x: add support for PCIe FDMA
 2026-03-20 15:01 UTC  (11+ messages)
` [PATCH net-next 01/10] net: microchip: fdma: rename contiguous dataptr helpers
` [PATCH net-next 02/10] net: microchip: fdma: add PCIe ATU support
` [PATCH net-next 03/10] net: lan966x: add FDMA LLP register write helper
` [PATCH net-next 04/10] net: lan966x: export FDMA helpers for reuse
` [PATCH net-next 05/10] net: lan966x: add FDMA ops dispatch for PCIe support
` [PATCH net-next 06/10] net: lan966x: add PCIe FDMA support
` [PATCH net-next 07/10] net: lan966x: add PCIe FDMA MTU change support
` [PATCH net-next 08/10] net: lan966x: add PCIe FDMA XDP support
` [PATCH net-next 09/10] misc: lan966x-pci: dts: extend cpu reg to cover PCIE DBI space
` [PATCH net-next 10/10] misc: lan966x-pci: dts: add fdma interrupt to overlay

[net-next v4 07/12] net: bnxt: Add boilerplate GSO code
 2026-03-20 14:41 UTC 

[PATCH v2 0/3] mm: Free contiguous order-0 pages efficiently
 2026-03-20 14:33 UTC  (16+ messages)
` [PATCH v2 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v2 2/3] vmalloc: Optimize vfree
` [PATCH v2 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()

[PATCH v3] selftests/bpf: move trampoline_count to dedicated bpf_testmod target
 2026-03-20 14:01 UTC  (2+ messages)

[PATCH net-next v3 0/2] e1000e: add XDP support
 2026-03-20 13:23 UTC  (3+ messages)
` [PATCH net-next v3 1/2] e1000e: add basic "
` [PATCH net-next v3 2/2] e1000e: add XDP_REDIRECT support

[PATCH bpf-next] selftests/bpf: test access to ringbuf position with map pointer
 2026-03-20 12:40 UTC  (2+ messages)

[PATCH v4] mm: introduce a new page type for page pool in page type
 2026-03-20 11:44 UTC  (8+ messages)
` [PATCH v5] "

[PATCHv3 bpf-next 08/24] bpf: Add bpf_trampoline_multi_attach/detach functions
 2026-03-20 10:18 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
 2026-03-20  8:37 UTC  (2+ messages)

[PATCH net v5 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-03-20  7:33 UTC  (9+ messages)
` [PATCH net v5 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()

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

[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  (8+ 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  (11+ 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 iwl-net] idpf: fix xdp crash in soft reset error path
 2026-03-19 21:47 UTC  (3+ messages)

[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 "

[PATCH bpf-next v1 1/1] bpf: Add warning to detect memory leak in bpf_selem_unlink_nofail()
 2026-03-19 20:10 UTC  (2+ 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  (2+ 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 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

[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  (6+ messages)
` [PATCH v2] selftests/bpf: move trampoline_count to "

[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  (5+ messages)
` [PATCH v2 4/5] bpf: allow new DECAP flags and add guard rails


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