lkml.org 
[lkml]   [2010]   [Oct]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: bug in streamline_config.pl
From
Date
On Mon, 2010-10-25 at 17:29 -0400, member graysky wrote:
> Glad to Steve.
>
> Just did it to 2.26.36. I repeated the build that is detailed in that
> archlinux thread. Again, there are TONS of modules in the thing when
> I only had 93 probed. I know some are dependencies, but if I contrast
> that number to the number that got built by calling your script
> manually, it is far less.
>
> Glad to provide details upon request, but everything is in that
> thread:
>
> https://bbs.archlinux.org/viewtopic.php?pid=830221
>
Yes, I've seen the thread, and have even commented on it a while back.
But I'm not much for web site comments for debugging. I prefer LKML
email. ;-)

I've read it and I'm still not sure what you deem is broken. By running
the script directly, you will not process any Kconfigs. This means that
dependencies are not processed. This was what the original
streamline_config.pl did, until I received bug reports about it
producing non booting kernels.

Also, make localmodconfig will search for a .config to use if one is not
present. You do not need to copy over one.

Could you send me the output of lsmod, and the .config you started with,
and I can tell you why it selected what it did.

BTW, you can use lsmods from various boxes by doing:

(on another box) $ lsmod > mymod
$ scp mymod myhost:/tmp/


(on your myhost) $ make LSMOD=/tmp/mymod localmodconfig

and it will use the modules in the file mymod over the local lsmod.


-- Steve





\
 
 \ /
  Last update: 2010-10-26 05:51    [W:0.040 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site