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: <20120127115136.GA26228@elte.hu>
Date:	Fri, 27 Jan 2012 12:51:36 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Paul Gortmaker <paul.gortmaker@...driver.com>
Cc:	torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
	gregkh@...e.de, rmk+kernel@....linux.org.uk,
	linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org,
	Thomas Gleixner <tglx@...utronix.de>,
	Ingo Molnar <mingo@...hat.com>,
	"H. Peter Anvin" <hpa@...or.com>
Subject: Re: [PATCH 1/7] x86: relocate get/set debugreg fcns to
 include/asm/debugreg.


* Paul Gortmaker <paul.gortmaker@...driver.com> wrote:

> Since we already have a debugreg.h header file, move the
> assoc. get/set functions to it.  In addition to it being the
> logical home for them, it has a secondary advantage.  The
> functions that are moved use BUG().  So we really need to
> have linux/bug.h in scope.  But asm/processor.h is used about
> 600 times, vs. only about 15 for debugreg.h -- so adding bug.h
> to the latter reduces the amount of time we'll be processing
> it during a compile.
> 
> Signed-off-by: Paul Gortmaker <paul.gortmaker@...driver.com>
> CC: Thomas Gleixner <tglx@...utronix.de>
> CC: Ingo Molnar <mingo@...hat.com>
> CC: "H. Peter Anvin" <hpa@...or.com>
> ---
>  arch/x86/include/asm/debugreg.h  |   67 ++++++++++++++++++++++++++++++++++++++
>  arch/x86/include/asm/processor.h |   63 -----------------------------------
>  arch/x86/kernel/cpu/common.c     |    1 +
>  3 files changed, 68 insertions(+), 63 deletions(-)

Acked-by: Ingo Molnar <mingo@...e.hu>

I suspect you'd like to carry this in your tree, so that all 
these patches are together?

Thanks,

	Ingo
--
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