lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 25 Oct 2010 23:47:34 -0400
From:	Steven Rostedt <rostedt@...dmis.org>
To:	member graysky <graysky@...hlinux.us>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: Re: bug in streamline_config.pl

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



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ