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]
Date:	Wed, 13 Jul 2016 17:22:56 -0700
From:	Arjan van de Ven <arjan@...ux.intel.com>
To:	Paul Gortmaker <paul.gortmaker@...driver.com>,
	linux-kernel@...r.kernel.org
Cc:	Thomas Gleixner <tglx@...utronix.de>,
	Ingo Molnar <mingo@...hat.com>,
	"H. Peter Anvin" <hpa@...or.com>, x86@...nel.org
Subject: Re: [PATCH 1/8] x86: don't use module.h just for AUTHOR / LICENSE
 tags

On 7/13/2016 5:18 PM, Paul Gortmaker wrote:
> The Kconfig controlling compilation of these files are:
>
> arch/x86/Kconfig.debug:config DEBUG_RODATA_TEST
> arch/x86/Kconfig.debug: bool "Testcase for the marking rodata read-only"
>
> arch/x86/Kconfig.debug:config X86_PTDUMP_CORE
> arch/x86/Kconfig.debug: def_bool n
>
> ...meaning that it currently is not being built as a module by anyone.
>
> Lets remove the couple traces of modular infrastructure use, so that
> when reading the driver there is no doubt it is builtin-only.
>
> We delete the MODULE_LICENSE tag etc. since all that information
> is already contained at the top of the file in the comments.
>
> Cc: Arjan van de Ven <arjan@...ux.intel.com>

Acked-by: Arjan van de Ven <arjan@...ux.intel.com>

original these were tested as modules, but they really shouldn't be modules
in the normal kernel (and aren't per Kconfig)



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ