BPF List
 help / color / mirror / Atom feed
 messages from 2025-11-14 21:21:52 to 2025-11-17 17:37:35 UTC [more...]

[PATCH v3 0/4] make vmalloc gfp flags usage more apparent
 2025-11-17 17:35 UTC  (4+ 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()

[RFC mm v6] mm: introduce a new page type for page pool in page type
 2025-11-17 16:47 UTC  (4+ messages)

[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] "

Announcement: BPF CI is down
 2025-11-17 16:26 UTC 

[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 net v3] xsk: avoid data corruption on cq descriptor number
 2025-11-17 16:11 UTC  (3+ messages)

[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

[PATCH net-next 0/3] YNL CLI --list-attrs argument
 2025-11-17 16:05 UTC  (7+ 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 "

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

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  (9+ messages)
` [PATCH bpf-next 1/2] bpftool: Allow bpftool to build with openssl < 3
` [PATCH bpf-next 2/2] selftests/bpf: Allow selftests to build with older xxd

[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  (4+ 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()

[bpf-next v1 0/5] selftests/bpf: networking test cleanups and build fix
 2025-11-17  6:37 UTC  (8+ messages)
` [bpf-next v1 1/5] selftests/bpf: use sockaddr_storage instead of addr_port in cls_redirect test
` [bpf-next v1 2/5] selftests/bpf: use sockaddr_storage instead of sa46 in select_reuseport test
` [bpf-next v1 3/5] selftests/bpf: move common TCP helpers into bpf_tracing_net.h
` [bpf-next v1 4/5] selftests/bpf: replace TCP CC string comparisons with bpf_strncmp
` [bpf-next v1 5/5] selftests/bpf: propagate LLVM toolchain to runqslower build

[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 bpf-next v2 0/6] bpf trampoline support "jmp" mode
 2025-11-17  3:49 UTC  (7+ 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

[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 v3 36/50] functionfs: switch to simple_remove_by_name()
 2025-11-16  6:30 UTC  (9+ messages)
      ` [functionfs] mainline UAF (was Re: [PATCH v3 36/50] functionfs: switch to simple_remove_by_name())

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

[PATCH bpf-next v2 0/4] Remove KF_SLEEPABLE from arena kfuncs
 2025-11-16  1:15 UTC  (12+ messages)
` [PATCH bpf-next v2 2/4] bpf: arena: use kmalloc_nolock() in place of kvcalloc()
` [PATCH bpf-next v2 3/4] bpf: arena: make arena kfuncs any context safe
` [PATCH bpf-next v2 4/4] selftests: bpf: test non-sleepable arena allocations

[PATCHSET v4 0/5] perf tools: Add deferred callchain support
 2025-11-15 23:41 UTC  (6+ messages)
` [PATCH v4 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [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

[PATCH v2 bpf-next 0/2] bpf: Recognize special arithmetic shift in the verifier
 2025-11-15 16:00 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/2] "
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add tests for s>>=31 and s>>=63

[syzbot] [bpf?] possible deadlock in bpf_lru_push_free (2)
 2025-11-15 11:20 UTC  (4+ messages)

[PATCH bpf v5] bpf: Fix invalid mem access when update_effective_progs fails in __cgroup_bpf_detach
 2025-11-15 10:23 UTC 

[PATCH bpf-next v1] docs: bpf: map_array: specify BPF_MAP_TYPE_PERCPU_ARRAY value size limit
 2025-11-15  6:35 UTC 

bpf: failed assertion of infallibility in bpf_tracing_link_release triggers WARNING
 2025-11-15  4:08 UTC 

[PATCH bpf v4] bpf: Fix invalid mem access when update_effective_progs fails in __cgroup_bpf_detach
 2025-11-15  3:49 UTC  (2+ messages)

[PATCH bpf v3] bpf: Fix invalid mem access when update_effective_progs fails in __cgroup_bpf_detach
 2025-11-15  3:21 UTC  (9+ messages)

[PATCH bpf] bpf: don't skip other information if xlated_prog_insns is skipped
 2025-11-15  3:00 UTC  (2+ messages)

[PATCH net-next 0/6] net/mlx5e: Speedup channel configuration operations
 2025-11-15  2:53 UTC  (3+ messages)
` [PATCH net-next 2/6] net/mlx5e: Use regular ICOSQ for triggering NAPI

[PATCH bpf-next 1/2] bpf: Check skb->transport_header is set in bpf_skb_check_mtu
 2025-11-15  2:50 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: simplify the kernel_count bench trigger
 2025-11-15  2:45 UTC  (3+ messages)

[PATCH RFC bpf-next 0/7] bpf trampoline support "jmp" mode
 2025-11-15  2:42 UTC  (14+ messages)
` [PATCH RFC bpf-next 2/7] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
` [PATCH RFC bpf-next 4/7] bpf,x86: adjust the "jmp" mode for bpf trampoline
` [PATCH RFC bpf-next 5/7] bpf: introduce bpf_arch_text_poke_type
` [PATCH RFC bpf-next 7/7] bpf: implement "jmp" mode for trampoline

[PATCH net V4] veth: more robust handing of race to avoid txq getting stuck
 2025-11-15  2:20 UTC  (2+ messages)

[PATCH net-next] selftests: drv-net: xdp: Fix register spill error with clang 20
 2025-11-15  2:01 UTC  (2+ messages)

[PATCH bpf-next v3] bpf: verifier: Move desc->imm setup to sort_kfunc_descs_by_imm_off()
 2025-11-15  2:01 UTC  (3+ messages)

[PATCH bpf-next v1] selftests/bpf: align kfuncs renamed in bpf tree
 2025-11-15  2:01 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] Replace BPF memory allocator with kmalloc_nolock() in local storage
 2025-11-15  2:01 UTC  (3+ messages)
` [PATCH v2 bpf-next 4/4] bpf: Replace bpf "

[PATCH bpf-next 1/2] bpf: Recognize special arithmetic shift in the verifier
 2025-11-15  1:39 UTC  (8+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for s>>=31 and s>>=63

[PATCH v4 0/2] libbpf: fix BTF dedup to support recursive typedef
 2025-11-15  1:30 UTC  (2+ messages)

[PATCH bpf-next v2 1/4] bpf: arena: populate vm_area without allocating memory
 2025-11-15  1:26 UTC  (6+ messages)

[PATCH v2 bpf-next] selftests/bpf: Fix failure paths in send_signal test
 2025-11-15  1:10 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix failure path in send_signal test
 2025-11-15  1:02 UTC  (4+ messages)

[GIT PULL] BPF fixes for 6.18-rc6
 2025-11-14 23:53 UTC  (2+ messages)

[PATCH bpf-next v6 0/7] Support associating BPF programs with struct_ops
 2025-11-14 23:06 UTC  (10+ messages)
` [PATCH bpf-next v6 1/6] bpf: Allow verifier to fixup kernel module kfuncs
` [PATCH bpf-next v6 2/6] bpf: Support associating BPF program with struct_ops
` [PATCH bpf-next v6 3/6] libbpf: Add support for "
` [PATCH bpf-next v6 4/6] selftests/bpf: Test BPF_PROG_ASSOC_STRUCT_OPS command
` [PATCH bpf-next v6 5/6] selftests/bpf: Test ambiguous associated struct_ops
` [PATCH bpf-next v6 6/6] selftests/bpf: Test getting associated struct_ops in timer callback

[PATCH bpf] bpf: handle the return of ftrace_set_filter_ip in register_fentry
 2025-11-14 21:40 UTC  (2+ messages)

[PATCH bpf-next v1] bpf: a few missing checks to avoid verbose verifier log
 2025-11-14 21:30 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