messages from 2026-01-16 02:36:24 to 2026-03-20 19:10:06 UTC [more...]
[PATCH dwarves v3 0/9] pahole: Encode true signatures in kernel BTF
2026-03-20 19:09 UTC (9+ messages)
` [PATCH dwarves v3 1/9] dwarf_loader: Reduce parameter checking with clang DW_AT_calling_convention attr
` [PATCH dwarves v3 2/9] dwarf_loader: Handle signatures with dead arguments
` [PATCH dwarves v3 3/9] dwarf_loader: Refactor initial ret -1 to be macro PARM_DEFAULT_FAIL
` [PATCH dwarves v3 4/9] dwarf_laoder: Handle locations with DW_OP_fbreg
` [PATCH dwarves v3 5/9] dwarf_loader: Change exprlen checking condition in parameter__reg()
` [PATCH dwarves v3 6/9] dwarf_loader: Detect optimized parameters with locations having constant values
` [PATCH dwarves v3 7/9] dwarf_loader: Handle expression lists
` [PATCH dwarves v3 8/9] btf_encoder: Handle optimized parameter properly
[PATCH dwarves 0/9] pahole: Encode true signatures in kernel BTF
2026-03-20 5:00 UTC (16+ 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 dwarves 6/9] dwarf_loader: Detect optimized parameters with locations having constant values
` [PATCH dwarves 7/9] dwarf_loader: Handle expression lists
` [PATCH dwarves 8/9] btf_encoder: Handle optimized parameter properly
` [PATCH dwarves 9/9] tests: Add a few clang true signature tests
[PATCH dwarves v2 0/9] pahole: Encode true signatures in kernel BTF
2026-03-19 16:23 UTC (13+ messages)
` [PATCH dwarves v2 1/9] dwarf_loader: Reduce parameter checking with clang DW_AT_calling_convention attr
` [PATCH dwarves v2 2/9] dwarf_loader: Handle signatures with dead arguments
` [PATCH dwarves v2 3/9] dwarf_loader: Refactor initial ret -1 to be macro PARM_DEFAULT_FAIL
` [PATCH dwarves v2 4/9] dwarf_laoder: Handle locations with DW_OP_fbreg
` [PATCH dwarves v2 5/9] dwarf_loader: Change exprlen checking condition in parameter__reg()
` [PATCH dwarves v2 6/9] dwarf_loader: Detect optimized parameters with locations having constant values
` [PATCH dwarves v2 7/9] dwarf_loader: Handle expression lists
` [PATCH dwarves v2 8/9] btf_encoder: Handle optimized parameter properly
` [PATCH dwarves v2 9/9] tests: Add a few clang true signature tests
[PATCH v4] pahole: fix discarded-qualifiers for strchr/strstr
2026-03-18 17:57 UTC (2+ messages)
[PATCH v14 bpf-next 00/10] Add BTF layout to BTF
2026-03-18 14:52 UTC (13+ messages)
` [PATCH v14 bpf-next 01/10] btf: Add BTF kind layout encoding to UAPI
` [PATCH v14 bpf-next 02/10] libbpf: Support layout section handling in BTF
` [PATCH v14 bpf-next 03/10] libbpf: Use layout to compute an unknown kind size
` [PATCH v14 bpf-next 04/10] libbpf: Add layout encoding support
` [PATCH v14 bpf-next 05/10] libbpf: BTF validation can use layout for unknown kinds
` [PATCH v14 bpf-next 06/10] libbpf: Support sanitization of BTF layout for older kernels
` [PATCH v14 bpf-next 07/10] btf: support kernel parsing of BTF with layout info
` [PATCH v14 bpf-next 08/10] selftests/bpf: test kind encoding/decoding
` [PATCH v14 bpf-next 09/10] selftests/bpf: Add feature test for FEAT_BTF_LAYOUT
` [PATCH v14 bpf-next 10/10] kbuild, bpf: Specify "layout" optional feature
[PATCH v13 bpf-next 0/8] Add BTF layout to BTF
2026-03-16 21:23 UTC (21+ messages)
` [PATCH v13 bpf-next 1/8] btf: add BTF kind layout encoding to UAPI
` [PATCH v13 bpf-next 2/8] libbpf: Support layout section handling in BTF
` [PATCH v13 bpf-next 3/8] libbpf: use layout to compute an unknown kind size
` [PATCH v13 bpf-next 4/8] libbpf: Add layout encoding support
` [PATCH v13 bpf-next 5/8] libbpf: BTF validation can use layout for unknown kinds
` [PATCH v13 bpf-next 6/8] btf: support kernel parsing of BTF with layout info
` [PATCH v13 bpf-next 7/8] selftests/bpf: test kind encoding/decoding
` [PATCH v13 bpf-next 8/8] kbuild, bpf: Specify "layout" optional feature
[PATCH 1/2] pahole: fix discarded-qualifiers for strchr/strstr
2026-03-11 13:17 UTC (3+ messages)
` [PATCH 2/2] libbpf: "
[PATCHv3 dwarves] Refactor selftests
2026-03-10 10:38 UTC (2+ messages)
[PATCH v2] pahole: fix discarded-qualifiers for strchr/strstr
2026-03-10 9:38 UTC (3+ messages)
[PATCH] pahole: fix discarded-qualifiers for strchr/strstr
2026-03-09 15:19 UTC (2+ messages)
[PATCH v2 dwarves] Refactor selftests
2026-03-09 11:02 UTC (2+ messages)
[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 (10+ messages)
` [PATCH dwarves 1/4] dwarf_loader/btf_encoder: Detect reordered parameters
` [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)
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