BPF List
 help / color / mirror / Atom feed
 messages from 2025-12-16 01:48:05 to 2025-12-17 11:09:14 UTC [more...]

[PATCH net] net: stmmac: fix the crash issue for zero copy XDP_TX action
 2025-12-17 11:08 UTC  (2+ messages)

[PATCH bpf-next v4 0/9] bpf: tracing session supporting
 2025-12-17 10:37 UTC  (13+ messages)
` [PATCH bpf-next v4 1/9] bpf: add tracing session support
` [PATCH bpf-next v4 2/9] bpf: use last 8-bits for the nr_args in trampoline
` [PATCH bpf-next v4 3/9] bpf: add the kfunc bpf_fsession_is_return
` [PATCH bpf-next v4 4/9] bpf: add the kfunc bpf_fsession_cookie
` [PATCH bpf-next v4 5/9] bpf,x86: introduce emit_st_r0_imm64() for trampoline
` [PATCH bpf-next v4 6/9] bpf,x86: add tracing session supporting for x86_64
` [PATCH bpf-next v4 7/9] libbpf: add support for tracing session
` [PATCH bpf-next v4 8/9] selftests/bpf: add testcases "
` [PATCH bpf-next v4 9/9] selftests/bpf: test fsession mixed with fentry and fexit

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

[PATCH RESEND bpf-next v7 0/2] Pass external callchain entry to get_perf_callchain
 2025-12-17  9:33 UTC  (3+ messages)
` [PATCH bpf-next v7 1/2] perf: Refactor get_perf_callchain
` [PATCH bpf-next v7 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH bpf-next v9 00/10] Improve the performance of BTF type lookups with binary search
 2025-12-17  9:21 UTC  (32+ 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: "
` [PATCH bpf-next v9 08/10] bpf: Skip anonymous types in type lookup for performance
` [PATCH bpf-next v9 09/10] bpf: Optimize the performance of find_bpffs_btf_enums
` [PATCH bpf-next v9 10/10] libbpf: Optimize the performance of determine_ptr_size

[PATCH bpf-next v7 0/2] Pass external callchain entry to get_perf_callchain
 2025-12-17  9:11 UTC  (5+ messages)
` [PATCH bpf-next v7 1/2] perf: Refactor get_perf_callchain
` [PATCH bpf-next v7 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH v1 1/4] tools/rtla: Consolidate nr_cpus usage across all tools
 2025-12-17  9:06 UTC  (3+ messages)

[PATCHv5 bpf-next 1/9] ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
 2025-12-17  8:40 UTC  (3+ messages)

[PATCH] watchdog: softlockup: panic when lockup duration exceeds N thresholds
 2025-12-17  7:43 UTC  (3+ messages)
  ` 答复: [外部邮件] "

[PATCH] mm/filemap: fix NULL pointer dereference in do_read_cache_folio()
 2025-12-17  7:33 UTC  (5+ messages)

[PATCH v4 0/7] Fix the failure issue of the module_attach test case
 2025-12-17  6:55 UTC  (9+ messages)
` [PATCH v4 1/7] LoongArch: ftrace: Refactor register restoration in ftrace_common_return
` [PATCH v4 2/7] LoongArch: Enable exception fixup for specific ADE subcode
` [PATCH v4 3/7] LoongArch: BPF: Enable and fix trampoline-based tracing for module functions
` [PATCH v4 4/7] LoongArch: BPF: Save return address register ra to t0 before trampoline
` [PATCH v4 5/7] LoongArch: BPF: Adjust the jump offset of tail calls
` [PATCH v4 6/7] LoongArch: BPF: Enhance the bpf_arch_text_poke() function
` [PATCH v4 7/7] LoongArch: ftrace: Adjust register stack restore order in direct call trampolines

[PATCH bpf-next v4 0/2] powerpc64/bpf: Inline helper in powerpc JIT
 2025-12-17  5:13 UTC  (7+ messages)
` [PATCH bpf-next v4 1/2] powerpc64/bpf: Support internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v4 2/2] powerpc64/bpf: Inline bpf_get_smp_processor_id() and bpf_get_current_task/_btf()

[GIT PULL] BPF fixes for 6.19-rc2
 2025-12-17  4:44 UTC  (2+ messages)

[PATCH dwarves v2] dwarf_loader: Handle DW_AT_location attrs containing DW_OP_plus_uconst
 2025-12-17  4:14 UTC  (2+ messages)

[PATCH dwarves] dwarf_loader: Handle DW_AT_location attrs containing DW_OP_plus_uconst
 2025-12-17  4:12 UTC  (4+ messages)

[PATCH net v2] virtio-net: enable all napis before scheduling refill work
 2025-12-17  2:58 UTC  (4+ messages)

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

[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  (30+ 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  (9+ messages)
` [PATCH v3 2/5] bpf/verifier: do not limit maximum direct offset into arena map
` [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  (7+ 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] 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 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 v8 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2025-12-16  7:34 UTC  (7+ 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  (3+ messages)
` [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  (4+ messages)


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