BPF List
 help / color / mirror / Atom feed
 messages from 2025-12-15 09:55:28 to 2025-12-17 02:48:51 UTC [more...]

[RFC] Rust implementation of BPF verifier
 2025-12-17  2:48 UTC  (2+ messages)

[PATCH bpf-next v9 00/10] Improve the performance of BTF type lookups with binary search
 2025-12-17  2:46 UTC  (20+ messages)
` [PATCH bpf-next v9 01/10] libbpf: Add BTF permutation support for type reordering
` [PATCH bpf-next v9 02/10] selftests/bpf: Add test cases for btf__permute functionality
` [PATCH bpf-next v9 03/10] tools/resolve_btfids: Support BTF sorting feature
` [PATCH bpf-next v9 04/10] libbpf: Optimize type lookup with binary search for sorted BTF
` [PATCH bpf-next v9 05/10] libbpf: Verify BTF Sorting
` [PATCH bpf-next v9 07/10] btf: "

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-17  2:27 UTC 

[PATCH v8 bpf-next 00/10] Add kind layout to BTF
 2025-12-17  0:38 UTC  (33+ messages)
` [PATCH v8 bpf-next 01/10] btf: add kind layout encoding to UAPI
` [PATCH v8 bpf-next 02/10] libbpf: Support kind layout section handling in BTF
` [PATCH v8 bpf-next 03/10] libbpf: use kind layout to compute an unknown kind size
` [PATCH v8 bpf-next 04/10] libbpf: Add kind layout encoding support
` [PATCH v8 bpf-next 06/10] btf: support kernel parsing of BTF with kind layout

[PATCH bpf-next v3 0/6] Add cryptographic hash and signature verification kfuncs to BPF
 2025-12-16 23:35 UTC  (10+ messages)
` [PATCH bpf-next v3 2/6] crypto: Add BPF hash algorithm type registration module
` [PATCH bpf-next v3 3/6] bpf: Add SHA hash kfunc for cryptographic hashing
` [PATCH bpf-next v3 5/6] bpf: Add ECDSA signature verification kfuncs

[PATCH bpf-next v6 0/2] Pass external callchain entry to get_perf_callchain
 2025-12-16 23:35 UTC  (6+ messages)
` [PATCH bpf-next v6 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH v4 0/5] libbpf: move arena variables out of the zero page
 2025-12-16 23:32 UTC  (11+ messages)
` [PATCH v4 1/5] selftests/bpf: explicitly account for globals in verifier_arena_large
` [PATCH v4 2/5] bpf/verifier: do not limit maximum direct offset into arena map
` [PATCH v4 3/5] libbpf: turn relo_core->sym_off unsigned
` [PATCH v4 4/5] libbpf: move arena globals to the end of the arena
` [PATCH v4 5/5] selftests/bpf: add tests for the arena offset of globals

[PATCH] libbpf: constify string pointers assigned to from str* functions
 2025-12-16 22:31 UTC  (2+ messages)

[PATCH v3 0/5] libbpf: move arena variables out of the zero page
 2025-12-16 21:48 UTC  (16+ messages)
` [PATCH v3 1/5] selftests/bpf: explicitly account for globals in verifier_arena_large
` [PATCH v3 2/5] bpf/verifier: do not limit maximum direct offset into arena map
` [PATCH v3 3/5] libbpf: turn relo_core->sym_off unsigned
` [PATCH v3 4/5] libbpf: move arena globals to the end of the arena
` [PATCH v3 5/5] selftests/bpf: add tests for the arena offset of globals

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-16 21:02 UTC  (8+ messages)
` [RFC 08/11] security: "
  ` [PATCH RFC 8/11] "

[PATCH bpf-next v2 4/4] resolve_btfids: change in-place update with raw binary output
 2025-12-16 20:41 UTC  (3+ messages)

[PATCH v2 bpf-next 1/2] bpf: annotate file argument as __nullable in bpf_lsm_mmap_file
 2025-12-16 20:11 UTC  (5+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: add test case for BPF LSM hook bpf_lsm_mmap_file

[PATCH v5 0/4] Align atomic storage
 2025-12-16 19:49 UTC  (4+ messages)
` [PATCH v5 1/4] bpf: Explicitly align bpf_res_spin_lock

[PATCH bpf-next 0/2] Handle -fms-extension in kernel structs
 2025-12-16 19:46 UTC  (7+ messages)
` [PATCH bpf-next 1/2] libbpf: add option to force-anonymize nested structs for BTF dump
` [PATCH bpf-next 2/2] bpftool: force-anonymize structs to avoid need for -fms-extension

[syzbot] [bpf?] INFO: rcu detected stall in unwind_get_return_address (2)
 2025-12-16 18:33 UTC 

[PATCH bpf-next v4 0/2] powerpc64/bpf: Inline helper in powerpc JIT
 2025-12-16 18:16 UTC  (2+ messages)

[PATCH] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2025-12-16 18:06 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v3 0/3] RISC-V: add percpu.h to include/asm
 2025-12-16 17:39 UTC  (5+ messages)
` [PATCH v3 1/3] riscv: remove irqflags.h inclusion in asm/bitops.h
` [PATCH v3 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v3 3/3] riscv: store percpu offset into thread_info

fms-extensions and bpf
 2025-12-16 17:23 UTC  (7+ messages)

[RFC] Rust implementation of BPF verifier
 2025-12-16 17:23 UTC  (2+ messages)

[RFC] Rust implementation of BPF verifier
 2025-12-16 17:19 UTC 

[PATCH v3 0/4] Fix the failure issue of the module_attach test case
 2025-12-16 17:11 UTC  (6+ messages)
` [PATCH v3 1/4] LoongArch: ftrace: Refactor register restoration in ftrace_common_return
` [PATCH v3 2/4] LoongArch: Enable exception fixup for specific ADE subcode
` [PATCH v3 3/4] LoongArch: BPF: Enhance trampoline support for kernel and module tracing
` [PATCH v3 4/4] LoongArch: ftrace: Adjust register stack restore order in direct call trampolines

[PATCH 0/2] introduce pagetable_alloc_nolock()
 2025-12-16 16:52 UTC  (16+ messages)
` [PATCH 2/2] arm64: mmu: use pagetable_alloc_nolock() while stop_machine()

[PATCH net v2] virtio-net: enable all napis before scheduling refill work
 2025-12-16 16:23 UTC  (3+ messages)

[PATCH v1 1/4] tools/rtla: Consolidate nr_cpus usage across all tools
 2025-12-16 14:41 UTC  (2+ messages)

[PATCH v3 0/7] kallsyms: Prevent invalid access when showing module buildid
 2025-12-16 14:00 UTC  (2+ messages)

[PATCHSET v6 0/6] perf tools: Add deferred callchain support
 2025-12-16  9:29 UTC  (5+ messages)
` [PATCH v6 4/6] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED

[PATCH] watchdog: softlockup: panic when lockup duration exceeds N thresholds
 2025-12-16  7:45 UTC 

[PATCH v8 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2025-12-16  7:34 UTC  (8+ messages)
` [PATCH v8 10/12] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()
` [PATCH v8 12/12] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()

[PATCH bpf-next v5 0/3] net/smc: Introduce smc_hs_ctrl
 2025-12-16  6:43 UTC  (4+ messages)
` [PATCH bpf-next v5 2/3] net/smc: bpf: Introduce generic hook for handshake flow

[PATCH 1/2] tools/build: Add a feature test for libopenssl
 2025-12-16  6:19 UTC  (7+ messages)

[PATCH bpf-next v2 0/2] xsk: introduce pre-allocated memory per xsk CQ
 2025-12-16  6:18 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] xsk: introduce local_cq for each af_xdp socket
` [PATCH bpf-next v2 2/2] xsk: introduce a dedicated local completion queue for each xsk

[syzbot] [net?] [bpf?] general protection fault in bq_flush_to_queue (2)
 2025-12-16  4:06 UTC  (5+ messages)
` [PATCH] bpf: Fix NULL deref in __list_del_clearprev for flush_node

[PATCH v2 0/1] finalize removing the page pool members in struct page
 2025-12-16  3:03 UTC  (2+ messages)
` [PATCH v2 1/1] mm: introduce a new page type for page pool in page type

[PATCH bpf-next v3 0/6] resolve_btfids: Support for BTF modifications
 2025-12-16  2:54 UTC  (10+ messages)
` [PATCH bpf-next v3 3/6] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v3 4/6] lib/Kconfig.debug: Set the minimum required pahole version to v1.22

[PATCH RFC net-next v5 0/2] xsk: move cq_cached_prod_lock
 2025-12-16  2:50 UTC  (3+ messages)
` [PATCH RFC net-next v5 1/2] xsk: advance cq/fq check when shared umem is used
` [PATCH RFC net-next v5 2/2] xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending path

BPF tracepoint attachment fails with "Permission denied" (errno 13) on kernel 5.14 but succeeds on 6.6
 2025-12-16  2:44 UTC 

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-12-16  2:35 UTC  (6+ messages)
` [PATCH RFC 06/19] slab: introduce percpu sheaves bootstrap
` [PATCH RFC 14/19] slab: simplify kmalloc_nolock()

[PATCH bpf-next v3 5/6] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
 2025-12-16  2:16 UTC  (4+ messages)
` [PATCH bpf-next v3 6/6] resolve_btfids: change in-place update with raw binary output

[REGRESSION] next/pending-fixes: (build) error: unknown warning option '-Wno-suggest-attribute=format'; did
 2025-12-16  2:07 UTC  (5+ messages)

[PATCHv5 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2025-12-16  1:27 UTC  (12+ messages)
` [PATCHv5 bpf-next 1/9] ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
` [PATCHv5 bpf-next 2/9] ftrace: Make alloc_and_copy_ftrace_hash direct friendly
` [PATCHv5 bpf-next 3/9] ftrace: Export some of hash related functions
` [PATCHv5 bpf-next 4/9] ftrace: Add update_ftrace_direct_add function
` [PATCHv5 bpf-next 5/9] ftrace: Add update_ftrace_direct_del function
` [PATCHv5 bpf-next 6/9] ftrace: Add update_ftrace_direct_mod function
` [PATCHv5 bpf-next 7/9] bpf: Add trampoline ip hash table
` [PATCHv5 bpf-next 8/9] ftrace: Factor ftrace_ops ops_func interface
` [PATCHv5 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2025-12-16  0:50 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v1 1/1] bpf: Disable -Wsuggest-attribute=format
 2025-12-16  0:53 UTC  (8+ messages)

[PATCH v8 03/12] arm64/delay: move some constants out to a separate header
 2025-12-15 17:59 UTC  (2+ messages)

Linux 6.19-rc1
 2025-12-15 17:16 UTC  (3+ messages)


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