Re: CONFIG_MK6 = lsof hangs unkillable

From: Andrew Morton
Date: Fri Jan 20 2006 - 07:42:48 EST


Tony Mantler <nicoya@xxxxxx> wrote:
>
> I'm having trouble running lsof on 2.6.15.1 when the kernel is
> compiled with CONFIG_MK6. When run as root, lsof will segfault, and
> when run as a user lsof will hang unkillable.
>
> The same kernel, same machine, but compiled with CONFIG_MK7 runs just
> lsof just fine.

That's creepy. CONFIG_MK6 hardly does anything. The main thing it does is
feed `-march=k6' into the compiler. MK7 uses `-march=athlon'.

Are you able to try a different gcc version?

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