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:	Tue, 10 Mar 2009 09:37:35 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Stoyan Gaydarov <stoyboyker@...il.com>
Cc:	linux-kernel@...r.kernel.org, tglx@...utronix.de, mingo@...hat.com,
	hpa@...or.com, x86@...nel.org
Subject: Re: [PATCH 07/25] [x86] BUG to BUG_ON changes


* Stoyan Gaydarov <stoyboyker@...il.com> wrote:

> Signed-off-by: Stoyan Gaydarov <stoyboyker@...il.com>
> ---
>  arch/x86/kernel/cpu/common.c        |    6 ++----
>  arch/x86/kernel/quirks.c            |    3 +--
>  arch/x86/mach-voyager/voyager_smp.c |    6 ++----
>  3 files changed, 5 insertions(+), 10 deletions(-)

applied, thanks.

To find candidates i suspect you used something like this:

 grep -r -B 1 'BUG()' arch/x86/ | grep -E '\<if\>[^(]*\([^{(]*$' -A 1

right? It gives the output below - exactly the sites you 
touched.

	Ingo

arch/x86/kernel/cpu/common.c-	if (me->mm)
arch/x86/kernel/cpu/common.c:		BUG();
--
arch/x86/kernel/cpu/common.c-	if (curr->mm)
arch/x86/kernel/cpu/common.c:		BUG();
--
arch/x86/kernel/quirks.c-	if (rcba_base == NULL)
arch/x86/kernel/quirks.c:		BUG();
--
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