Re: [GIT PULL] SLAB changes for v2.6.39-rc1

From: Christoph Lameter
Date: Thu Mar 24 2011 - 14:01:58 EST


On Thu, 24 Mar 2011, Pekka Enberg wrote:

> On Thu, Mar 24, 2011 at 7:43 PM, Christoph Lameter <cl@xxxxxxxxx> wrote:
> > The bug should only trigger on old AMD64 boxes that do not support
> > cmpxchg16b.
>
> Yup. Ingo is it possible to see /proc/cpuinfo of one of the affected
> boxes? I'll try your config but I'm pretty sure the problem doesn't
> trigger here. Like I said, I think the problem is that alternative
> instructions are not patched early enough for cmpxchg16b emulation to
> work for kmem_cache_init(). I tried my check_bugs() patch but it hangs
> during boot. I'll see if I can cook up a patch that does
> alternative_instructions() before kmem_cache_init() because I think
> those *should* be available during boot too.

I forced the fallback to the _emu function to occur but could not trigger
the bug in kvm.

--
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/