On Tue, Jan 20, 2026 at 01:17:48PM +0100, Petr Pavlu wrote: > Nit: I suggest slightly adjusting the text to something like: > > """ > Gendwarfksyms depends on the libelf, libdw, and zlib libraries. > > Here are a few examples of how to install these dependencies: > """ > > .. and swap the items on the pacman line to 'libelf zlib' so the order > is always libelf, libdw, zlib.
I applied the following diff to this change and applied these to kbuild-next. diff --git a/Documentation/kbuild/gendwarfksyms.rst b/Documentation/kbuild/gendwarfksyms.rst index 0e153d13b052..c5e4617b4b41 100644 --- a/Documentation/kbuild/gendwarfksyms.rst +++ b/Documentation/kbuild/gendwarfksyms.rst @@ -17,13 +17,13 @@ details about the final module ABI. Dependencies ------------ -libelf, libdw and zlib are dependencies of gendwarfksyms. +gendwarfksyms depends on the libelf, libdw, and zlib libraries. -Here are a few examples for installing these dependencies: +Here are a few examples of how to install these dependencies: * Arch Linux and derivatives:: - sudo pacman --needed -S zlib libelf + sudo pacman --needed -S libelf zlib * Debian, Ubuntu, and derivatives::
