| 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
| ||
|
Message-Id: <455B5305.76E4.0078.0@novell.com>
Date: Wed, 15 Nov 2006 16:48:53 +0000
From: "Jan Beulich" <jbeulich@...ell.com>
To: "Andi Kleen" <ak@...e.de>
Cc: <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86: fix MTRR code
>I also got one reject in generic.c for
>
>- if (base + size < 0x100) {
>+ if (base < 0x100) {
>
>but I hope that's ok
Hmm, not really - it applied cleanly on 2.6.19-rc5.
Jan
-
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/