BPF List
 help / color / mirror / Atom feed
 messages from 2025-12-19 01:58:14 to 2025-12-22 19:08:41 UTC [more...]

[PATCH bpf-next v7 0/4] Remove KF_SLEEPABLE from arena kfuncs
 2025-12-22 19:08 UTC 

[PATCH v8 bpf-next 00/10] Add kind layout to BTF
 2025-12-22 19:03 UTC  (20+ 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

[syzbot] [bpf?] inconsistent lock state in bpf_lru_push_free
 2025-12-22 19:02 UTC 

[PATCH bpf-next] verifier: add prune points to live registers print
 2025-12-22 18:58 UTC 

[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 net-next v3] idpf: export RX hardware timestamping information to XDP
 2025-12-22 12:54 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH net v2] virtio-net: enable all napis before scheduling refill work
 2025-12-22 11:58 UTC  (7+ 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 v2] lib/buildid: use __kernel_read() for sleepable context
 2025-12-22  5:33 UTC  (8+ messages)

[PATCH bpf-next v10 00/13] Improve the performance of BTF type lookups with binary search
 2025-12-22  1:58 UTC  (54+ messages)
` [PATCH bpf-next v10 01/13] libbpf: Add BTF permutation support for type reordering
` [PATCH bpf-next v10 02/13] selftests/bpf: Add test cases for btf__permute functionality
` [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 06/13] btf: Optimize type lookup with binary search
` [PATCH bpf-next v10 07/13] btf: Verify BTF Sorting
` [PATCH bpf-next v10 08/13] bpf: Skip anonymous types in type lookup for performance
` [PATCH bpf-next v10 09/13] bpf: Optimize the performance of find_bpffs_btf_enums
` [PATCH bpf-next v10 10/13] libbpf: Optimize the performance of determine_ptr_size
` [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 v4 0/7] Fix the failure issue of the module_attach test case
 2025-12-22  1:50 UTC  (4+ messages)
` [PATCH v4 6/7] LoongArch: BPF: Enhance the bpf_arch_text_poke() function

[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 bpf-next v2 0/7] mm: bpf kfuncs to access memcg data
 2025-12-22  0:51 UTC  (23+ 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 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 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2025-12-21 11:09 UTC  (18+ messages)
` [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 9/9] bpf,x86: Use single ftrace_ops for direct calls

[PATCH bpf-next 1/2] bpf: Add interval and tnum analysis for signed and unsigned BPF_DIV
 2025-12-21 10:07 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for BPF_DIV analysis

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

[PATCH] Documentation/bpf: Update PROG_TYPE for BPF_PROG_RUN
 2025-12-21  7:00 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  (14+ messages)
` [PATCH bpf-next v4 6/9] bpf,x86: add tracing session supporting for x86_64
` [PATCH bpf-next v4 4/9] bpf: add the kfunc bpf_fsession_cookie

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

[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  (23+ 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  (5+ messages)
` [PATCH bpf-next v2 2/2] bpf: arm64: Optimize recursion detection by not using atomics

[syzbot] [net?] [virt?] BUG: sleeping function called from invalid context in __bpf_stream_push_str
 2025-12-19 17:06 UTC  (3+ messages)

[REGRESSION] Cannot boot 6.19-rc1 on riscv64 with BPF enabled
 2025-12-19 15:20 UTC  (3+ messages)

[PATCH RESEND bpf] riscv, bpf: fix incorrect usage of BPF_TRAMP_F_ORIG_STACK
 2025-12-19 13:16 UTC 

[PATCH bpf-next v3 0/6] bpf trampoline support "jmp" mode
 2025-12-19 14:54 UTC  (11+ messages)
` [PATCH bpf-next v3 3/6] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME

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

[PATCH net] net: stmmac: fix the crash issue for zero copy XDP_TX action
 2025-12-19 10:04 UTC  (6+ messages)

[PATCH] LoongArch: BPF: Fix sign extension for 12-bit immediates
 2025-12-19  9:33 UTC  (4+ messages)

[PATCH v8 03/12] arm64/delay: move some constants out to a separate header
 2025-12-19  4:52 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