BPF List
 help / color / mirror / Atom feed
 messages from 2026-08-08 19:03:38 to 2026-08-10 18:35:53 UTC [more...]

[PATCH bpf-next v5 0/5] Introduce bpf_ksock
 2026-08-10 18:33 UTC  (3+ messages)
` [PATCH bpf-next v5 1/5] net: Add connect_socket() helper

[PATCH bpf-next 1/6] bpf: Derive the atomic load register in one place
 2026-08-10 18:31 UTC  (16+ messages)
` [PATCH bpf-next 2/6] bpf, riscv: Clear fetch destination on faulting arena atomic
` [PATCH bpf-next 3/6] bpf, x86: "
` [PATCH bpf-next 4/6] bpf, arm64: "
` [PATCH bpf-next 5/6] bpf, s390: "
` [PATCH bpf-next 6/6] selftests/bpf: Add arena fault tests for atomics with fetch

[PATCH v6 0/3] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-08-10 16:56 UTC  (5+ messages)
` [PATCH v6 1/3] arm64: Add raw variants of local_daif_save() and local_daif_restore()
` [PATCH v6 2/3] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
` [PATCH v6 3/3] selftests/bpf: Adjust entry thresholds for ARM64 BRBE

[PATCH bpf-next v3 00/13] bpf: Support aggregate return values up to 16 bytes
 2026-08-10 16:51 UTC  (23+ messages)
` [PATCH bpf-next v3 02/13] bpf: Add helpers to describe the R0:R2 return register pair
` [PATCH bpf-next v3 03/13] bpf: Wire up JIT support for 16-byte kfunc returns
` [PATCH bpf-next v3 04/13] bpf: Track R2 of register-pair returns in precision backtracking
` [PATCH bpf-next v3 05/13] bpf: Account R2 of register-pair returns in live register analysis
` [PATCH bpf-next v3 06/13] bpf: Reject callbacks returning more than 8 bytes
` [PATCH bpf-next v3 07/13] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v3 08/13] bpf: Reject register-pair returns when the subprog BTF is unreliable
` [PATCH bpf-next v3 09/13] bpf: Enable aggregate return types up to 16 bytes
` [PATCH bpf-next v3 10/13] selftests/bpf: Add C tests for 16-byte returns in R0:R2
` [PATCH bpf-next v3 11/13] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns
` [PATCH bpf-next v3 12/13] selftests/bpf: Add tests for callbacks returning more than 8 bytes
` [PATCH bpf-next v3 13/13] Documentation/bpf: Document up to 16-byte kfunc return values in R0:R2

[PATCH net] net/sched: add get_fill_size callbacks for actions missing them
 2026-08-10 16:43 UTC 

[PATCH RFC] arm64: entry: PSTATE_I_SET is leaking on pseudo NMI mode
 2026-08-10 16:39 UTC  (13+ messages)

[PATCH bpf-next] libbpf: avoid overflow in BTF.ext bounds check
 2026-08-10 15:35 UTC 

[PATCH bpf-next] libbpf: avoid overflow in BTF.ext bounds check
 2026-08-10 15:26 UTC 

[PATCH net v2 1/1] ip: orphan prefetched skbs before multicast forwarding
 2026-08-10 15:23 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] bpf, arena: fix range_tree consistency on allocation failure
 2026-08-10 15:10 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] bpf, arena: fix range_tree_clear inconsistency on kmalloc_nolock failure
` [PATCH bpf-next v3 2/3] bpf, arena: fix range_tree_set "
` [PATCH bpf-next v3 3/3] bpf, arena: check range_tree_set return in arena_free_pages and arena_free_worker

[PATCH v9 14/26] cachefiles,netfs: sunset ondemand mode
 2026-08-10 15:09 UTC  (2+ messages)

[PATCH bpf v3 0/2] bpf: Fix queue/stack map u32 index overflow
 2026-08-10 14:49 UTC  (4+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Add regression test for queue/stack map size limit

[PATCH bpf-next v5 0/3] bpftool: fix batch file handling issues
 2026-08-10 14:44 UTC  (5+ messages)
` [PATCH bpf-next v5 1/3] bpftool: fix double close in map dump
` [PATCH bpf-next v5 2/3] bpftool: fix spurious batch file read error
` [PATCH bpf-next v5 3/3] bpftool: Fix bypass of the batch line length check by comments

[PATCH bpf-next v4 1/3] bpf: Simplify cnum contains() by removing redundant branches
 2026-08-10 14:20 UTC  (3+ messages)

[PATCH bpf-next v4 3/3] bpf: Avoid redundant min()/max() in cnum signed bounds
 2026-08-10 14:18 UTC  (3+ messages)

[PATCH v7 0/3] perf/core: sched_task() dispatch and branch entry fixes
 2026-08-10 14:04 UTC  (7+ messages)
` [PATCH v7 1/3] perf/core: Fix NULL pmu_ctx passed to pmu->sched_task()
` [PATCH v7 2/3] perf/core: Run sched_task() for PMUs with only CPU-wide events
` [PATCH v7 3/3] perf/core: Fill branch entries with a single assignment

[PATCH v11 1/8] powerpc/bpf: fix alignment of long branch trampoline address
 2026-08-10 13:57 UTC  (2+ messages)

[PATCH net-next v3] selftests: net: reuseport_bpf_numa: consider cpuless numa node
 2026-08-10 13:29 UTC  (2+ messages)

[PATCH net-next v7 0/5] veth: add Byte Queue Limits (BQL) support
 2026-08-10 13:25 UTC  (2+ messages)

[PATCH net v3] xsk: fix NULL pointer dereference in __xsk_rcv()
 2026-08-10 13:25 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] bpf, arena: fix range_tree consistency on allocation failure
 2026-08-10 13:19 UTC  (10+ messages)
` [PATCH bpf-next v2 1/3] bpf, arena: fix range_tree_clear inconsistency on kmalloc_nolock failure
` [PATCH bpf-next v2 2/3] bpf, arena: fix range_tree_set "
` [PATCH bpf-next v2 3/3] bpf, arena: check range_tree_set return in arena_free_pages and arena_free_worker

[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
 2026-08-10 13:13 UTC  (24+ messages)
` [PATCH bpf-next 01/13] bpf: Initialize ftrace_managed in bpf_trampoline_get
` [PATCH bpf-next 02/13] bpf: Factor out update_fentry_multi helper
` [PATCH bpf-next 03/13] bpf: Drop unnecessary ftrace_location() in update_fentry_multi()
` [PATCH bpf-next 04/13] bpf: Add tracing_multi link support for bpf progs
` [PATCH bpf-next 05/13] libbpf: "
` [PATCH bpf-next 06/13] bpf: Add tracing_multi link fdinfo "
` [PATCH bpf-next 07/13] bpf: Add tracing_multi link info "
` [PATCH bpf-next 08/13] selftests/bpf: Add tracing_multi bpf prog attach test
` [PATCH bpf-next 09/13] selftests/bpf: Add tracing_multi bpf prog attach failure tests
` [PATCH bpf-next 10/13] selftests/bpf: Add tracing_multi bpf prog cookie test
` [PATCH bpf-next 11/13] selftests/bpf: Add tracing_multi bpf prog rollback test
` [PATCH bpf-next 12/13] selftests/bpf: Add tracing_multi bpf prog link info test
` [PATCH bpf-next 13/13] selftests/bpf: Test tailcall with fentry.multi

[PATCH v4 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-08-10 12:48 UTC  (11+ messages)
` [PATCH v4 1/6] rcu: Make call_rcu() safe to call "
` [PATCH v4 2/6] rcu: Make Tiny "
` [PATCH v4 3/6] srcu: Make call_srcu() "
` [PATCH v4 4/6] srcu: Make Tiny "
` [PATCH v4 5/6] rcutorture: Exercise ->call() from NMI context
` [PATCH v4 6/6] selftests/bpf: Add a call_srcu() re-entry reproducer

[PATCH net v3 1/1] net: cap advertised IP tunnel headroom
 2026-08-10 12:45 UTC  (2+ messages)

[RFC PATCH bpf-next 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
 2026-08-10 12:27 UTC  (4+ messages)

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-10 11:20 UTC  (12+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 6/9] mm: convert PTE table entry to pte

[PATCH bpf v2 0/2] bpf: Fix queue/stack map u32 index overflow
 2026-08-10 10:28 UTC  (6+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Add regression test for queue/stack map size limit

[PATCH bpf-next v4 0/3] bpftool: fix batch file handling issues
 2026-08-10 10:13 UTC  (8+ messages)
` [PATCH bpf-next v4 1/3] bpftool: fix double close in map dump
` [PATCH bpf-next v4 2/3] bpftool: fix spurious batch file read error
` [PATCH bpf-next v4 3/3] bpftool: Fix bypass of the batch line length check by comments

[PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support
 2026-08-10 10:05 UTC  (5+ messages)

[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
 2026-08-10 10:00 UTC  (9+ messages)

[PATCH net] net/sched: cls_bpf: reject dev-bound programs bound to a different device
 2026-08-10  9:03 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] bpftool: fix batch file handling issues
 2026-08-10  8:32 UTC  (8+ messages)
` [PATCH bpf-next v3 1/3] bpftool: fix double close in map dump
` [PATCH bpf-next v3 2/3] bpftool: fix spurious batch file read error
` [PATCH bpf-next v3 3/3] bpftool: Fix bypass of the batch line length check by comments

[RFC PATCH bpf-next v1 0/1] Enable BPF JIT hardening by default when x86_64 CFI is enabled
 2026-08-10  8:02 UTC  (4+ messages)
` [RFC PATCH bpf-next v1 1/1] bpf: Enable "

[PATCH bpf-next] selftests/bpf: Add kptr-xchg benchmark
 2026-08-10  7:44 UTC  (2+ messages)

[PATCH v4] bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failure
 2026-08-10  7:16 UTC  (3+ messages)

[PATCH bpf-next v4 0/3] bpf: prevent offloaded programs from running on host via tcx/netkit
 2026-08-10  6:30 UTC  (6+ messages)
` [PATCH bpf-next v4 1/3] bpf, tcx, netkit: reject offloaded programs
` [PATCH bpf-next v4 2/3] bpf, xdp: move offload check into dev_xdp_install()
` [PATCH bpf-next v4 3/3] selftests/bpf: xdp: test dev_xdp_install() rejects device-bound program

[PATCH v3] bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failure
 2026-08-10  3:36 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpftool: fix double close in map dump and batch file error handling
 2026-08-10  1:59 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpftool: fix double close in map dump
` [PATCH bpf-next 2/2] bpftool: fix spurious batch file read error

[PATCH] binfmt_misc: don't leak the user namespace when the mount fails
 2026-08-09 22:37 UTC  (2+ messages)

[PATCH bpf-next 00/13] BPF interface for applying Landlock rulesets
 2026-08-09 19:45 UTC  (9+ messages)

[RFC PATCH bpf-next v3 0/2] ftrace: deprecate the ftrace_enabled disable switch
 2026-08-09 18:32 UTC  (5+ messages)
` [RFC PATCH bpf-next v3 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl

[PATCH bpf-next v1 0/2] Add resolve_btfids support for __arena kfunc suffix
 2026-08-09 14:08 UTC  (7+ messages)
` [PATCH bpf-next v1 1/2] resolve_btfids: Emit arena attributes from kfunc parameter suffixes
` [PATCH bpf-next v1 2/2] selftests/bpf: Test resolve_btfids arena argument suffixes

[PATCH v3 0/2] LoongArch: BPF: per-CPU address resolution and timed may_goto
 2026-08-09  4:09 UTC  (3+ messages)

[PATCH bpf-next v2 0/4] selftest related fixes
 2026-08-08 19:10 UTC  (3+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: map_kptr: expect BPF_ST reject msg on cpuv4 toolchains


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