Re: mtd: kernel BUG at arch/x86/mm/pat.c:279!
From: David Woodhouse <dwmw2@infradead.org>
Date: 2012-09-09 19:04:44
Also in:
lkml
Attachments
- smime.p7s [application/x-pkcs7-signature] 6171 bytes
From: David Woodhouse <dwmw2@infradead.org>
Date: 2012-09-09 19:04:44
Also in:
lkml
On Sun, 2012-09-09 at 09:56 -0700, H. Peter Anvin wrote:
quoted
So it should either be start=0xfffffffffffff000 end=0xffffffffffffffff or it should be start=0xfffffffffffff000 len=0x1000.I would strongly object to the former; that kind of inclusive ranges breed a whole class of bugs by themselves.
Another alternative that avoids overflow issues is to use a PFN rather than a byte address. -- dwmw2