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:	15 Nov 2006 17:43:12 +0100
From:	Andi Kleen <ak@...e.de>
To:	"Jan Beulich" <jbeulich@...ell.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86: fix MTRR code

"Jan Beulich" <jbeulich@...ell.com> writes:

> While after a previous submission (about one and a half year ago) I got
> told that the MTRR code is to be replaced by PAT use, this hasn't

Work is going on, patches exist, but do need more work and more
testing. I hope to put a subset (without new user interface) into -mm* for 
testing soon.

> happened. Hence I'd like to ask to reconsider this patch until PAT
> handling code shows up.

Added thanks.

Next time please only do one change / patch please.

I also got one reject in generic.c for

-       if (base + size < 0x100) {
+       if (base < 0x100) {

but I hope that's ok

-Andi

-
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