Re: 2.4.11 oops

Linus Torvalds (torvalds@transmeta.com)
Wed, 10 Oct 2001 15:44:46 -0700 (PDT)


On Wed, 10 Oct 2001, Bob Matthews wrote:
>
> I've received an oops while booting 2.4.11 on two different SMP
> machines. The kernel was SMP, HIGHMEM=64G with sym53c8xx, 3c59x,
> eepro100, aic7xx and megaraid drivers statically linked.

With CONFIG_SLAB_DEBUG on?

Slab debugging is not compatible with HIGHMEM=64G as-is, I think (and we
didn't use to expose that CONFIG option to normal users until recently).
Th ebug is in get_pgd_slow() in include/asm-i386/pgalloc.h, where it just
does a "kmalloc()" and expects the thing to be magically aligned.

Does anybody have (tested) patches for this?

Linus

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