lkml.org 
[lkml]   [2013]   [Sep]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [linux-next-20130903] module: broken module versions?
From
Date
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.


\
 
 \ /
  Last update: 2013-09-04 13:21    [W:0.057 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site