Re: [linux-next-20130903] module: broken module versions?
From: Tetsuo Handa
Date: Wed Sep 04 2013 - 07:04:28 EST
Hello.
Tetsuo Handa wrote:
> I tried further debugging but not yet successful.
I found what was wrong.
Bad kernel config contained
CONFIG_PHYSICAL_START=0x1000000
CONFIG_PHYSICAL_ALIGN=0x100000
whereas good kernel config contained
CONFIG_PHYSICAL_START=0x1000000
CONFIG_PHYSICAL_ALIGN=0x1000000
. I think that there is no constraint checking for these values and resulted in
overlaying something on the kcrctab table.
Now linux-next-20130903 works fine. Thank you.
--
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/