messages from 2026-05-15 17:39:29 to 2026-05-16 00:39:47 UTC [more...]
[PATCH net 0/4] xsk: fix meta and publish of cq issues
2026-05-16 0:39 UTC (8+ messages)
` [PATCH net 3/4] xsk: drain continuation descs after overflow in xsk_build_skb()
[PATCH] Revert "mm: introduce a new page type for page pool in page type"
2026-05-16 0:10 UTC (2+ messages)
[PATCH bpf-next v5 0/3] bpf: Implement stack_map_get_build_id_offset_sleepable()
2026-05-15 23:59 UTC (7+ messages)
` [PATCH bpf-next v5 2/3] bpf: Avoid faultable build ID reads under mm locks
` [PATCH bpf-next v5 3/3] bpf: Cache build IDs in sleepable stackmap path
[PATCH v3 00/17] perf build: Reduce build time by nearly half
2026-05-15 23:32 UTC (32+ messages)
` [PATCH v4 00/14] "
` [PATCH v4 02/14] perf trace beauty: Make beauty generated C code standalone .o files
` [PATCH v4 11/14] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
` [PATCH v4 12/14] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
` [PATCH v4 14/14] perf build: Convert llvm-config shell queries to simply expanded variables
` [PATCH v5 00/14] perf build: Reduce build time by nearly half
` [PATCH v5 01/14] tools build: Fix feature checks to touch target files on success
` [PATCH v5 02/14] perf trace beauty: Make beauty generated C code standalone .o files
` [PATCH v5 03/14] perf build: Decouple pmu-events from prepare umbrella target
` [PATCH v5 04/14] perf build: Remove empty archheaders target
` [PATCH v5 05/14] perf build: Move BPF skeleton generation out of Makefile.perf
` [PATCH v5 06/14] perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
` [PATCH v5 07/14] perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
` [PATCH v5 08/14] perf build: Move libsymbol dependency out of prepare step
` [PATCH v5 09/14] perf build: Remove redundant libbpf feature check for static builds
` [PATCH v5 10/14] perf pmu-events: Split big_c_string storage into standalone compilation unit
` [PATCH v5 11/14] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
` [PATCH v5 12/14] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
` [PATCH v5 13/14] perf pmu-events: Convert recursive shell assignments and macros to Make built-ins
` [PATCH v5 14/14] perf build: Convert llvm-config shell queries to simply expanded variables
[PATCH 0/6] tools/build: Allow versioning of all LLVM tools
2026-05-15 22:58 UTC (3+ messages)
` [PATCH 5/6] tools/build: selftests: Allow versioning LLVM lld
[PATCH bpf-next v2 1/2] bpf: Validate outgoing stack args when btf_prepare_func_args fails
2026-05-15 22:55 UTC (2+ messages)
[PATCH bpf-next v3 0/7] bpf: Follow-up fixes for stack argument support
2026-05-15 22:51 UTC (8+ messages)
` [PATCH bpf-next v3 1/7] bpf: Validate outgoing stack args when btf_prepare_func_args fails
` [PATCH bpf-next v3 2/7] selftests/bpf: Add test for stack arg read without caller write
` [PATCH bpf-next v3 3/7] selftests/bpf: Log arg_track_join for stack arg slots in liveness analysis
` [PATCH bpf-next v3 4/7] bpf: Fix arg_track_join log to use sa prefix for stack arg slots
` [PATCH bpf-next v3 5/7] bpf: Clean up redundant stack arg checks for non-JITed programs
` [PATCH bpf-next v3 6/7] bpf,x86: Fix exception unwinding with outgoing stack arguments
` [PATCH bpf-next v3 7/7] selftests/bpf: Add exception tests with "
[PATCH bpf-next 2/3] tracing: Expose tracepoint BTF ids via tracefs
2026-05-15 22:48 UTC (4+ messages)
[PATCH] libbpf: fix UAF in strset__add_str()
2026-05-15 22:08 UTC (3+ messages)
` [PATCH v2] "
[PATCH bpf] bpf: Add Jiayuan Chen to sockmap maintainers
2026-05-15 21:50 UTC (2+ messages)
[PATCH] samples/bpf: add SPDX license identifier to parse_simple.c
2026-05-15 21:48 UTC (2+ messages)
[PATCH bpf-next v5 0/4] bpf: add icmp_send kfunc
2026-05-15 21:00 UTC (9+ messages)
` [PATCH bpf-next v5 1/4] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v5 2/4] selftests/bpf: add bpf_icmp_send kfunc tests
` [PATCH bpf-next v5 3/4] selftests/bpf: add bpf_icmp_send kfunc IPv6 tests
` [PATCH bpf-next v5 4/4] selftests/bpf: add bpf_icmp_send recursion test
[PATCH net-next v2 0/7] net: convert atm/xdp/af_iucv/l2tp_ppp/rxrpc/tipc to getsockopt_iter
2026-05-15 20:45 UTC (3+ messages)
` [PATCH net-next v2 1/7] af_iucv: take socket lock around SO_MSGSIZE getsockopt
[PATCH 0/7] uprobes/x86: Fix red zone issue for optimized uprobes
2026-05-15 20:31 UTC (3+ messages)
` [PATCH 1/7] uprobes/x86: Move optimized uprobe from nop5 to nop10
[PATCH bpf-next 3/3] selftests/bpf: Add test for tracepoint btf_ids tracefs file
2026-05-15 20:09 UTC (3+ messages)
[PATCH bpf-next 1/3] bpf: Export btf_get_module_btf() and btf_relocate_id()
2026-05-15 19:54 UTC (3+ messages)
[PATCH] bpf: test_run: reduce kernel stack usage
2026-05-15 18:38 UTC (4+ messages)
[PATCH bpf-next v4 24/25] bpf, arm64: Add JIT support for stack arguments
2026-05-15 18:35 UTC (3+ messages)
[PATCH v4 08/14] perf build: Move libsymbol dependency out of prepare step
2026-05-15 18:30 UTC (2+ messages)
[PATCH] bpf: fix btf_types_are_same for cross-BTF type comparison
2026-05-15 18:27 UTC (2+ messages)
[PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
2026-05-15 18:24 UTC (6+ messages)
[PATCH v2 00/18] perf build: Reduce build time by nearly half
2026-05-15 18:20 UTC (5+ messages)
` [PATCH v3 00/17] "
[PATCH RFC net-next 0/4] xdp: reuse generic skb XDP handling for veth
2026-05-15 18:18 UTC (3+ messages)
[PATCH v4 10/14] perf pmu-events: Split big_c_string storage into standalone compilation unit
2026-05-15 18:09 UTC (2+ messages)
[PATCH v4 01/14] tools build: Fix feature checks to touch target files on success
2026-05-15 18:04 UTC (2+ messages)
[PATCH net-next 00/12] net: enable TC956x support
2026-05-15 17:59 UTC (2+ messages)
[PATCH bpf-next v4 17/25] bpf,x86: Implement JIT support for stack arguments
2026-05-15 17:55 UTC (3+ messages)
[PATCH RFC bpf-next 2/2] selftests/bpf: Add LoongArch support for get_preempt_count()
2026-05-15 17:45 UTC (4+ messages)
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