From 610569645c29b3c5a36185c5842391961a22dccd Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Thu, 23 May 2024 10:59:50 +0200 Subject: [PATCH] SUMMARY: Add `pahole` to the list It was already in `Contributing.md`, so add it here too. Rename the section so that it makes a bit more sense. Signed-off-by: Miguel Ojeda --- SUMMARY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SUMMARY.md b/SUMMARY.md index 8c24457..6a9cce9 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -89,11 +89,12 @@ - [Rust index](https://lwn.net/Kernel/Index/#Development_tools-Rust) - [Kangrejos index](https://lwn.net/Archives/ConferenceIndex/#Kangrejos) -## Toolchains +## Tools and toolchains - [kernel.org prebuilt LLVM+Rust](https://kernel.org/pub/tools/llvm/rust/) - [`rustc_codegen_gcc`](https://github.com/rust-lang/rustc_codegen_gcc) - [Rust GCC](https://rust-gcc.github.io) + - [`pahole`](https://github.com/acmel/dwarves) ## Other trees