messages from 2025-11-14 17:57:52 to 2025-11-17 13:26:30 UTC [more...]
[RFC PATCH v6 0/7] BTF performance optimizations with permutation and binary search
2025-11-17 13:26 UTC
[PATCH bpf-next v2 0/3] bpf: arm64: Indirect jumps
2025-11-17 13:07 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: arm64: Add support for instructions array
` [PATCH bpf-next v2 2/3] bpf: arm64: Add support for indirect jumps
` [PATCH bpf-next v2 3/3] selftests: bpf: Enable gotox tests from arm64
[PATCH bpf-next 0/4] bpf: arm64: Indirect jumps
2025-11-17 13:01 UTC (10+ messages)
` [PATCH bpf-next 1/4] bpf: arm64: Add support for instructions array
` [PATCH bpf-next 2/4] bpf: arm64: Add support for indirect jumps
` [PATCH bpf-next 3/4] libbpf: Ignore relocations for .jumptables sections
` [PATCH bpf-next 4/4] selftests: bpf: Enable gotox tests from arm64
[RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
2025-11-17 12:40 UTC (9+ messages)
` [RFC PATCH 1/8] uprobe/x86: Introduce struct arch_uprobe_xol object
` [RFC PATCH 2/8] uprobe/x86: Use struct arch_uprobe_xol in emulate callback
` [RFC PATCH 3/8] uprobe/x86: Add support to emulate mov reg,reg instructions
` [RFC PATCH 4/8] uprobe/x86: Add support to emulate sub imm,reg instructions
` [RFC PATCH 5/8] uprobe/x86: Add support to optimize on top of emulated instructions
` [RFC PATCH 6/8] selftests/bpf: Add test for mov and sub emulation
` [RFC PATCH 7/8] selftests/bpf: Add test for uprobe prologue optimization
` [RFC PATCH 8/8] selftests/bpf: Add race test for uprobe proglog optimization
[PATCH bpf-next 0/2] Ease BPF signing build requirements
2025-11-17 11:53 UTC (9+ messages)
` [PATCH bpf-next 1/2] bpftool: Allow bpftool to build with openssl < 3
` [PATCH bpf-next 2/2] selftests/bpf: Allow selftests to build with older xxd
[RFC mm v6] mm: introduce a new page type for page pool in page type
2025-11-17 11:20 UTC (2+ messages)
[PATCH bpf-next v1 0/3] bpf: Fix FIONREAD and copied_seq issues
2025-11-17 11:07 UTC (4+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v1 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v1 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq
[PATCH RFC 00/17] bpf: Introduce proof-based verifier enhancement
2025-11-17 10:30 UTC (4+ messages)
[PATCH net-next v5 0/6] Add AF_XDP zero copy support
2025-11-17 9:19 UTC (4+ messages)
` [PATCH net-next v5 5/6] net: ti: icssg-prueth: Add AF_XDP zero copy for RX
[PATCH bpf-next 0/4] libbpf: Make optimized uprobes backward compatible
2025-11-17 8:35 UTC (5+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Emit nop,nop5 instructions for x86_64 usdt probe
` [PATCH bpf-next 2/4] libbpf: Add uprobe syscall feature detection
` [PATCH bpf-next 3/4] libbpf: Add support to parse extra info in usdt note record
` [PATCH bpf-next 4/4] selftests/bpf: Add test for checking correct nop of optimized usdt
[PATCH bpf-next v2 0/2] bpf: Inline helper in powerpc JIT
2025-11-17 6:52 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] powerpc64/bpf: Support internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v2 2/2] powerpc64/bpf: Inline bpf_get_smp_processor_id() and bpf_get_current_task()
[bpf-next v1 0/5] selftests/bpf: networking test cleanups and build fix
2025-11-17 6:37 UTC (8+ messages)
` [bpf-next v1 1/5] selftests/bpf: use sockaddr_storage instead of addr_port in cls_redirect test
` [bpf-next v1 2/5] selftests/bpf: use sockaddr_storage instead of sa46 in select_reuseport test
` [bpf-next v1 3/5] selftests/bpf: move common TCP helpers into bpf_tracing_net.h
` [bpf-next v1 4/5] selftests/bpf: replace TCP CC string comparisons with bpf_strncmp
` [bpf-next v1 5/5] selftests/bpf: propagate LLVM toolchain to runqslower build
[PATCH bpf-next v3] selftests/bpf: Fix htab_update/reenter_update selftest failure
2025-11-17 6:07 UTC
[syzbot] [bpf?] memory leak in map_create
2025-11-17 6:06 UTC (3+ messages)
` [PATCH] bpf: Plug a potential exclusive map memory leak
[PATCH net-next v2 0/7] net: ethernet: ti: am65-cpsw: add AF_XDP zero copy support
2025-11-17 5:37 UTC (2+ messages)
` [EXTERNAL] "
[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
2025-11-17 4:25 UTC (10+ messages)
` [RFC mm v5 1/2] page_pool: check nmdesc->pp to see its usage as page pool for net_iov not page-backed
[PATCH bpf-next v2 0/6] bpf trampoline support "jmp" mode
2025-11-17 3:49 UTC (7+ messages)
` [PATCH bpf-next v2 1/6] ftrace: introduce FTRACE_OPS_FL_JMP
` [PATCH bpf-next v2 2/6] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
` [PATCH bpf-next v2 3/6] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
` [PATCH bpf-next v2 4/6] bpf,x86: adjust the "jmp" mode for bpf trampoline
` [PATCH bpf-next v2 5/6] bpf: specify the old and new poke_type for bpf_arch_text_poke
` [PATCH bpf-next v2 6/6] bpf: implement "jmp" mode for trampoline
bpf: system freezes due to recursive lock in bpf_ringbuf_reserve() caused by commit a650d38 ("bpf: Convert ringbuf map to rqspinlock")
2025-11-16 20:11 UTC (5+ messages)
[PATCH net-next 0/3] YNL CLI --list-attrs argument
2025-11-16 19:28 UTC (4+ messages)
` [PATCH net-next 1/3] tools: ynl: cli: Add --list-attrs option to show operation attributes
` [PATCH net-next 2/3] tools: ynl: cli: Parse nested attributes in --list-attrs output
` [PATCH net-next 3/3] tools: ynl: cli: Display enum values "
[PATCH iproute2-next v2] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
2025-11-16 17:45 UTC (3+ messages)
[PATCH v11 bpf-next 00/12] BPF indirect jumps
2025-11-16 12:58 UTC (6+ messages)
` [PATCH v11 bpf-next 01/12] bpf, x86: add new map type: instructions array
[PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
2025-11-16 6:30 UTC (9+ messages)
` [functionfs] mainline UAF (was Re: [PATCH v3 36/50] functionfs: switch to simple_remove_by_name())
[PATCH bpf-next] selftests/bpf: call bpf_get_numa_node_id() in trigger_count()
2025-11-16 1:42 UTC
[PATCH bpf-next v2 0/4] Remove KF_SLEEPABLE from arena kfuncs
2025-11-16 1:15 UTC (12+ messages)
` [PATCH bpf-next v2 2/4] bpf: arena: use kmalloc_nolock() in place of kvcalloc()
` [PATCH bpf-next v2 3/4] bpf: arena: make arena kfuncs any context safe
` [PATCH bpf-next v2 4/4] selftests: bpf: test non-sleepable arena allocations
[PATCHSET v4 0/5] perf tools: Add deferred callchain support
2025-11-15 23:41 UTC (6+ messages)
` [PATCH v4 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v4 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v4 3/5] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v4 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v4 5/5] perf tools: Merge deferred user callchains
[PATCH v2 bpf-next 0/2] bpf: Recognize special arithmetic shift in the verifier
2025-11-15 16:00 UTC (7+ messages)
` [PATCH v2 bpf-next 1/2] "
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add tests for s>>=31 and s>>=63
[syzbot] [bpf?] possible deadlock in bpf_lru_push_free (2)
2025-11-15 11:20 UTC (4+ messages)
[PATCH bpf v5] bpf: Fix invalid mem access when update_effective_progs fails in __cgroup_bpf_detach
2025-11-15 10:23 UTC
[PATCH net v3 0/1] i40e: xsk: advance next_to_clean on status descriptors
2025-11-15 7:58 UTC (4+ messages)
` [PATCH net v3 1/1] "
[PATCH bpf-next v1] docs: bpf: map_array: specify BPF_MAP_TYPE_PERCPU_ARRAY value size limit
2025-11-15 6:35 UTC
bpf: failed assertion of infallibility in bpf_tracing_link_release triggers WARNING
2025-11-15 4:08 UTC
[PATCH bpf v4] bpf: Fix invalid mem access when update_effective_progs fails in __cgroup_bpf_detach
2025-11-15 3:49 UTC (2+ messages)
[PATCH bpf v3] bpf: Fix invalid mem access when update_effective_progs fails in __cgroup_bpf_detach
2025-11-15 3:21 UTC (9+ messages)
[PATCH bpf] bpf: don't skip other information if xlated_prog_insns is skipped
2025-11-15 3:00 UTC (2+ messages)
[PATCH net-next 0/6] net/mlx5e: Speedup channel configuration operations
2025-11-15 2:53 UTC (3+ messages)
` [PATCH net-next 2/6] net/mlx5e: Use regular ICOSQ for triggering NAPI
[PATCH bpf-next 1/2] bpf: Check skb->transport_header is set in bpf_skb_check_mtu
2025-11-15 2:50 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: simplify the kernel_count bench trigger
2025-11-15 2:45 UTC (3+ messages)
[PATCH RFC bpf-next 0/7] bpf trampoline support "jmp" mode
2025-11-15 2:42 UTC (16+ messages)
` [PATCH RFC bpf-next 2/7] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
` [PATCH RFC bpf-next 3/7] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
` [PATCH RFC bpf-next 4/7] bpf,x86: adjust the "jmp" mode for bpf trampoline
` [PATCH RFC bpf-next 5/7] bpf: introduce bpf_arch_text_poke_type
` [PATCH RFC bpf-next 7/7] bpf: implement "jmp" mode for trampoline
[PATCH net V4] veth: more robust handing of race to avoid txq getting stuck
2025-11-15 2:20 UTC (2+ messages)
[PATCH net-next] selftests: drv-net: xdp: Fix register spill error with clang 20
2025-11-15 2:01 UTC (2+ messages)
[PATCH bpf-next v3] bpf: verifier: Move desc->imm setup to sort_kfunc_descs_by_imm_off()
2025-11-15 2:01 UTC (3+ messages)
[PATCH bpf-next v1] selftests/bpf: align kfuncs renamed in bpf tree
2025-11-15 2:01 UTC (2+ messages)
[PATCH v2 bpf-next 0/4] Replace BPF memory allocator with kmalloc_nolock() in local storage
2025-11-15 2:01 UTC (6+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Always charge/uncharge memory when allocating/unlinking storage elements
` [PATCH v2 bpf-next 2/4] bpf: Remove smap argument from bpf_selem_free()
` [PATCH v2 bpf-next 3/4] bpf: Save memory alloction info in bpf_local_storage
` [PATCH v2 bpf-next 4/4] bpf: Replace bpf memory allocator with kmalloc_nolock() in local storage
[PATCH bpf-next 1/2] bpf: Recognize special arithmetic shift in the verifier
2025-11-15 1:39 UTC (10+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for s>>=31 and s>>=63
[PATCH v4 0/2] libbpf: fix BTF dedup to support recursive typedef
2025-11-15 1:30 UTC (2+ messages)
[PATCH bpf-next v2 1/4] bpf: arena: populate vm_area without allocating memory
2025-11-15 1:26 UTC (6+ messages)
[PATCH v2 bpf-next] selftests/bpf: Fix failure paths in send_signal test
2025-11-15 1:10 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix failure path in send_signal test
2025-11-15 1:02 UTC (4+ messages)
[GIT PULL] BPF fixes for 6.18-rc6
2025-11-14 23:53 UTC (2+ messages)
[PATCH RFC net-next 0/2] xsk: fix immature cq descriptor production (II)
2025-11-14 23:46 UTC (10+ messages)
` [PATCH RFC net-next 2/2] xsk: introduce a cached cq to temporarily store descriptor addrs
[PATCH bpf-next v6 0/7] Support associating BPF programs with struct_ops
2025-11-14 23:06 UTC (10+ messages)
` [PATCH bpf-next v6 1/6] bpf: Allow verifier to fixup kernel module kfuncs
` [PATCH bpf-next v6 2/6] bpf: Support associating BPF program with struct_ops
` [PATCH bpf-next v6 3/6] libbpf: Add support for "
` [PATCH bpf-next v6 4/6] selftests/bpf: Test BPF_PROG_ASSOC_STRUCT_OPS command
` [PATCH bpf-next v6 5/6] selftests/bpf: Test ambiguous associated struct_ops
` [PATCH bpf-next v6 6/6] selftests/bpf: Test getting associated struct_ops in timer callback
[PATCH bpf] bpf: handle the return of ftrace_set_filter_ip in register_fentry
2025-11-14 21:40 UTC (2+ messages)
[PATCH bpf-next v1] bpf: a few missing checks to avoid verbose verifier log
2025-11-14 21:30 UTC (2+ messages)
[PATCH net-next 0/4] gve: Implement XDP HW RX Timestamping support for DQ
2025-11-14 21:11 UTC (5+ messages)
` [PATCH net-next 1/4] gve: Move ptp_schedule_worker to gve_init_clock
` [PATCH net-next 2/4] gve: Wrap struct xdp_buff
` [PATCH net-next 3/4] gve: Prepare bpf_xdp_metadata_rx_timestamp support
` [PATCH net-next 4/4] gve: Add Rx HWTS metadata to AF_XDP ZC mode
[PATCH bpf-next v3] bpf: prevent nesting overflow in bpf_try_get_buffers
2025-11-14 21:10 UTC (2+ messages)
[PATCH bpf-next v2] bpf: use preempt_disable/enable() to protect bpf_bprintf_buffers nesting
2025-11-14 21:10 UTC (2+ messages)
[PATCH dwarves v4 0/3] btf_encoder: refactor emission of BTF funcs
2025-11-14 20:54 UTC (7+ messages)
[PATCH dwarves 0/3] pahole: Replace or add functions with true signatures in btf
2025-11-14 20:11 UTC (5+ messages)
[PATCH 00/17] ns: header cleanups and initial namespace reference count improvements
2025-11-14 19:27 UTC (3+ messages)
` [PATCH 16/17] ns: drop custom reference count initialization for initial namespaces
[PATCHSET v3 0/5] perf tools: Add deferred callchain support
2025-11-14 19:20 UTC (16+ messages)
` [PATCH v3 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v3 3/5] perf record: Enable defer_callchain for user callchains
` [PATCH v3 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v3 5/5] perf tools: Merge deferred user callchains
[PATCH dwarves v1 0/3] btf_encoder: support for BPF magic kernel functions
2025-11-14 18:33 UTC (4+ messages)
[PATCH bpf v1 1/2] bpf: account for current allocated stack depth in widen_imprecise_scalars()
2025-11-14 17:57 UTC (2+ messages)
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