[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.0.999.0710301659590.30120@woody.linux-foundation.org>
Date: Tue, 30 Oct 2007 17:02:02 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Arjan van de Ven <arjan@...radead.org>
cc: Robert Hancock <hancockr@...w.ca>, Greg KH <greg@...ah.com>,
Jesse Barnes <jbarnes@...tuousgeek.org>,
akpm@...ux-foundation.org, ak@...e.de, rajesh.shah@...el.com,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: pci-disable-decode-of-io-memory-during-bar-sizing.patch
On Tue, 30 Oct 2007, Arjan van de Ven wrote:
>
> it's per device so that if you have have no users for this stuff,
> you'll never ever get bitten by bugs (be it linux or the bios).
Exactly. It's not that we care about trying to protect a system that
really needs to use MMCFG - once you really *really* need it, you're
screwed if it doesn't work.
But currently 99% of all systems will never need it, and for the broken
platforms, that's a nice round 100%. So if we make code not use MMCFG by
default, and you have to enable it for just those device drivers that
really want it and care, you automatically avoid all the broken hardware,
with no real downsides.
Linus
-
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