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, 7 Oct 2008 13:04:04 -0400
From:	Kyle McMartin <kyle@...radead.org>
To:	Johannes Berg <johannes@...solutions.net>
Cc:	Andres Freund <andres@...razel.de>,
	Tomas Winkler <tomasw@...il.com>,
	Muli Ben-Yehuda <muli@...ibm.com>,
	Jeff Garzik <jeff@...zik.org>, linux-kernel@...r.kernel.org,
	linux-wireless <linux-wireless@...r.kernel.org>
Subject: Re: bad DMAR interaction with iwlagn and SATA

On Tue, Oct 07, 2008 at 10:37:16AM +0200, Johannes Berg wrote:
> On Mon, 2008-10-06 at 16:32 +0200, Andres Freund wrote:
> 
> > > Andres, can you post your config?
> > Sure, my current running one is attached.
> > The config I had the error with was exactly the same just with CONFIG_DMAR and 
> > e1000e enabled (but is overwritten now)...
> > 
> > Its no problem trying another branch more debugging options or so if needed.
> 
> No, I was just wondering whether x86-64 had something like powerpc's
> CONFIG_64K_PAGES, but it doesn't seem to. 2M-page support seems to be
> used always dependent on the CPU, but I have no idea you can tell
> whether or not your CPU supports that.
> 

2MB pages (and 4MB pages) are dependent on PSE/PAE, there's no configurable
page size on x86 like there is on other platforms.

PSE gives you 4MB pages, PAE reduces your 4MB pages to 2MB pages (for
extra flag and address bits.)

About the only useful places for these are large mappings like ioremap
and whatnot.

regards, Kyle
--
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