BPF List
 help / color / mirror / Atom feed
 messages from 2025-11-15 23:41:09 to 2025-11-18 05:16:10 UTC [more...]

[PATCH v4 00/54] tree-in-dcache stuff
 2025-11-18  5:15 UTC  (8+ messages)
` [PATCH v4 01/54] fuse_ctl_add_conn(): fix nlink breakage in case of early failure
` [PATCH v4 04/54] new helper: simple_done_creating()
` [PATCH v4 11/54] convert xenfs
` [PATCH v4 16/54] convert dlmfs
` [PATCH v4 22/54] convert efivarfs
` [PATCH v4 23/54] convert spufs
` [PATCH v4 29/54] convert binderfs

[PATCH 0/13] rtla: Code robustness and maintainability improvements
 2025-11-18  5:13 UTC  (17+ messages)
` [rtla 01/13] rtla: Check for memory allocation failures
` [rtla 02/13] rtla: Use strdup() to simplify code
` [rtla 03/13] rtla: Introduce for_each_action() helper
` [rtla 04/13] rtla: Replace atoi() with a robust strtoi()
` [rtla 05/13] rtla: Simplify argument parsing
` [rtla 06/13] rtla: Use strncmp_static() in more places
` [rtla 07/13] rtla: Introduce timerlat_restart() helper
` [rtla 08/13] rtla: Use standard exit codes for result enum
` [rtla 09/13] rtla: Exit if trace output action fails
` [rtla 10/13] rtla: Remove redundant memset after calloc
` [rtla 11/13] rtla: Replace magic number with MAX_PATH
` [rtla 12/13] rtla: Remove unused headers
` [rtla 13/13] rtla: Fix inconsistent state in actions_add_* functions

[PATCH bpf-next v2 0/6] bpf trampoline support "jmp" mode
 2025-11-18  5:09 UTC  (11+ messages)
` [PATCH bpf-next v2 1/6] ftrace: introduce FTRACE_OPS_FL_JMP
` [PATCH bpf-next v2 2/6] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
` [PATCH bpf-next v2 3/6] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
` [PATCH bpf-next v2 4/6] bpf,x86: adjust the "jmp" mode for bpf trampoline
` [PATCH bpf-next v2 5/6] bpf: specify the old and new poke_type for bpf_arch_text_poke
` [PATCH bpf-next v2 6/6] bpf: implement "jmp" mode for trampoline

[REGRESSION] [next-20251117] ppc64le: WARNING in vmalloc_fix_flags with __GFP_ACCOUNT in BPF/seccomp path
 2025-11-18  4:42 UTC 

[PATCH] libbpf: fix some incorrect @param descriptions in the comment of libbpf.h
 2025-11-18  3:30 UTC 

[PATCH v2 0/4] libbpf: move arena variables out of the zero page
 2025-11-18  3:00 UTC  (5+ messages)
` [PATCH v2 1/4] selftests/bpf: explicitly account for globals in verifier_arena_large
` [PATCH v2 2/4] libbpf: add stub for offset-related skeleton padding
` [PATCH v2 3/4] libbpf: offset global arena data into the arena if possible
` [PATCH v2 4/4] selftests/bpf: add tests for the arena offset of globals

[PATCH 0/4] libbpf: move arena variables out of the zero page
 2025-11-18  2:48 UTC  (9+ messages)
` [PATCH 1/4] selftests/bpf: explicitly account for globals in verifier_arena_large
` [PATCH 2/4] libbpf: add stub for offset-related skeleton padding
` [PATCH 3/4] libbpf: offset global arena data into the arena if possible
` [PATCH 4/4] selftests/bpf: add tests for the arena offset of globals

[PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
 2025-11-18  2:35 UTC  (15+ messages)
      ` [functionfs] mainline UAF (was Re: [PATCH v3 36/50] functionfs: switch to simple_remove_by_name())
                ` [PATCH 1/4] functionfs: don't abuse ffs_data_closed() on fs shutdown
                ` [PATCH 2/4] functionfs: don't bother with ffs->ref in ffs_data_{opened,closed}()
                ` [PATCH 3/4] functionfs: need to cancel ->reset_work in ->kill_sb()
                ` [PATCH 4/4] functionfs: fix the open/removal races

[PATCH net-next 0/3] YNL CLI --list-attrs argument
 2025-11-18  1:38 UTC  (9+ messages)
` [PATCH net-next 1/3] tools: ynl: cli: Add --list-attrs option to show operation attributes
` [PATCH net-next 2/3] tools: ynl: cli: Parse nested attributes in --list-attrs output
` [PATCH net-next 3/3] tools: ynl: cli: Display enum values "

[RFC PATCH bpf-next 0/7] bpf: Implement BPF_LINK_UPDATE for tracing links
 2025-11-18  1:27 UTC  (10+ messages)
` [RFC PATCH bpf-next 1/7] bpf: Set up update_prog scaffolding for bpf_tracing_link_lops
` [RFC PATCH bpf-next 2/7] bpf: Enable BPF_LINK_UPDATE for freplace links
` [RFC PATCH bpf-next 3/7] bpf: Enable BPF_LINK_UPDATE for fentry/fexit/fmod_ret links
` [RFC PATCH bpf-next 4/7] bpf, x86: Make program update work for trampoline ops
` [RFC PATCH bpf-next 5/7] bpf, s390: "
` [RFC PATCH bpf-next 6/7] bpf, arm64: "
` [RFC PATCH bpf-next 7/7] selftests/bpf: Test BPF_LINK_UPDATE behavior for tracing links

[RFC mm v6] mm: introduce a new page type for page pool in page type
 2025-11-18  1:18 UTC  (6+ messages)

[PATCH v2 bpf-next 0/4] Replace BPF memory allocator with kmalloc_nolock() in local storage
 2025-11-18  0:41 UTC  (15+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Always charge/uncharge memory when allocating/unlinking storage elements
` [PATCH v2 bpf-next 2/4] bpf: Remove smap argument from bpf_selem_free()
` [PATCH v2 bpf-next 3/4] bpf: Save memory alloction info in bpf_local_storage
` [PATCH v2 bpf-next 4/4] bpf: Replace bpf memory allocator with kmalloc_nolock() in local storage

[PATCH RFC net-next 0/2] xsk: fix immature cq descriptor production (II)
 2025-11-18  0:01 UTC  (12+ messages)
` [PATCH RFC net-next 2/2] xsk: introduce a cached cq to temporarily store descriptor addrs

[PATCH net v3] xsk: avoid data corruption on cq descriptor number
 2025-11-17 23:59 UTC  (4+ messages)

Announcement: BPF CI is down
 2025-11-17 23:46 UTC  (2+ messages)

[bpf-next v1 0/5] selftests/bpf: networking test cleanups and build fix
 2025-11-17 23:16 UTC  (5+ messages)
` [bpf-next v1 5/5] selftests/bpf: propagate LLVM toolchain to runqslower build

[PATCH bpf-next v6 2/6] bpf: Support associating BPF program with struct_ops
 2025-11-17 21:53 UTC  (4+ messages)

linux-next: samples/bpf build error: no member named 'ns_id' in struct ns_common
 2025-11-17 21:19 UTC 

[PATCH bpf-next 0/4] Add cryptographic hash and signature verification kfuncs to BPF
 2025-11-17 21:14 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: Add SHA hash kfuncs for cryptographic hashing
` [PATCH bpf-next 2/4] selftests/bpf: Add tests for SHA hash kfuncs
` [PATCH bpf-next 3/4] bpf: Add ECDSA signature verification kfuncs
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for "

Kernel build fails if both CONFIG_DEBUG_INFO_BTF and CONFIG_KCSAN are enabled
 2025-11-17 20:40 UTC 

[PATCH bpf-next v2 0/2] bpf: Nested rcu critical sections
 2025-11-17 20:04 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: support nested "
` [PATCH bpf-next v2 2/2] selftests: bpf: Add tests for unbalanced rcu_read_lock

[PATCH bpf-next v1 1/1] bpf: Annotate rqspinlock lock acquiring functions with __must_check
 2025-11-17 19:15 UTC 

[PATCH] mm/filemap: fix NULL pointer dereference in do_read_cache_folio()
 2025-11-17 18:45 UTC  (2+ messages)

[PATCH v3 0/4] make vmalloc gfp flags usage more apparent
 2025-11-17 17:35 UTC  (5+ messages)
` [PATCH v3 1/4] mm/vmalloc: warn on invalid vmalloc gfp flags
` [PATCH v3 2/4] mm/vmalloc: Add a helper to optimize vmalloc allocation gfps
` [PATCH v3 3/4] mm/vmalloc: cleanup large_gfp in vm_area_alloc_pages()
` [PATCH v3 4/4] mm/vmalloc: cleanup gfp flag use in new_vmap_block()

[PATCH net v3 0/1] i40e: xsk: advance next_to_clean on status descriptors
 2025-11-17 16:37 UTC  (5+ messages)
` [PATCH net v3 1/1] "

[PATCH bpf-next v10 0/8] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2025-11-17 16:20 UTC  (9+ messages)
` [PATCH bpf-next v10 1/8] bpf: Introduce internal bpf_map_check_op_flags helper function
` [PATCH bpf-next v10 2/8] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
` [PATCH bpf-next v10 3/8] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
` [PATCH bpf-next v10 4/8] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
` [PATCH bpf-next v10 5/8] bpf: Copy map value using copy_map_value_long for percpu_cgroup_storage maps
` [PATCH bpf-next v10 6/8] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support "
` [PATCH bpf-next v10 7/8] libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps
` [PATCH bpf-next v10 8/8] selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flags

[PATCH bpf-next v3 0/4] Remove KF_SLEEPABLE from arena kfuncs
 2025-11-17 16:06 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] bpf: arena: populate vm_area without allocating memory
` [PATCH bpf-next v3 2/4] bpf: arena: use kmalloc_nolock() in place of kvcalloc()
  ` [PATCH bpf-next v3 3/4] bpf: arena: make arena kfuncs any context safe
  ` [PATCH bpf-next v3 4/4] selftests: bpf: test non-sleepable arena allocations

bpf: system freezes due to recursive lock in bpf_ringbuf_reserve() caused by commit a650d38 ("bpf: Convert ringbuf map to rqspinlock")
 2025-11-17 15:20 UTC  (6+ messages)

[RFC PATCH v6 0/7] BTF performance optimizations with permutation and binary search
 2025-11-17 13:26 UTC  (8+ messages)
` [RFC PATCH v6 1/7] libbpf: Add BTF permutation support for type reordering
` [RFC PATCH v6 2/7] selftests/bpf: Add test cases for btf__permute functionality
` [RFC PATCH v6 3/7] tools/resolve_btfids: Add --btf_sort option for BTF name sorting
` [RFC PATCH v6 4/7] libbpf: Optimize type lookup with binary search for sorted BTF
` [RFC PATCH v6 5/7] libbpf: Implement BTF type sorting validation for binary search optimization
` [RFC PATCH v6 6/7] btf: Optimize type lookup with binary search
` [RFC PATCH v6 7/7] btf: Add sorting validation for "

[PATCH bpf-next v2 0/3] bpf: arm64: Indirect jumps
 2025-11-17 13:07 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: arm64: Add support for instructions array
` [PATCH bpf-next v2 2/3] bpf: arm64: Add support for indirect jumps
` [PATCH bpf-next v2 3/3] selftests: bpf: Enable gotox tests from arm64

[PATCH bpf-next 0/4] bpf: arm64: Indirect jumps
 2025-11-17 13:01 UTC  (10+ messages)
` [PATCH bpf-next 1/4] bpf: arm64: Add support for instructions array
` [PATCH bpf-next 2/4] bpf: arm64: Add support for indirect jumps
` [PATCH bpf-next 3/4] libbpf: Ignore relocations for .jumptables sections
` [PATCH bpf-next 4/4] selftests: bpf: Enable gotox tests from arm64

[RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
 2025-11-17 12:40 UTC  (9+ messages)
` [RFC PATCH 1/8] uprobe/x86: Introduce struct arch_uprobe_xol object
` [RFC PATCH 2/8] uprobe/x86: Use struct arch_uprobe_xol in emulate callback
` [RFC PATCH 3/8] uprobe/x86: Add support to emulate mov reg,reg instructions
` [RFC PATCH 4/8] uprobe/x86: Add support to emulate sub imm,reg instructions
` [RFC PATCH 5/8] uprobe/x86: Add support to optimize on top of emulated instructions
` [RFC PATCH 6/8] selftests/bpf: Add test for mov and sub emulation
` [RFC PATCH 7/8] selftests/bpf: Add test for uprobe prologue optimization
` [RFC PATCH 8/8] selftests/bpf: Add race test for uprobe proglog optimization

[PATCH bpf-next 0/2] Ease BPF signing build requirements
 2025-11-17 11:53 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpftool: Allow bpftool to build with openssl < 3

[PATCH bpf-next v1 0/3] bpf: Fix FIONREAD and copied_seq issues
 2025-11-17 11:07 UTC  (4+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v1 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v1 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq

[PATCH RFC 00/17] bpf: Introduce proof-based verifier enhancement
 2025-11-17 10:30 UTC  (3+ messages)

[PATCH net-next v5 0/6] Add AF_XDP zero copy support
 2025-11-17  9:19 UTC  (4+ messages)
` [PATCH net-next v5 5/6] net: ti: icssg-prueth: Add AF_XDP zero copy for RX

[PATCH bpf-next 0/4] libbpf: Make optimized uprobes backward compatible
 2025-11-17  8:35 UTC  (5+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Emit nop,nop5 instructions for x86_64 usdt probe
` [PATCH bpf-next 2/4] libbpf: Add uprobe syscall feature detection
` [PATCH bpf-next 3/4] libbpf: Add support to parse extra info in usdt note record
` [PATCH bpf-next 4/4] selftests/bpf: Add test for checking correct nop of optimized usdt

[PATCH bpf-next v2 0/2] bpf: Inline helper in powerpc JIT
 2025-11-17  6:52 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] powerpc64/bpf: Support internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v2 2/2] powerpc64/bpf: Inline bpf_get_smp_processor_id() and bpf_get_current_task()

[PATCH bpf-next v3] selftests/bpf: Fix htab_update/reenter_update selftest failure
 2025-11-17  6:07 UTC 

[syzbot] [bpf?] memory leak in map_create
 2025-11-17  6:06 UTC  (3+ messages)
` [PATCH] bpf: Plug a potential exclusive map memory leak

[PATCH net-next v2 0/7] net: ethernet: ti: am65-cpsw: add AF_XDP zero copy support
 2025-11-17  5:37 UTC  (2+ messages)
` [EXTERNAL] "

[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
 2025-11-17  4:25 UTC  (10+ messages)
` [RFC mm v5 1/2] page_pool: check nmdesc->pp to see its usage as page pool for net_iov not page-backed

[PATCH iproute2-next v2] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
 2025-11-16 17:45 UTC  (3+ messages)

[PATCH v11 bpf-next 00/12] BPF indirect jumps
 2025-11-16 12:58 UTC  (6+ messages)
` [PATCH v11 bpf-next 01/12] bpf, x86: add new map type: instructions array

[PATCH bpf-next] selftests/bpf: call bpf_get_numa_node_id() in trigger_count()
 2025-11-16  1:42 UTC 

[PATCH bpf-next v2 3/4] bpf: arena: make arena kfuncs any context safe
 2025-11-16  1:15 UTC  (2+ messages)

[PATCHSET v4 0/5] perf tools: Add deferred callchain support
 2025-11-15 23:41 UTC  (5+ messages)
` [PATCH v4 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v4 3/5] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v4 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v4 5/5] perf tools: Merge deferred user callchains


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