Re: mtd: kernel BUG at arch/x86/mm/pat.c:279!

From: Sasha Levin
Date: Sat Sep 08 2012 - 04:10:34 EST


On 09/08/2012 01:09 AM, Linus Torvalds wrote:
> Sasha, since you can apparently reproduce it, can you replace the
> "BUG_ON()" with just a
>
> if (start >= end) {
> printf("bogus range %llx - %llx\n", start, end);
> return -EINVAL;
> }

Replacing it gives me the following:

[ 36.231736] bogus range fffffffffffff000 - 0


Thanks,
Sasha
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/