lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <32779c95-697c-4930-afe0-2848541673bb@infradead.org>
Date: Sat, 20 Dec 2025 11:31:19 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: cp0613@...ux.alibaba.com, nathan@...nel.org, nsc@...nel.org,
 corbet@....net
Cc: linux-kbuild@...r.kernel.org, linux-doc@...r.kernel.org,
 linux-kernel@...r.kernel.org
Subject: Re: [PATCH] docs: kbuild: Fix typos in makefiles.rst



On 12/20/25 4:54 AM, cp0613@...ux.alibaba.com wrote:
> From: Chen Pei <cp0613@...ux.alibaba.com>
> 
> The correct command to generate header files is
> make headers_install.
> 
> Signed-off-by: Chen Pei <cp0613@...ux.alibaba.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>

Thanks.

> ---
>  Documentation/kbuild/makefiles.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst
> index 8aef3650c1f3..24a4708d26e8 100644
> --- a/Documentation/kbuild/makefiles.rst
> +++ b/Documentation/kbuild/makefiles.rst
> @@ -1264,7 +1264,7 @@ Add prerequisites to archheaders
>  --------------------------------
>  
>  The archheaders: rule is used to generate header files that
> -may be installed into user space by ``make header_install``.
> +may be installed into user space by ``make headers_install``.
>  
>  It is run before ``make archprepare`` when run on the
>  architecture itself.

-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ