RE: BUG: soft lockup detected on Phenom with Debian 2.6.24-4

From: Schmielau, Tim
Date: Wed Apr 02 2008 - 21:32:15 EST


On Thu 3/20/2008 1:45 PM, Peter Oruba wrote:

> you may have triggered the L2 eviction bug (E298).
>
> Please try
>
> hexdump -s 0xc0010015 -n 8 -C /dev/cpu/0/msr
>
> Output is little-endian, so the left-most byte must have bit 3 enabled meaning
> TLB caching is disabled.

While this question was not directed at me, I indeed find that bit 3 of the
leftmost byte is set with 2.6.24:

# hexdump -s 0xc0010015 -n 8 -C /dev/cpu/0/msr
c0010015 18 00 00 01 00 00 00 00 |........|
c001001d
# uname -a
Linux quad 2.6.24.4-default #1 SMP Mon Mar 31 18:51:48 BST 2008 x86_64 x86_64 x86_64 GNU/Linux

while (as expected) it was zero running 2.6.23.17 patched with the erratum 298
workaround. Yet I saw the lockups with both kernels.

Thanks,
Tim
--
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/