BPF List
 help / color / mirror / Atom feed
 messages from 2025-12-17 11:09:14 to 2025-12-18 23:09:48 UTC [more...]

[PATCH bpf-next v10 00/13] Improve the performance of BTF type lookups with binary search
 2025-12-18 23:09 UTC  (27+ 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: mmap_file LSM hook allows NULL pointer dereference
 2025-12-18 22:51 UTC  (11+ messages)

[PATCH bpf-next v4 0/8] resolve_btfids: Support for BTF modifications
 2025-12-18 22:39 UTC  (21+ 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

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-18 21:26 UTC  (4+ messages)
` [RFC 08/11] security: "

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

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

[PATCH iproute2-next v3] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
 2025-12-18 20:09 UTC 

[PATCH iproute2-next v2] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
 2025-12-18 19:58 UTC  (5+ messages)

[PATCH] lib/buildid: use __kernel_read() for sleepable context
 2025-12-18 19:51 UTC  (3+ messages)

[PATCH bpf-next] bpf: allow calling kfuncs from raw_tp programs
 2025-12-18 19:38 UTC  (2+ messages)

[PATCH bpf-next v3 00/16] Remove task and cgroup local storage percpu counters
 2025-12-18 18:27 UTC  (21+ messages)
` [PATCH bpf-next v3 01/16] bpf: Convert bpf_selem_unlink_map to failable
` [PATCH bpf-next v3 02/16] bpf: Convert bpf_selem_link_map "
` [PATCH bpf-next v3 03/16] bpf: Open code bpf_selem_unlink_storage in bpf_selem_unlink
` [PATCH bpf-next v3 04/16] bpf: Convert bpf_selem_unlink to failable
` [PATCH bpf-next v3 05/16] bpf: Change local_storage->lock and b->lock to rqspinlock
` [PATCH bpf-next v3 06/16] bpf: Remove task local storage percpu counter
` [PATCH bpf-next v3 07/16] bpf: Remove cgroup "
` [PATCH bpf-next v3 08/16] bpf: Remove unused percpu counter from bpf_local_storage_map_free
` [PATCH bpf-next v3 09/16] bpf: Save memory allocation method and size in bpf_local_storage_elem
` [PATCH bpf-next v3 10/16] bpf: Support lockless unlink when freeing map or local storage
` [PATCH bpf-next v3 11/16] bpf: Switch to bpf_selem_unlink_lockless in bpf_local_storage_{map_free, destroy}
` [PATCH bpf-next v3 12/16] selftests/bpf: Update sk_storage_omem_uncharge test
` [PATCH bpf-next v3 13/16] selftests/bpf: Update task_local_storage/recursion test
` [PATCH bpf-next v3 14/16] selftests/bpf: Update task_local_storage/task_storage_nodeadlock test
` [PATCH bpf-next v3 15/16] selftests/bpf: Remove test_task_storage_map_stress_lookup
` [PATCH bpf-next v3 16/16] selftests/bpf: Choose another percpu variable in bpf for btf_dump test

bpf: xdp: unhandled error in xdp_test_run_init_page() leads to crash
 2025-12-18 18:26 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Optimize recursion detection on arm64
 2025-12-18 17:55 UTC  (6+ 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 1/7] LoongArch: ftrace: Refactor register restoration in ftrace_common_return
 2025-12-18 15:26 UTC  (4+ messages)

[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 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 v9 00/10] Improve the performance of BTF type lookups with binary search
 2025-12-18  9:16 UTC  (6+ messages)
` [PATCH bpf-next v9 08/10] bpf: Skip anonymous types in type lookup for performance

[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 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 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 8/9] selftests/bpf: add testcases for tracing session
 2025-12-17 11:42 UTC  (3+ messages)


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