BPF List
 help / color / mirror / Atom feed
 messages from 2026-09-03 00:22:33 to 2026-09-04 01:19:40 UTC [more...]

[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-04  1:18 UTC  (5+ messages)
` [PATCH RFC 1/8] ftrace: Let ftrace_call_adjust() reject a patch site
` [PATCH RFC 2/8] scripts/sorttable: Make the arm64 before_func offset configurable
` [PATCH RFC 3/8] compiler_types: Let notrace keep the function prefix NOPs
` [PATCH RFC 4/8] arm64: ftrace: Make the CALL_OPS prefix layout configurable

[PATCH net v2] xsk: set network header on skb at generic transmit
 2026-09-03 23:34 UTC  (2+ messages)

[RFC bpf-next 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
 2026-09-03 23:25 UTC  (4+ messages)
` [RFC bpf-next 2/2] bpf, mips: Add support for BPF_MOVSX in "

[PATCH bpf v1 0/8] Misc bug fixes - part 2
 2026-09-03 22:56 UTC  (17+ messages)
` [PATCH bpf v1 1/8] bpf: Check ancestor frames for rbtree callbacks
` [PATCH bpf v1 2/8] selftests/bpf: Check rbtree callback restrictions in subprogs
` [PATCH bpf v1 3/8] bpf: Mark bpf_btf_find_by_name_kind() as sleepable
` [PATCH bpf v1 4/8] selftests/bpf: Test btf lookup helper sleepability
` [PATCH bpf v1 5/8] bpf: Mark faultable stack helpers as sleepable
` [PATCH bpf v1 6/8] selftests/bpf: Check faultable stack helper contexts
` [PATCH bpf v1 7/8] bpf: Reject legacy packet loads from callbacks
` [PATCH bpf v1 8/8] selftests/bpf: "

[PATCH net v2] net/ipv6: don't route packets with unknown source address
 2026-09-03 22:38 UTC  (3+ messages)

[PATCH v3 0/4] cgroup: expose cpu.stat and io.stat to BPF
 2026-09-03 22:33 UTC  (4+ messages)

[PATCH 6.12.y] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
 2026-09-03 22:27 UTC  (2+ messages)

[PATCH net-next v5 00/12] gve: AdminQ mode related refactors
 2026-09-03 21:56 UTC  (13+ messages)
` [PATCH net-next v5 01/12] gve: add struct gve_device_info to hold device properties
` [PATCH net-next v5 02/12] gve: introduce control plane operations structure
` [PATCH net-next v5 03/12] gve: introduce ctrl ops to set vectors and Qs
` [PATCH net-next v5 04/12] gve: introduce gve_adminq_get_device_properties()
` [PATCH net-next v5 05/12] gve: refactor gve_init_priv for reset path
` [PATCH net-next v5 06/12] gve: simplify reset logic
` [PATCH net-next v5 07/12] gve: add gve_ctrl_ops for gve initialization/teardown sequences
` [PATCH net-next v5 08/12] gve: split up notify block allocation and setup paths
` [PATCH net-next v5 09/12] gve: introduce new methods to handle IRQ doorbells
` [PATCH net-next v5 10/12] gve: setup and teardown management interrupts
` [PATCH net-next v5 11/12] gve: add ctrl ops to for queue operations
` [PATCH net-next v5 12/12] gve: add link status/speed ctrl ops

[PATCH bpf 1/2] bpf: don't rewrite bpf_fastcall patterns entered by a jump
 2026-09-03 20:58 UTC  (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: "

[PATCH net v3 0/4] net: stmmac: re-apply taprio offload in __stmmac_open() and stmmac_resume()
 2026-09-03 20:18 UTC  (5+ messages)
` [PATCH net v3 1/4] net: stmmac: propagate PTP init failures in stmmac_setup_ptp()
` [PATCH net v3 4/4] net: stmmac: re-apply taprio offload in __stmmac_open() and stmmac_resume()

[PATCH net-next v9 2/2] bpf: make tcp_tso_autosize() available to BPF congestion controls
 2026-09-03 19:57 UTC  (2+ messages)
` [net-next,v9,2/2] "

[PATCH net-next v9 1/2] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-09-03 19:57 UTC  (2+ messages)
` [net-next,v9,1/2] "

[PATCH bpf 1/3] bpf: zero extend the result of an arena 32-bit cmpxchg
 2026-09-03 19:38 UTC  (5+ messages)
` [PATCH bpf 2/3] bpf: update disasm.c to print BPF_PROBE_ATOMIC as atomics
` [PATCH bpf 3/3] selftests/bpf: check zero extension of an arena 32-bit cmpxchg

[PATCH v10 net-next 2/2] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-09-03 19:15 UTC  (2+ messages)
` [v10,net-next,2/2] "

[PATCH v10 net-next 1/2] net/sched: mqprio: pass qdisc handle to offload drivers
 2026-09-03 19:15 UTC  (2+ messages)
` [v10,net-next,1/2] "

[PATCH] selftests/bpf: Fix map_lookup_percpu_elem on sparse CPU IDs
 2026-09-03 16:57 UTC  (5+ messages)

[PATCH bpf v1 00/10] Misc bug fixes - part 1
 2026-09-03 16:50 UTC  (24+ messages)
` [PATCH bpf v1 01/10] bpf: Mark signal tracepoint siginfo arguments as scalar
` [PATCH bpf v1 02/10] selftests/bpf: Cover signal tracepoint siginfo sentinels
` [PATCH bpf v1 03/10] bpf: Reject tail calls directly from callback frames
` [PATCH bpf v1 04/10] selftests/bpf: Test direct tail calls from callbacks
` [PATCH bpf v1 05/10] bpf: Reject resilient lock operations in rbtree callbacks
` [PATCH bpf v1 06/10] selftests/bpf: Reject resilient unlock in rbtree callback
` [PATCH bpf v1 07/10] bpf: Mark sched_process_wait argument as nullable
` [PATCH bpf v1 08/10] selftests/bpf: Test sched_process_wait nullable argument
` [PATCH bpf v1 09/10] bpf: Mark syscall helpers as sleepable
` [PATCH bpf v1 10/10] selftests/bpf: Check syscall helpers in timer callbacks

[PATCH bpf v2 1/2] bpf: bound resizable hash map iteration
 2026-09-03 16:43 UTC  (2+ messages)

[PATCH bpf v4 0/5] bpf: Fix NULL-ptr-derefs when showing a void BTF type
 2026-09-03 16:40 UTC  (2+ messages)

[PATCH bpf-next v2] bpftool: Scale multiplexed perf counters
 2026-09-03 16:15 UTC  (5+ messages)

[PATCH bpf-next v9 0/8] bpf: add support for KASAN checks in JITed programs
 2026-09-03 15:18 UTC  (12+ messages)
` [PATCH bpf-next v9 1/8] bpf: mark instructions accessing program stack
` [PATCH bpf-next v9 2/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v9 3/8] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v9 4/8] bpf, x86: emit KASAN checks in x86 JITed programs
` [PATCH bpf-next v9 5/8] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v9 6/8] selftests/bpf: make cmdline_contains stricter
` [PATCH bpf-next v9 7/8] selftests/bpf: add helpers for KASAN in JIT testing
` [PATCH bpf-next v9 8/8] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH][next] selftests/bpf: test_xsk: Fix spelling mistake "conigure" -> "configure"
 2026-09-03 15:03 UTC 

[PATCH bpf 1/2] bpf: Fix out-of-bounds read of sk_protocol in bpf_sock_destroy()
 2026-09-03 14:34 UTC  (6+ messages)
` [PATCH bpf 2/2] selftests/bpf: Test bpf_sock_destroy() on a TIME_WAIT sock

[PATCH] bpf: disasm: guard print_bpf_insn against BPF_MEMSX | BPF_DW
 2026-09-03 14:30 UTC  (4+ messages)

linux-next: manual merge of the bpf-next tree with the bpf tree
 2026-09-03 14:10 UTC 

[PATCH bpf-next v2] selftests/bpf: Track test_xdp_features DUT processes
 2026-09-03 13:44 UTC  (7+ messages)

[PATCH bpf-next 0/7] Add new way to add BPF LSM hooks
 2026-09-03 13:23 UTC  (5+ messages)

[RFC PATCH 00/20] rv: Add support for BPF monitors
 2026-09-03 13:02 UTC  (6+ messages)

[PATCH bpf-next v6 0/2] libbpf: Improve BPF load performance by selectively loading module BTFs
 2026-09-03 12:52 UTC  (7+ messages)
` [PATCH bpf-next v6 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [PATCH bpf-next v6 2/2] selftests/bpf: add tests for selective module BTF loading

[PATCH v2] bpf: Fix u32 overflow issue in map batch operations
 2026-09-03 12:31 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] bpf: say why a module BTF mismatch keeps the module from loading
 2026-09-03 11:46 UTC  (2+ messages)

[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
 2026-09-03 10:48 UTC  (17+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
` [PATCH v2 2/8] mm: rename pointers to software PTE values as ptentp
` [PATCH v2 3/8] mm: use hw_pte_t for generic PTE table storage
` [PATCH v2 4/8] mm: convert PTE table entries in ptep_get()
` [PATCH v2 5/8] mm: convert PTE table entry to pte
` [PATCH v2 6/8] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH v2 7/8] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH v2 8/8] xen: "

[PATCH bpf-next] bpf: Use kvfree() in xdp_test_run_teardown()
 2026-09-03 10:43 UTC 

[PATCHv2 bpf-next 0/3] bpf, x86: Add jit dry run mode
 2026-09-03 10:28 UTC  (7+ messages)
` [PATCHv2 bpf-next 1/3] bpf, x86: Split x86_call_depth_emit_accounting in two functions
` [PATCHv2 bpf-next 2/3] bpf, x86: Introduce JIT emission context
` [PATCHv2 bpf-next 3/3] bpf, x86: Add support for jit dry run

[PATCH v2 bpf] selftests/bpf: Add tests to assert that netfilter progs cannot write to skb
 2026-09-03 10:27 UTC  (2+ messages)

[PATCH net-next V3 00/15] net/mlx5e: Add support for HW-GRO to PSP
 2026-09-03 10:26 UTC  (17+ messages)
` [PATCH net-next V3 01/15] net/mlx5e: Generalize TC <-> IPsec mutual exclusion
` [PATCH net-next V3 02/15] net/mlx5e: ipsec: Block TC offload when IPsec is enabled
` [PATCH net-next V3 03/15] net/mlx5e: psp: Block TC offload when PSP "
` [PATCH net-next V3 04/15] net/mlx5e: macsec: Block TC offload when MACsec "
` [PATCH net-next V3 05/15] net/mlx5e: psp: Move RX marker from ft_metadata to flow_tag
` [PATCH net-next V3 06/15] net/mlx5e: ipsec: "
` [PATCH net-next V3 07/15] net/mlx5e: macsec: "
` [PATCH net-next V3 08/15] net/mlx5e: psp: Handle HW-decapsulated RX PSP packets
` [PATCH net-next V3 09/15] net/mlx5e: psp: Add an rx_decap steering table
` [PATCH net-next V3 10/15] net/mlx5e: shampo: Flush session on PSP mismatch
` [PATCH net-next V3 11/15] net/mlx5e: psp: Dynamically reconfigure based on SHAMPO mode
` [PATCH net-next V3 12/15] selftests: drv-net: psp: Extract shared helpers into psp_lib.py
` [PATCH net-next V3 13/15] selftests: drv-net: gro: Extract shared helpers into gro_lib.py
` [PATCH net-next V3 14/15] selftests: net: gro: Add PSP encapsulation and encryption
` [PATCH net-next V3 15/15] selftests: drv-net: Add PSP HW GRO conformance tests

[PATCH bpf] bpf: Fix out-of-bounds read of rtt_min in sock_ops
 2026-09-03 10:09 UTC 

[PATCH bpf-next 1/4] libbpf: Add bpf_program__add_flags() and bpf_program__clear_flags()
 2026-09-03  9:32 UTC  (6+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: Add assertions for bpf_program__{add,clear}_flags()
` [PATCH bpf-next 3/4] selftests/bpf: Adopt bpf_program__add_flags() helper
` [PATCH bpf-next 4/4] bpftool: "

[PATCH net-next v2] net: mana: remove unreachable dead code in mana_bpf()
 2026-09-03  9:10 UTC  (2+ messages)

[PATCH] tools libbpf: Fix signed shift UB in btf_type_info()
 2026-09-03  9:05 UTC  (3+ messages)

[PATCH v2 00/13] audit: log all six syscall arguments in the SYSCALL record
 2026-09-03  8:22 UTC  (5+ messages)
` [PATCH v2 01/13] "
` [PATCH v2 04/13] arm64: pass pt_regs to audit_syscall_entry()

[PATCH bpf-next v3 0/4] libbpf: Move section-defined program flags to prog_flags
 2026-09-03  7:53 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] bpftool: Set BPF_F_XDP_DEV_BOUND_ONLY flag non-destructively

[PATCH bpf-next] exec: Drop bprm loader before closing bprm->file
 2026-09-03  7:24 UTC  (2+ messages)

[RFC bpf-next 0/6] bpf: track scalar equality across the low 32 bits
 2026-09-03  6:07 UTC  (6+ messages)
` [RFC bpf-next 4/6] selftests/bpf: cover low-32 subreg-equal link for zero-extending movs

[PATCH v12 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-09-03  2:33 UTC 

[PATCH v11 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-09-03  2:29 UTC  (3+ messages)

[PATCH mptcp-next 0/2] selftests: mptcp: convert iptables to nftables
 2026-09-03  2:15 UTC  (4+ messages)
` [PATCH mptcp-next 1/2] selftests: mptcp: convert iptables to nftables for mptcp_sockopt.sh

[PATCH mptcp-next v2 0/2] selftests: mptcp: convert iptables to nftables
 2026-09-03  1:19 UTC  (4+ messages)
` [PATCH mptcp-next v2 1/2] selftests: mptcp: convert iptables to nftables for mptcp_sockopt.sh
` [PATCH mptcp-next v2 2/2] selftests: mptcp: convert iptables to nftables for mptcp_join.sh

[PATCH bpf 1/2] bpf: reject BPF_PSEUDO_FUNC reference to the main program
 2026-09-03  0:50 UTC  (2+ messages)

[PATCH bpf] bpf: Keep progs alive until the trampoline image calling them is freed
 2026-09-03  0:48 UTC  (10+ messages)

[PATCH bpf-next] libbpf: Reject oversized unknown BTF type records
 2026-09-03  0:40 UTC  (2+ messages)

[PATCH] libbpf: Fix debian kernel version information parsing
 2026-09-03  0:30 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