BPF List
 help / color / mirror / Atom feed
 messages from 2025-12-17 02:48:51 to 2025-12-18 17:54:42 UTC [more...]

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

[PATCH 0/2] bpf: Add kretprobe fallback for kprobe multi link
 2025-12-18 17:53 UTC  (5+ messages)
` [PATCH 1/2] bpf: Prepare for kprobe multi link fallback patch
` [PATCH 2/2] bpf: Implement kretprobe fallback for kprobe multi link

[PATCH bpf-next v2 0/2] bpf: Optimize recursion detection on arm64
 2025-12-18 17:44 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: move recursion detection logic to helpers
` [PATCH bpf-next v2 2/2] bpf: arm64: Optimize recursion detection by not using atomics

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-18 17:40 UTC  (2+ messages)

[PATCHv5 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2025-12-18 16:26 UTC  (14+ 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 8/9] ftrace: Factor ftrace_ops ops_func interface
` [PATCHv5 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls

[PATCH v3 net] net: enetc: do not transmit redirected XDP frames when the link is down
 2025-12-18 15:50 UTC  (2+ messages)

[PATCH v4 0/7] Fix the failure issue of the module_attach test case
 2025-12-18 15:26 UTC  (11+ 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 v3 0/6] bpf trampoline support "jmp" mode
 2025-12-18 15:05 UTC  (4+ messages)
` [PATCH bpf-next v3 3/6] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME

[PATCH bpf-next] bpf: allow calling kfuncs from raw_tp programs
 2025-12-18 14:55 UTC 

[PATCH net-next v2] idpf: export RX hardware timestamping information to XDP
 2025-12-18 14:02 UTC  (2+ messages)

[PATCH 0/2] introduce pagetable_alloc_nolock()
 2025-12-18 12:24 UTC  (20+ messages)
` [PATCH 2/2] arm64: mmu: use pagetable_alloc_nolock() while stop_machine()

[PATCH bpf-next v10 00/13] Improve the performance of BTF type lookups with binary search
 2025-12-18 11:30 UTC  (14+ 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 bpf-next v10 13/13] btf: Refactor the code by calling str_is_empty

bpf: xdp: unhandled error in xdp_test_run_init_page() leads to crash
 2025-12-18 10:43 UTC 

[PATCH bpf-next v9 00/10] Improve the performance of BTF type lookups with binary search
 2025-12-18  9:16 UTC  (24+ messages)
` [PATCH bpf-next v9 01/10] libbpf: Add BTF permutation support for type reordering
` [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 v3 0/7] kallsyms: Prevent invalid access when showing module buildid
 2025-12-18  9:09 UTC  (5+ messages)

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

[PATCH][v2] watchdog: softlockup: panic when lockup duration exceeds N thresholds
 2025-12-18  7:43 UTC 

[PATCHSET v11 sched_ext/for-6.20] Add a deadline server for sched_ext tasks
 2025-12-18  7:14 UTC  (12+ messages)
` [PATCH 1/7] sched/deadline: Clear the defer params
` [PATCH 2/7] sched/debug: Fix updating of ppos on server write ops
` [PATCH 3/7] sched/debug: Stop and start server based on if it was active
` [PATCH 4/7] sched_ext: Add a DL server for sched_ext tasks
    ` [PATCH v2 "
` [PATCH 5/7] sched/debug: Add support to change sched_ext server params
` [PATCH 6/7] selftests/sched_ext: Add test for sched_ext dl_server
` [PATCH 7/7] selftests/sched_ext: Add test for DL server total_bw consistency

[PATCH] lib/buildid: use __kernel_read() for sleepable context
 2025-12-18  5:13 UTC  (2+ messages)

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-18  1:22 UTC  (3+ messages)
` [RFC 08/11] security: "

[PATCH bpf-next 0/2] Handle -fms-extension in kernel structs
 2025-12-18  0:50 UTC  (24+ messages)
` [PATCH bpf-next 1/2] libbpf: add option to force-anonymize nested structs for BTF dump

[PATCH v2 0/1] finalize removing the page pool members in struct page
 2025-12-18  0:17 UTC  (3+ messages)

[PATCH iproute2-next v2] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
 2025-12-17 23:44 UTC  (4+ messages)

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

[PATCH v3] kallsyms: Always initialize modbuildid
 2025-12-17 22:30 UTC  (3+ messages)

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

[PATCH 0/4] Use __counted_by for ancestor arrays
 2025-12-17 16:46 UTC  (3+ messages)
` [PATCH 2/4] cgroup: Introduce cgroup_level() helper

[PATCHSET v6 0/6] perf tools: Add deferred callchain support
 2025-12-17 16:00 UTC  (6+ messages)
` [PATCH v6 4/6] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED

[PATCH net-next v1] idpf: export RX hardware timestamping information to XDP
 2025-12-17 14:35 UTC  (3+ messages)

[PATCH bpf-next v4 0/9] bpf: tracing session supporting
 2025-12-17 11:42 UTC  (14+ 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 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 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 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)


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