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] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNASytr9fjfv-9Yt5_9MaKkrdKirjoBPqucEAGgM88uxD2w@mail.gmail.com>
Date: Sun, 9 Mar 2025 00:15:21 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Borislav Petkov <bp@...en8.de>
Cc: "Xin Li (Intel)" <xin@...or.com>, linux-kernel@...r.kernel.org, 
	linux-kbuild@...r.kernel.org, nathan@...nel.org, nicolas@...sle.eu, 
	hpa@...or.com, sraithal@....com
Subject: Re: [PATCH v1 1/1] kbuild: Add "make headers" to "make help" output

On Sat, Mar 8, 2025 at 7:35 PM Borislav Petkov <bp@...en8.de> wrote:
>
> On Fri, Mar 07, 2025 at 08:04:51PM -0800, Xin Li (Intel) wrote:
> > Meanwhile explicitly state that the headers are uapi headers.
> >
> > Suggested-by: Borislav Petkov <bp@...en8.de>
> > Signed-off-by: Xin Li (Intel) <xin@...or.com>
> > ---
> >  Makefile | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/Makefile b/Makefile
> > index 70bdbf2218fc..8f5aa710105e 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -1659,7 +1659,8 @@ help:
> >       @echo  '  kernelrelease   - Output the release version string (use with make -s)'
> >       @echo  '  kernelversion   - Output the version stored in Makefile (use with make -s)'
> >       @echo  '  image_name      - Output the image name (use with make -s)'
> > -     @echo  '  headers_install - Install sanitised kernel headers to INSTALL_HDR_PATH'; \
> > +     @echo  '  headers         - Install sanitised kernel uapi headers to usr/include'
>                                                                              ^^^^^^^^^^^
>
> It is INSTALL_HDR_PATH too, try:
>
> make O=/tmp/b/ headers
>
> for example.

No.   usr/include




--
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ