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]
Date:   Thu, 25 Jul 2019 23:34:44 +0200
From:   Sam Ravnborg <sam@...nborg.org>
To:     Alexey Dobriyan <adobriyan@...il.com>
Cc:     linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: .h.s files spam

Hi Alexey

On Thu, Jul 25, 2019 at 10:56:33PM +0300, Alexey Dobriyan wrote:
> What are these files for?
> 
> 	$ cat ../obj/include/linux/kernel.h.s
>         .file   "null"
>         .text
>         .ident  "GCC: (Gentoo 9.1.0-r1 p1.1) 9.1.0"
>         .section        .note.GNU-stack,"",@progbits
> 
> 	$ find ../obj/ -type f -name '*.s' | wc -l
> 	4047
> 
> It is "allyesconfig" in case someone is going to reproduce it.

The files are created by the new headers-test-y stuff.
We now verify that a big part of the header files in include/*
are self-contained. (They include all their dependencies).
The header-test-y support is also enabled for the rest of the kernel,
but used only in very few places outside include/* as of today.

	Sam

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ