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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 18 Sep 2006 09:10:41 +0100
From:	David Woodhouse <dwmw2@...radead.org>
To:	Arnd Bergmann <arnd@...db.de>
Cc:	Sam Ravnborg <sam@...nborg.org>, linux-arch@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [patch 1/8] extend make headers_check to detect more problems

On Mon, 2006-09-18 at 10:05 +0200, Arnd Bergmann wrote:
> 
> +headers-y    Files that are installed verbatim from the source
> +            directory, as well subdirectories that also contain
> +            installable header files.
> +objhdr-y     Files that are installed from the object directory,
> +            having been generated during the kernel build.
> +unifdef-y    Files that have both parts for installations and
> +            parts that are private to the kernel. These files
> +            are run through the 'unifdef'(1) program that will
> +            strip all parts inside of '#ifdef __KERNEL__'.

 objhdr-y      Files that are generated automatically during the
               build process (i.e. include/linux/version.h) and
               are installed verbatim from the build directory.

Looks good, thanks for doing the documentation.

-- 
dwmw2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ