public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-10 18:17:44 to 2026-04-12 09:00:12 UTC [more...]

[PATCH v2 0/4] Firmware LSM hook
 2026-04-12  9:00 UTC  (6+ messages)

[PATCH bpf-next] selftests/bpf: Add BPF struct_ops + livepatch integration test
 2026-04-12  8:43 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] bpf: add the missing fsession
 2026-04-12  6:03 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] bpf: add missing fsession to the verifier log
` [PATCH bpf-next v3 2/3] docs/bpf: add missing fsession attach type to docs
` [PATCH bpf-next v3 3/3] bpftool: add missing fsession to the usage and docs of bpftool

[PATCH bpf-next v4 00/18] bpf: Support stack arguments for BPF functions and kfuncs
 2026-04-12  5:43 UTC  (27+ messages)
` [PATCH bpf-next v4 01/18] bpf: Remove unused parameter from check_map_kptr_access()
` [PATCH bpf-next v4 02/18] bpf: Change from "arg #%d" to "arg#%d" in verifier log
` [PATCH bpf-next v4 03/18] bpf: Refactor to avoid redundant calculation of bpf_reg_state
` [PATCH bpf-next v4 04/18] bpf: Refactor to handle memory and size together
` [PATCH bpf-next v4 05/18] bpf: Change some regno type from u32 to int type
` [PATCH bpf-next v4 06/18] bpf: Use argument index instead of register index in kfunc verifier logs
` [PATCH bpf-next v4 07/18] bpf: Introduce bpf register BPF_REG_STACK_ARG_BASE
` [PATCH bpf-next v4 08/18] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments
` [PATCH bpf-next v4 09/18] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next v4 10/18] bpf: Fix interaction between stack argument PTR_TO_STACK and dead slot poisoning
` [PATCH bpf-next v4 11/18] bpf: Reject stack arguments in non-JITed programs
` [PATCH bpf-next v4 12/18] bpf: Reject stack arguments if tail call reachable
` [PATCH bpf-next v4 13/18] bpf: Support stack arguments for kfunc calls
` [PATCH bpf-next v4 14/18] bpf: Enable stack argument support for x86_64
` [PATCH bpf-next v4 15/18] bpf,x86: Implement JIT support for stack arguments
` [PATCH bpf-next v4 16/18] selftests/bpf: Add tests for BPF function "
` [PATCH bpf-next v4 17/18] selftests/bpf: Add negative test for greater-than-8-byte kfunc stack argument
` [PATCH bpf-next v4 18/18] selftests/bpf: Add verifier tests for stack argument validation

[PATCH v2 bpf-next 0/6] bpf: Split verifier.c
 2026-04-12  4:47 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/6] bpf: Split fixup/post-processing logic from verifier.c into fixups.c
` [PATCH v2 bpf-next 2/6] bpf: Move compute_insn_live_regs() into liveness.c
` [PATCH v2 bpf-next 3/6] bpf: Move check_cfg() into cfg.c
` [PATCH v2 bpf-next 4/6] bpf: Move state equivalence logic to states.c
` [PATCH v2 bpf-next 5/6] bpf: Move backtracking logic to backtrack.c
` [PATCH v2 bpf-next 6/6] bpf: Move BTF checking logic into check_btf.c

[PATCH v2 0/5] LoongArch: BPF: Support more atomic instructions
 2026-04-12  3:46 UTC  (3+ messages)
` [PATCH v2 4/5] LoongArch: BPF: Support load-acquire and store-release instructions

[PATCH bpf-next 0/6] bpf: Split verifier.c
 2026-04-12  3:43 UTC  (8+ messages)
` [PATCH bpf-next 1/6] bpf: Split fixup/post-processing logic from verifier.c into fixups.c
` [PATCH bpf-next 2/6] bpf: Move compute_insn_live_regs() into liveness.c
` [PATCH bpf-next 3/6] bpf: Move check_cfg() into cfg.c
` [PATCH bpf-next 4/6] bpf: Move state equivalence logic to states.c
` [PATCH bpf-next 5/6] bpf: Move backtracking logic to backtrack.c
` [PATCH bpf-next 6/6] bpf: Move BTF checking logic into check_btf.c

[PATCH v3 bpf-next 0/2] bpf: Fix Null-Pointer Dereference in kernel_clone() via BPF fmod_ret on security_task_alloc
 2026-04-12  3:39 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/2] "
` [PATCH v3 bpf-next 2/2] selftests/bpf: Add selftests for verifying return values of fmod_ret

[PATCH v2 0/3] bpf: fix sock_ops rtt_min OOB read and related guard issues
 2026-04-12  3:03 UTC  (4+ messages)
` [PATCH v2 1/3] bpf: zero dst_reg on sock_ops field guard failure when dst == src
` [PATCH v2 2/3] bpf: extract SOCK_OPS_LOAD_TCP_SOCK_FIELD from SOCK_OPS_GET_FIELD
` [PATCH v2 3/3] bpf: guard sock_ops rtt_min against non-locked tcp_sock

[PATCH bpf v4 0/2] bpf: Fix arena VMA use-after-free on fork
 2026-04-12  2:27 UTC  (3+ messages)
` [PATCH bpf v4 1/2] bpf: Fix use-after-free of arena VMA "
` [PATCH bpf v4 2/2] selftests/bpf: Add test for arena VMA use-after-free "

[PATCH bpf-next v6 0/9] Introduce arena library and runtime
 2026-04-12  1:58 UTC  (13+ messages)
` [PATCH bpf-next v6 1/9] bpf: Upgrade scalar to PTR_TO_ARENA on arena pointer addition
` [PATCH bpf-next v6 2/9] selftests/bpf: Add test for scalar/arena "
` [PATCH bpf-next v6 3/9] selftests/bpf: Move bpf_arena_spin_lock.h to the top level
` [PATCH bpf-next v6 4/9] selftests/bpf: Deduplicate WRITE_ONCE macro between headers
` [PATCH bpf-next v6 5/9] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v6 6/9] selftests/bpf: Add arena ASAN runtime to libarena
` [PATCH bpf-next v6 7/9] selftests/bpf: Add ASAN support for libarena selftests
` [PATCH bpf-next v6 8/9] selftests/bpf: Add buddy allocator for libarena
` [PATCH bpf-next v6 9/9] selftests/bpf: Add selftests for libarena buddy allocator

[PATCH bpf-next] bpf: Simplify do_check_insn()
 2026-04-12  0:50 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: Move checks for reserved fields out of the main pass
 2026-04-11 22:30 UTC  (2+ messages)

[PATCH bpf v3 0/2] bpf: Fix arena VMA use-after-free on fork
 2026-04-11 20:47 UTC  (4+ messages)
` [PATCH bpf v3 1/2] bpf: Fix use-after-free of arena VMA "
` [PATCH bpf v3 2/2] selftests/bpf: Add test for arena VMA use-after-free "

[RFC PATCH] bpf: cpumap: report queue_index to xdp_rxq_info
 2026-04-11 19:10 UTC  (4+ messages)

[PATCH bpf-next] bpf: Move checks for reserved fields out of the main pass
 2026-04-11 18:40 UTC 

[PATCH v3 0/5] powerpc/bpf: Add support for verifier selftest
 2026-04-11 22:14 UTC  (6+ messages)
` [PATCH v3 1/5] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v3 2/5] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v3 3/5] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v3 4/5] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v3 5/5] selftest/bpf: Add tailcall "

[PATCH bpf v2 0/2] bpf: Fix arena VMA use-after-free on fork
 2026-04-11 17:57 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf: Fix use-after-free of arena VMA "
` [PATCH bpf v2 2/2] selftests/bpf: Add test for arena VMA use-after-free "

[PATCH bpf-next] bpf/tests: Exhaustive test coverage for signed division and modulo
 2026-04-11 17:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH bpf-next v13 0/5] emit ENDBR/BTI instructions for indirect
 2026-04-11 17:11 UTC  (10+ messages)
` [PATCH bpf-next v13 1/5] bpf: Move constants blinding out of arch-specific JITs
` [PATCH bpf-next v13 2/5] bpf: Pass bpf_verifier_env to JIT
` [PATCH bpf-next v13 3/5] bpf: Add helper to detect indirect jump targets
` [PATCH bpf-next v13 4/5] bpf, x86: Emit ENDBR for "
` [PATCH bpf-next v13 5/5] bpf, arm64: Emit BTI for indirect jump target

[PATCH bpf-next] bpf: Delete unused variable
 2026-04-11 17:10 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] selftests/bpf: impose global ordering for test decl_tags
 2026-04-11 14:20 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: fix __jited_unpriv tag name
` [PATCH bpf-next v2 2/4] selftests/bpf: make str_has_pfx return pointer past the prefix
` [PATCH bpf-next v2 3/4] selftests/bpf: impose global ordering for test decl_tags
` [PATCH bpf-next v2 4/4] selftests/bpf: inline TEST_TAG constants in test_loader.c

[PATCH bpf 0/2] bpf: Fix arena VMA use-after-free on fork
 2026-04-11 11:20 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: Fix use-after-free of arena VMA "
` [PATCH bpf 2/2] selftests/bpf: Add test for arena VMA use-after-free "

[PATCH bpf v1] bpf: Avoid faultable build ID reads under mm locks
 2026-04-11 10:45 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] Use kmalloc_nolock() universally in BPF local storage
 2026-04-11  4:39 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Remove kmalloc tracing from local storage create bench
` [PATCH bpf-next v2 2/3] bpf: Use kmalloc_nolock() universally in local storage
` [PATCH bpf-next v2 3/3] bpf: Remove gfp_flags plumbing from bpf_local_storage_update()

[PATCH net-next v2 1/2] net: add missing syncookie statistics for BPF custom syncookies
 2026-04-11  1:32 UTC  (2+ messages)
` [PATCH net-next v2 2/2] selftests/bpf: verify syncookie statistics in tcp_custom_syncookie

[PATCH bpf-next v1 0/3] Use kmalloc_nolock() universally in BPF local storage
 2026-04-11  1:28 UTC  (7+ messages)
` [PATCH bpf-next v1 1/3] selftests/bpf: Remove kmalloc tracing from local storage create bench
` [PATCH bpf-next v1 2/3] bpf: Use kmalloc_nolock() universally in local storage
` [PATCH bpf-next v1 3/3] bpf: Remove gfp_flags plumbing from bpf_local_storage_update()

[PATCH bpf-next 1/2] bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalars
 2026-04-11  1:20 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for add_const base_id consistency

[PATCH net-next v1] net: add missing syncookie statistics for BPF custom syncookies
 2026-04-11  1:05 UTC  (3+ messages)

[PATCH net v7 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-04-11  0:55 UTC  (3+ messages)
` [PATCH net v7 1/2] net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master
` [PATCH net v7 2/2] selftests/bpf: add test for xdp_master_redirect with bond not up

[PATCH net v6 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-04-11  0:51 UTC  (4+ messages)
` [PATCH net v6 2/2] selftests/bpf: add test for xdp_master_redirect with bond not up

[PATCH bpf-next v5 0/9] Introduce arena library and runtime
 2026-04-10 23:58 UTC  (9+ messages)
` [PATCH bpf-next v5 5/9] selftests/bpf: Add basic libarena scaffolding

[PATCH bpf-next v9 0/6] bpf: Add support for sleepable tracepoint programs
 2026-04-10 22:55 UTC  (5+ messages)
` [PATCH bpf-next v9 2/6] bpf: Add bpf_prog_run_array_sleepable()
` [PATCH bpf-next v9 3/6] bpf: Add sleepable support for classic tracepoint programs

[PATCH bpf-next v4 00/14] bpf: static stack liveness data flow analysis
 2026-04-10 22:40 UTC  (23+ messages)
` [PATCH bpf-next v4 01/14] bpf: share several utility functions as internal API
` [PATCH bpf-next v4 02/14] bpf: save subprogram name in bpf_subprog_info
` [PATCH bpf-next v4 03/14] bpf: Add spis_*() helpers for 4-byte stack slot bitmasks
` [PATCH bpf-next v4 04/14] bpf: make liveness.c track stack with 4-byte granularity
` [PATCH bpf-next v4 05/14] bpf: 4-byte precise clean_verifier_state
` [PATCH bpf-next v4 06/14] bpf: prepare liveness internal API for static analysis pass
` [PATCH bpf-next v4 07/14] bpf: introduce forward arg-tracking dataflow analysis
` [PATCH bpf-next v4 08/14] bpf: record arg tracking results in bpf_liveness masks
` [PATCH bpf-next v4 09/14] bpf: simplify liveness to use (callsite, depth) keyed func_instances
` [PATCH bpf-next v4 10/14] bpf: change logging scheme for live stack analysis
` [PATCH bpf-next v4 11/14] selftests/bpf: update existing tests due to liveness changes
` [PATCH bpf-next v4 12/14] selftests/bpf: adjust verifier_log buffers
` [PATCH bpf-next v4 13/14] selftests/bpf: add new tests for static stack liveness analysis
` [PATCH bpf-next v4 14/14] bpf: poison dead stack slots

[PATCH RFC bpf-next v2 00/18] bpf: Introduce resizable hash map
 2026-04-10 22:31 UTC  (3+ messages)
` [PATCH RFC bpf-next v2 01/18] bpf: Register rhash map

[PATCH bpf-next] bpf: reuseport: add cond_resched_rcu() in reuseport_array_free()
 2026-04-10 19:53 UTC  (2+ messages)

[PATCH] bpf/selftests: remove test_access_variable_array
 2026-04-10 19:40 UTC  (2+ messages)

[PATCH v3 bpf-next 0/2] selftests/bpf: Test BTF sanitization
 2026-04-10 19:40 UTC  (2+ messages)

[PATCH v2 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-04-10 19:23 UTC  (6+ messages)
` [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 bpf v4] bpf: Fix RCU stall in bpf_fd_array_map_clear()
 2026-04-10 19:20 UTC  (2+ messages)

[PATCH bpf v6 0/3] bpf: fix and improve open-coded task_vma iterator
 2026-04-10 19:10 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