messages from 2025-12-18 00:34:55 to 2025-12-19 09:27:54 UTC [more...]
[PATCHv5 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2025-12-19 9:27 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 8/9] ftrace: Factor ftrace_ops ops_func interface
` [PATCHv5 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls
[PATCH] LoongArch: BPF: Fix sign extension for 12-bit immediates
2025-12-19 9:20 UTC (3+ messages)
[PATCH bpf-next v6 0/8] resolve_btfids: Support for BTF modifications
2025-12-19 7:54 UTC (11+ 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 bpf v2] lib/buildid: use __kernel_read() for sleepable context
2025-12-19 5:58 UTC (6+ messages)
[PATCH bpf-next v10 00/13] Improve the performance of BTF type lookups with binary search
2025-12-19 5:51 UTC (53+ 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
[PATCH net v2] virtio-net: enable all napis before scheduling refill work
2025-12-19 5:03 UTC (5+ messages)
[PATCH v8 03/12] arm64/delay: move some constants out to a separate header
2025-12-19 4:52 UTC (2+ messages)
[PATCH bpf-next v1 0/6] mm: bpf kfuncs to access memcg data
2025-12-19 2:51 UTC (11+ 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 v3 0/6] bpf trampoline support "jmp" mode
2025-12-19 2:22 UTC (5+ messages)
` [PATCH bpf-next v3 3/6] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
[PATCH 0/2] bpf: Add kretprobe fallback for kprobe multi link
2025-12-19 1:57 UTC (7+ 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 v4 0/9] bpf: tracing session supporting
2025-12-19 1:42 UTC (15+ messages)
` [PATCH bpf-next v4 1/9] bpf: add tracing session support
` [PATCH bpf-next v4 4/9] bpf: add the kfunc bpf_fsession_cookie
` [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 v5 0/8] resolve_btfids: Support for BTF modifications
2025-12-19 1:37 UTC (11+ messages)
` [PATCH bpf-next v5 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v5 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v5 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v5 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v5 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v5 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
` [PATCH bpf-next v5 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
` [PATCH bpf-next v5 8/8] resolve_btfids: Change in-place update with raw binary output
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 (13+ messages)
` [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 iproute2-next v3] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
2025-12-18 20:09 UTC
[PATCH bpf-next v4 3/8] resolve_btfids: Introduce enum btf_id_kind
2025-12-18 20:03 UTC (5+ messages)
[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)
[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 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 (19+ 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 (3+ 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 (5+ messages)
` [PATCH 4/7] sched_ext: Add a DL "
` [PATCH v2 "
[PATCH bpf-next 0/2] Handle -fms-extension in kernel structs
2025-12-18 0:50 UTC (23+ messages)
` [PATCH bpf-next 1/2] libbpf: add option to force-anonymize nested structs for BTF dump
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox