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:	Mon, 28 Jan 2008 10:25:56 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Jan Kiszka <jan.kiszka@....de>
Cc:	Jason Wessel <jason.wessel@...driver.com>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	kgdb-bugreport@...ts.sourceforge.net
Subject: Re: [RFC PATCH] KGDB: various refactorings


* Jan Kiszka <jan.kiszka@....de> wrote:

> Sorry, forgot to refresh for this hunk:
> 
>  - rename CHECK_EXCEPTION_STACK to EXCEPTION_STACK_READY

thanks, applied to x86.git.

minor nit:

>  #ifndef CONFIG_X86_32
> -#define CHECK_EXCEPTION_STACK()
> ((&__get_cpu_var(init_tss))[0].x86_tss.ist[0])
> +#define EXCEPTION_STACK_READY()
> ((&__get_cpu_var(init_tss))[0].x86_tss.ist[0])

not only was the mail in quoted-printable format, but the above part 
also had linewrapping damage :-/ Fixed it up manually but please read:

  Documentation/email-clients.txt

	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