BPF List
 help / color / mirror / Atom feed
 messages from 2025-12-19 17:28:35 to 2025-12-23 15:27:18 UTC [more...]

[PATCH net 0/3] virtio-net: fix the deadlock when disabling rx NAPI
 2025-12-23 15:25 UTC  (4+ messages)
` [PATCH net 1/3] virtio-net: make refill work a per receive queue work
` [PATCH net 2/3] virtio-net: ensure rx NAPI is enabled before enabling refill work
` [PATCH net 3/3] virtio-net: schedule the pending refill work after being enabled

[PATCH bpf-next v8 0/4] Remove KF_SLEEPABLE from arena kfuncs
 2025-12-23 14:51 UTC  (7+ messages)
` [PATCH bpf-next v8 1/4] bpf: arena: populate vm_area without allocating memory
` [PATCH bpf-next v8 2/4] bpf: arena: use kmalloc_nolock() in place of kvcalloc()
` [PATCH bpf-next v8 3/4] bpf: arena: make arena kfuncs any context safe
` [PATCH bpf-next v8 4/4] selftests: bpf: test non-sleepable arena allocations

[PATCH bpf-next v2 0/7] mm: bpf kfuncs to access memcg data
 2025-12-23 14:09 UTC  (25+ messages)
` [PATCH bpf-next v2 1/7] mm: declare memcg_page_state_output() in memcontrol.h
` [PATCH bpf-next v2 2/7] mm: introduce BPF kfuncs to deal with memcg pointers
` [PATCH bpf-next v2 3/7] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc
` [PATCH bpf-next v2 4/7] mm: introduce BPF kfuncs to access memcg statistics and events
` [PATCH bpf-next v2 5/7] mm: introduce BPF kfunc to access memory events
` [PATCH bpf-next v2 6/7] bpf: selftests: selftests for memcg stat kfuncs
` [PATCH bpf-next v2 7/7] MAINTAINERS: add an entry for MM BPF extensions

[PATCH bpf-next v2 0/2] bpf: Add value tracking for BPF_DIV
 2025-12-23 13:50 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add interval and tnum analysis for signed and unsigned BPF_DIV
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for BPF_DIV analysis
` [syzbot ci] Re: bpf: Add value tracking for BPF_DIV

[PATCH v8 bpf-next 00/10] Add kind layout to BTF
 2025-12-23 11:09 UTC  (21+ 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

[BUG] bpf: verifier: False warning for helpers in speculative branches
 2025-12-23 11:03 UTC 

[PATCH] buildid: validate page-backed file before parsing build ID
 2025-12-23 10:32 UTC 

[PATCH v2 0/1] finalize removing the page pool members in struct page
 2025-12-23 10:27 UTC  (4+ messages)

[PATCH bpf-next] verifier: add prune points to live registers print
 2025-12-23 10:12 UTC  (4+ messages)

[PATCH v4 0/7] Fix the failure issue of the module_attach test case
 2025-12-23  8:49 UTC  (6+ messages)
` [PATCH v4 6/7] LoongArch: BPF: Enhance the bpf_arch_text_poke() function

[PATCH bpf-next v2] bpf: arm64: Fix panic due to missing BTI at indirect jump targets
 2025-12-23  8:54 UTC 

[PATCH 0/5] kbuild: uapi: improvements to header testing
 2025-12-23  7:04 UTC  (6+ messages)
` [PATCH 1/5] kbuild: uapi: validate that headers do not use libc
` [PATCH 2/5] hexagon: Drop invalid UAPI header asm/signal.h
` [PATCH 3/5] kbuild: uapi: don't compile test bpf_perf_event.h on xtensa
` [PATCH 4/5] kbuild: uapi: split out command conditions into variables
` [PATCH 5/5] kbuild: uapi: drop dependency on CC_CAN_LINK

[PATCH net-next v3] idpf: export RX hardware timestamping information to XDP
 2025-12-23  7:03 UTC  (6+ messages)
` [Intel-wired-lan] "

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

[PATCH bpf-next v4 0/6] mm: bpf kfuncs to access memcg data
 2025-12-23  4:41 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] mm: declare memcg_page_state_output() in memcontrol.h
` [PATCH bpf-next v4 2/6] mm: introduce BPF kfuncs to deal with memcg pointers
` [PATCH bpf-next v4 3/6] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc
` [PATCH bpf-next v4 4/6] mm: introduce BPF kfuncs to access memcg statistics and events
` [PATCH bpf-next v4 5/6] bpf: selftests: selftests for memcg stat kfuncs
` [PATCH bpf-next v4 6/6] MAINTAINERS: add an entry for MM BPF extensions

kernel crashes in BPF JIT code with kCFI and clang on x86
 2025-12-23  3:43 UTC 

[RFC bpf PATCH 0/2] bpf: Fix memory access tags in helper prototypes
 2025-12-23  3:22 UTC  (7+ messages)
` [RFC PATCH bpf 1/2] "
` [RFC PATCH bpf 2/2] selftests/bpf: add regression tests for snprintf and get_stack helpers

[PATCH bpf-next v3 0/6] mm: bpf kfuncs to access memcg data
 2025-12-23  3:09 UTC  (9+ messages)
` [PATCH bpf-next v3 1/6] mm: declare memcg_page_state_output() in memcontrol.h
` [PATCH bpf-next v3 2/6] mm: introduce BPF kfuncs to deal with memcg pointers
` [PATCH bpf-next v3 3/6] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc
` [PATCH bpf-next v3 4/6] mm: introduce BPF kfuncs to access memcg statistics and events
` [PATCH bpf-next v3 5/6] bpf: selftests: selftests for memcg stat kfuncs
` [PATCH bpf-next v3 6/6] MAINTAINERS: add an entry for MM BPF extensions

[PATCH bpf-next 1/2] bpf: Add interval and tnum analysis for signed and unsigned BPF_DIV
 2025-12-23  0:19 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for BPF_DIV analysis

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

[PATCH bpf v3] lib/buildid: use __kernel_read() for sleepable context
 2025-12-22 20:58 UTC 

[syzbot] [bpf?] inconsistent lock state in bpf_lru_push_free
 2025-12-22 20:11 UTC  (2+ messages)

[PATCH bpf v2] lib/buildid: use __kernel_read() for sleepable context
 2025-12-22 19:41 UTC  (9+ messages)

[PATCH bpf-next v7 0/4] Remove KF_SLEEPABLE from arena kfuncs
 2025-12-22 19:38 UTC  (7+ messages)
` [PATCH bpf-next v7 1/4] bpf: arena: populate vm_area without allocating memory
` [PATCH bpf-next v7 2/4] bpf: arena: use kmalloc_nolock() in place of kvcalloc()
` [PATCH bpf-next v7 3/4] bpf: arena: make arena kfuncs any context safe
` [PATCH bpf-next v7 4/4] selftests: bpf: test non-sleepable arena allocations

[PATCH] Documentation/bpf: Update PROG_TYPE for BPF_PROG_RUN
 2025-12-22 19:12 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Allow calling kfuncs from raw_tp programs
 2025-12-22 18:35 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: allow "
` [PATCH bpf-next v2 2/2] selftests: bpf: fix tests with raw_tp calling kfuncs

[PATCH 2/2] bpf: Implement kretprobe fallback for kprobe multi link
 2025-12-22 17:15 UTC  (3+ messages)

[PATCH 2/2] bpf: Implement kretprobe fallback for kprobe multi link
 2025-12-22  8:00 UTC  (2+ messages)

[PATCH v8 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2025-12-22  7:47 UTC  (3+ messages)
` [PATCH v8 01/12] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()

[PATCH bpf-next v10 00/13] Improve the performance of BTF type lookups with binary search
 2025-12-22  1:58 UTC  (33+ messages)
` [PATCH bpf-next v10 01/13] libbpf: Add BTF permutation support for type reordering
` [PATCH bpf-next v10 03/13] tools/resolve_btfids: Support BTF sorting feature
` [PATCH bpf-next v10 04/13] libbpf: Optimize type lookup with binary search for sorted BTF
` [PATCH bpf-next v10 05/13] libbpf: Verify BTF Sorting
` [PATCH bpf-next v10 09/13] bpf: Optimize the performance of find_bpffs_btf_enums
` [PATCH bpf-next v10 11/13] libbpf: Add btf_is_sorted and btf_sorted_start_id helpers to refactor the code
` [PATCH bpf-next v10 12/13] btf: Add btf_is_sorted "

[PATCH] x86/bpf: Avoid emitting LOCK prefix for XCHG atomic ops
 2025-12-22  0:56 UTC  (2+ messages)

[PATCH v2 bpf-next 1/2] bpf: annotate file argument as __nullable in bpf_lsm_mmap_file
 2025-12-22  0:56 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: Optimize recursion detection on arm64
 2025-12-22  0:54 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: move recursion detection logic to helpers
` [PATCH bpf-next v3 2/2] bpf: arm64: Optimize recursion detection by not using atomics

[PATCH v4 0/2] kallsyms: Always initialize modbuildid
 2025-12-21 18:44 UTC  (5+ messages)
` [PATCH v4 1/2] kallsyms: Always initialize modbuildid on ftrace address
` [PATCH v4 2/2] kallsyms: Always initialize modbuildid on bpf address

[PATCHv5 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls
 2025-12-21 11:09 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: Add value tracking for BPF_DIV
 2025-12-21  9:39 UTC 

[PATCH iproute2-next v3] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
 2025-12-20 23:36 UTC  (2+ messages)

[PATCH 2/4] cgroup: Introduce cgroup_level() helper
 2025-12-20 21:49 UTC  (3+ messages)

[PATCH] bpf: crypto: replace -EEXIST with -EBUSY
 2025-12-20 18:55 UTC  (2+ messages)

[PATCH v3 2/3] riscv: introduce percpu.h into include/asm
 2025-12-20 16:31 UTC  (3+ messages)

[PATCH bpf-next v4 0/9] bpf: tracing session supporting
 2025-12-20 12:22 UTC  (6+ messages)

[PATCH bpf v2] riscv, bpf: fix incorrect usage of BPF_TRAMP_F_ORIG_STACK
 2025-12-20  8:12 UTC  (5+ messages)

[PATCH bpf-next v1 0/6] mm: bpf kfuncs to access memcg data
 2025-12-20  3:36 UTC  (19+ messages)
` [PATCH bpf-next v1 1/6] mm: declare memcg_page_state_output() in memcontrol.h
` [PATCH bpf-next v1 2/6] mm: introduce BPF kfuncs to deal with memcg pointers
` [PATCH bpf-next v1 3/6] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc
` [PATCH bpf-next v1 4/6] mm: introduce BPF kfuncs to access memcg statistics and events
` [PATCH bpf-next v1 5/6] mm: introduce BPF kfunc to access memory events
` [PATCH bpf-next v1 6/6] bpf: selftests: selftests for memcg stat kfuncs

[PATCH bpf-next v7 0/8] resolve_btfids: Support for BTF modifications
 2025-12-19 20:10 UTC  (10+ messages)
` [PATCH bpf-next v7 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v7 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v7 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v7 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v7 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v7 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
  ` [PATCH bpf-next v7 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
  ` [PATCH bpf-next v7 8/8] resolve_btfids: Change in-place update with raw binary output

[PATCH bpf-next] bpf: arm64: fix sparse warnings
 2025-12-19 19:13 UTC 

[PATCH bpf] riscv, bpf: fix incorrect usage of BPF_TRAMP_F_ORIG_STACK
 2025-12-19 18:25 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: Optimize recursion detection on arm64
 2025-12-19 18:23 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] bpf: arm64: Optimize recursion detection by not using atomics


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