messages from 2026-07-29 19:07:52 to 2026-07-30 01:01:38 UTC [more...]
[PATCH bpf-next v3 0/3] Simplify min()/max(), contains() and normalize() cnum implementation
2026-07-30 1:01 UTC (5+ messages)
` [PATCH bpf-next v3 1/3] bpf: Simplify cnum contains() by removing redundant branches
` [PATCH bpf-next v3 2/3] bpf: Simplify cnum normalize() by dropping unnecessary comparisons
` [PATCH bpf-next v3 3/3] bpf: Avoid redundant min()/max() in cnum signed bounds
[PATCH net] net: stmmac: Disable queues before netif_tx_disable in xdp_release
2026-07-30 0:56 UTC (2+ messages)
[PATCH bpf-next v2 0/3] Simplify min()/max(), contains() and normalize() cnum implementation
2026-07-29 23:58 UTC (10+ messages)
` [PATCH bpf-next v2 1/3] bpf: Simplify cnum contains() implementation
` [PATCH bpf-next v2 2/3] bpf: Simplify cnum normalize() implementation
` [PATCH bpf-next v2 3/3] bpf: Avoid redundant min()/max() in cnum signed bounds
[PATCH v4] kbuild: rpm-pkg: Preserve BTF sections in kernel modules during debuginfo stripping
2026-07-29 23:21 UTC (2+ messages)
[PATCH bpf-next] bpf: arena: fix mmap_lock deadlock on arena lock failure
2026-07-29 21:51 UTC (3+ messages)
[PATCH bpf-next v4 0/6] bpf: Inline the numeric open-coded iterator kfuncs
2026-07-29 21:50 UTC (10+ messages)
` [PATCH bpf-next v4 1/6] bpf: Correct the overflow check comment in bpf_iter_num_next()
` [PATCH bpf-next v4 2/6] bpf: Inline bpf_iter_num_new() kfunc
` [PATCH bpf-next v4 3/6] bpf: Inline bpf_iter_num_next() kfunc
` [PATCH bpf-next v4 4/6] bpf: Inline bpf_iter_num_destroy() as a no-op
` [PATCH bpf-next v4 5/6] selftests/bpf: Verify inlined numeric iterator shape with __xlated
` [PATCH bpf-next v4 6/6] selftests/bpf: Add bpf_for() benchmark
[syzbot] [bpf?] [trace?] KCSAN: data-race in __perf_event_overflow / perf_event_detach_bpf_prog
2026-07-29 21:37 UTC
[PATCH bpf] bpf: Reject negative optlen in cgroup getsockopt hook
2026-07-29 21:36 UTC (2+ messages)
[PATCH bpf 1/3] bpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookup
2026-07-29 20:32 UTC (3+ messages)
` [PATCH bpf 2/3] bpf: Extract shared reqsk-to-listener upgrade
` [PATCH bpf 3/3] bpf: Unconditionally take socket references in lookup helpers
[PATCH bpf-next v2 00/18] Generate bpf_func_proto for kfunc
2026-07-29 20:06 UTC (4+ messages)
` [PATCH bpf-next v2 18/18] bpf: Generate kfunc argument prototype at add-call time
[PATCH bpf-next] bpf: Fix mmap_lock leak in irq_work path
2026-07-29 20:03 UTC (2+ messages)
[RFC PATCH bpf-next 0/3] ftrace, kprobes, bpf: mark trampoline/kprobe ftrace_ops permanent
2026-07-29 19:48 UTC (9+ messages)
[PATCH v4 bpf-next 0/1] bpf: Populate mmap-able array maps lazily
2026-07-29 19:24 UTC (2+ messages)
` [PATCH v4 bpf-next 1/1] bpf: Populate mmap-able array map memory lazily
[PATCH bpf-next 0/2] Simplify min()/max(), contains() and fix normalize() cnum implementation
2026-07-29 19:21 UTC (7+ messages)
` [PATCH bpf-next 1/2] bpf: Simplify cnum contains() and normalize() implementation
` [PATCH bpf-next 2/2] bpf: Avoid redundant min()/max() in cnum signed bounds
[PATCHES 00/31] pahole: Bug fixes and small improvements
2026-07-29 19:07 UTC (27+ messages)
` [PATCH 06/31] ctf_loader, libctf: Fix error path resource leaks
` [PATCH 07/31] dwarves: Don't search for holes before member byte sizes are cached
` [PATCH 08/31] dwarf_loader: Allocate type_dcu via dwarf_cu__new to fix dangling stack pointer
` [PATCH 09/31] dwarf_loader: Fix annotation failure leaks in variable and typedef creation
` [PATCH 10/31] btf_encoder: Use btf_encoder__tag_type() for all type ID computations
` [PATCH 11/31] pahole: Fix --errno typo that decrements instead of negating
` [PATCH 12/31] dwarves: Fix heap buffer overflow in languages__parse realloc
` [PATCH 13/31] btf_encoder: Fix early cleanup crashes in btf_encoder__new/delete
` [PATCH 14/31] btf_encoder, libctf: Add elf_strptr NULL checks and fix kfunc bounds
` [PATCH 15/31] dwarf_loader: Fix --fixup_silly_bitfields condition check
` [PATCH 16/31] dwarf_loader: Skip libdw__lock when elfutils is built thread-safe
` [PATCH 17/31] dwarf_loader: Fix data race in tag__init() decl_file string cache
` [PATCH 18/31] pahole: Fix parse_btf_features("all") being a silent no-op
` [PATCH 19/31] dwarves: Fix variable shadowing in __cus__find_struct_by_name()
` [PATCH 20/31] dutil: Add exec_objcopy() shell-injection-safe helper
` [PATCH 21/31] btf_encoder: Fall back to objcopy when llvm-objcopy is not available
` [PATCH 22/31] dwarf_loader, btf_loader: Replace stale FIXME/XXX comments with explanations
` [PATCH 23/31] pahole: Skip inline expansions during BTF encoding
` [PATCH 24/31] pahole: Use fseek for seekable files in --prettify and --seek_bytes
` [PATCH 25/31] pahole: Guard pipe_seek() against negative offsets
` [PATCH 26/31] gobuffer: Remove 5 dead functions found via coverage analysis
` [PATCH 27/31] dwarves: Remove 6 "
` [PATCH 28/31] pfunct, dwarves_fprintf: Mark file-local functions as static
` [PATCH 29/31] btf_encoder: Fix multi-dimensional array encoding
` [PATCH 30/31] btf_loader: Fix multi-dimensional array loading
` [PATCH 31/31] btfdiff: Remove --flat_arrays now that pahole encodes multi dim arrays in BTF
page: | 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