messages from 2025-12-19 07:55:10 to 2026-03-05 22:55:33 UTC [more...]
[PATCH dwarves 0/9] pahole: Encode true signatures in kernel BTF
2026-03-05 22:55 UTC (6+ messages)
` [PATCH dwarves 1/9] dwarf_loader: Reduce parameter checking with clang DW_AT_calling_convention attr
` [PATCH dwarves 2/9] dwarf_loader: Handle signatures with dead arguments
` [PATCH dwarves 3/9] dwarf_loader: Refactor initial ret -1 to be macro PARM_DEFAULT_FAIL
` [PATCH dwarves 4/9] dwarf_laoder: Handle locations with DW_OP_fbreg
` [PATCH dwarves 5/9] dwarf_loader: Change exprlen checking condition in parameter__reg()
[PATCH v2 dwarves] Refactor selftests
2026-03-05 0:48 UTC
[PATCH] pahole: fix discarded-qualifiers for strchr/strstr
2026-03-04 3:06 UTC
[PATCH] Refactor selftests
2026-03-03 19:36 UTC (4+ messages)
[PATCH v12 bpf-next 0/8] Add BTF layout to BTF
2026-03-03 19:15 UTC (12+ messages)
` [PATCH v12 bpf-next 1/8] btf: add BTF kind layout encoding to UAPI
` [PATCH v12 bpf-next 2/8] libbpf: Support layout section handling in BTF
` [PATCH v12 bpf-next 3/8] libbpf: use layout to compute an unknown kind size
` [PATCH v12 bpf-next 4/8] libbpf: Add layout encoding support
` [PATCH v12 bpf-next 5/8] libbpf: BTF validation can use layout for unknown kinds
` [PATCH v12 bpf-next 6/8] btf: support kernel parsing of BTF with layout info
` [PATCH v12 bpf-next 7/8] selftests/bpf: test kind encoding/decoding
` [PATCH v12 bpf-next 8/8] kbuild, bpf: Specify "layout" optional feature
[PATCH v11 bpf-next 0/8] Add BTF layout to BTF
2026-03-03 16:56 UTC (13+ messages)
` [PATCH v11 bpf-next 1/8] btf: add BTF kind layout encoding to UAPI
` [PATCH v11 bpf-next 2/8] libbpf: Support layout section handling in BTF
` [PATCH v11 bpf-next 3/8] libbpf: use layout to compute an unknown kind size
` [PATCH v11 bpf-next 4/8] libbpf: Add layout encoding support
` [PATCH v11 bpf-next 5/8] libbpf: BTF validation can use layout for unknown kinds
` [PATCH v11 bpf-next 6/8] btf: support kernel parsing of BTF with layout info
` [PATCH v11 bpf-next 7/8] selftests/bpf: test kind encoding/decoding
` [PATCH v11 bpf-next 8/8] kbuild, bpf: Specify "layout" optional feature
[PATCH v10 bpf-next 00/10] Add BTF layout to BTF
2026-03-01 22:29 UTC (21+ messages)
` [PATCH v10 bpf-next 01/10] btf: add BTF kind layout encoding to UAPI
` [PATCH v10 bpf-next 02/10] libbpf: Support layout section handling in BTF
` [PATCH v10 bpf-next 03/10] libbpf: use layout to compute an unknown kind size
` [PATCH v10 bpf-next 04/10] libbpf: Add layout encoding support
` [PATCH v10 bpf-next 05/10] libbpf: BTF validation can use layout for unknown kinds
` [PATCH v10 bpf-next 06/10] btf: support kernel parsing of BTF with layout info
` [PATCH v10 bpf-next 07/10] selftests/bpf: test kind encoding/decoding
` [PATCH v10 bpf-next 08/10] bpftool: add BTF dump "format meta" to dump header/metadata
` [PATCH v10 bpf-next 09/10] bpftool: Update doc to describe bpftool btf dump .. format metadata
` [PATCH v10 bpf-next 10/10] kbuild, bpf: Specify "layout" optional feature
[PATCH dwarves] btf_loader: Fix warnings due to type permutation
2026-02-27 15:18 UTC (2+ messages)
[PATCH v9 bpf-next 00/10] Add BTF layout to BTF
2026-02-26 16:39 UTC (23+ messages)
` [PATCH v9 bpf-next 01/10] btf: add BTF kind layout encoding to UAPI
` [PATCH v9 bpf-next 02/10] libbpf: Support layout section handling in BTF
` [PATCH v9 bpf-next 03/10] libbpf: use layout to compute an unknown kind size
` [PATCH v9 bpf-next 04/10] libbpf: Add layout encoding support
` [PATCH v9 bpf-next 05/10] libbpf: BTF validation can use layout for unknown kinds
` [PATCH v9 bpf-next 06/10] btf: support kernel parsing of BTF with layout info
` [PATCH v9 bpf-next 07/10] selftests/bpf: test kind encoding/decoding
` [PATCH v9 bpf-next 08/10] bpftool: add BTF dump "format meta" to dump header/metadata
` [PATCH v9 bpf-next 09/10] bpftool: Update doc to describe bpftool btf dump .. format metadata
` [PATCH v9 bpf-next 10/10] kbuild, bpf: Specify "layout" optional feature
[PATCH v3 dwarves 0/2] pahole: add BTF layout encoding feature
2026-02-26 8:52 UTC (3+ messages)
` [PATCH v3 dwarves 1/2] pahole: Add "layout" BTF "
` [PATCH v3 dwarves 2/2] man-pages: describe layout BTF feature
[PATCH v3 dwarves 0/5] Improve BTF concrete function accuracy
2026-02-18 17:54 UTC (8+ messages)
` [PATCH v3 dwarves 1/5] dwarf_loader/btf_encoder: Detect reordered parameters
` [PATCH v3 dwarves 2/5] btf_encoder: Add true_signature feature support for "."-suffixed functions
` [PATCH v3 dwarves 3/5] test: add gcc true signature test
` [PATCH v3 dwarves 4/5] man-pages: document true_signature btf_feature
` [PATCH v3 dwarves 5/5] btf_encoder: Prefer strong function definitions for BTF generation
[PATCH v2 dwarves 0/5] Improve BTF concrete function accuracy
2026-01-27 12:18 UTC (20+ messages)
` [PATCH v2 dwarves 1/5] dwarf_loader/btf_encoder: Detect reordered parameters
` [PATCH v2 dwarves 2/5] btf_encoder: Add true_signature feature support for "."-suffixed functions
` [PATCH v2 dwarves 3/5] test: add gcc true signature test
` [PATCH v2 dwarves 4/5] man-pages: document true_signature btf_feature
` [PATCH v2 dwarves 5/5] btf_encoder: Prefer strong function definitions for BTF generation
[PATCH dwarves 0/4] Improve BTF concrete function accuracy
2026-01-22 18:36 UTC (19+ messages)
` [PATCH dwarves 1/4] dwarf_loader/btf_encoder: Detect reordered parameters
` [PATCH dwarves 2/4] btf_encoder: Refactor elf_functions__new() with struct btf_encoder as argument
` [PATCH dwarves 3/4] btf_encoder: Add true_signature feature support for "."-suffixed functions
` [PATCH dwarves 4/4] btf_encoder: Prefer strong function definitions for BTF generation
[PATCH bpf-next v2] bpf_encoder: Fix a verbose output issue
2026-01-16 12:24 UTC (3+ messages)
[PATCH dwarves] bpf_encoder: Fix a verbose output issue
2026-01-15 17:09 UTC (3+ messages)
[PATCH v8 bpf-next 00/10] Add kind layout to BTF
2026-01-12 17:47 UTC (30+ messages)
` [PATCH v8 bpf-next 01/10] btf: add kind layout encoding to UAPI
` [PATCH v8 bpf-next 02/10] libbpf: Support kind layout section handling in BTF
[PATCH 0/1] elfcreator: Fix NULL dereference in remove_dyn()
2026-01-12 11:07 UTC (4+ messages)
` [PATCH 1/1] "
` [PATCH 1/1] Fix segmentation fault "
[PATCH] scncopy: Fix error handling when opening file
2026-01-12 11:06 UTC (2+ messages)
[PATCH dwarves] btf_encoder: prefer strong function definitions for BTF generation
2026-01-09 8:27 UTC (10+ messages)
[PATCH bpf-next] bpf, docs: Update pahole to 1.28 for selftests
2026-01-07 13:19 UTC (5+ messages)
[PATCH dwarves v2] dwarf_loader: Handle DW_AT_location attrs containing DW_OP_plus_uconst
2026-01-06 13:55 UTC (3+ messages)
[bpf-next:master 8/9] FAILED: load BTF from .tmp_vmlinux1.BTF.1: No such file or directory
2026-01-05 16:47 UTC (2+ messages)
[PATCH bpf-next v7 0/8] resolve_btfids: Support for BTF modifications
2025-12-19 20:10 UTC (10+ messages)
` [PATCH bpf-next v7 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v7 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v7 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v7 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v7 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v7 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
` [PATCH bpf-next v7 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
` [PATCH bpf-next v7 8/8] resolve_btfids: Change in-place update with raw binary output
[PATCH bpf-next v6 0/8] resolve_btfids: Support for BTF modifications
2025-12-19 13:00 UTC (4+ messages)
` [PATCH bpf-next v6 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
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