From: Greg KH <gregkh@linuxfoundation.org>
To: David Laight <David.Laight@ACULAB.COM>
Cc: Sarah Sharp <sarah.a.sharp@linux.intel.com>,
netdev@vger.kernel.org, linux-usb@vger.kernel.org,
Xenia Ragiadakou <burzalodowa@gmail.com>
Subject: Re: transmit lockup using smsc95xx ethernet on usb3
Date: Fri, 18 Oct 2013 08:50:40 -0700 [thread overview]
Message-ID: <20131018155040.GA31075@kroah.com> (raw)
In-Reply-To: <AE90C24D6B3A694183C094C60CF0A2F6026B7397@saturn3.aculab.com>
On Fri, Oct 18, 2013 at 04:22:02PM +0100, David Laight wrote:
> > It's not too hard. Here's some directions:
> > http://kernelnewbies.org/KernelBuild
>
> I can build it easily enough but ...
>
> Is there a .config file with a sane list of modules anywhere?
> (and builtin drivers for disk boot)
>
> The defconfig one doesn't seem to contain enough to be useful,
> and the allmodconfig gives me 800MB+ to copy from the build
> system to the test one (I can't seem to see an obvious way of
> doing this either - apart from installing them to the 'wrong'
> place on the build system and then copying everything over).
The easiest thing to do is take a working .config file (like created by
your distro, for the kernel it is booting), and creating a smaller
config for just the hardware plugged into the machine at that moment in
time.
You usually do this automatically by running:
make localmodconfig
which knows how to root around in /proc/config.gz or /boot/ to try to
find the current config file and go from there.
But remember to go back and enable anything specific for any devices you
don't have plugged in at the moment.
Hope this helps,
greg k-h
next prev parent reply other threads:[~2013-10-18 15:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-15 9:59 transmit lockup using smsc95xx ethernet on usb3 David Laight
[not found] ` <AE90C24D6B3A694183C094C60CF0A2F6026B738B-CgBM+Bx2aUAnGFn1LkZF6NBPR1lH4CV8@public.gmane.org>
2013-10-17 0:07 ` Sarah Sharp
2013-10-17 14:30 ` David Laight
2013-10-17 17:43 ` Sarah Sharp
2013-10-17 18:07 ` Alan Stern
2013-10-18 15:22 ` David Laight
2013-10-18 15:50 ` Greg KH [this message]
2013-10-24 15:05 ` David Laight
2013-10-28 17:09 ` David Laight
[not found] ` <AE90C24D6B3A694183C094C60CF0A2F6026B73BA-CgBM+Bx2aUAnGFn1LkZF6NBPR1lH4CV8@public.gmane.org>
2013-11-08 0:45 ` Sarah Sharp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131018155040.GA31075@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=David.Laight@ACULAB.COM \
--cc=burzalodowa@gmail.com \
--cc=linux-usb@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=sarah.a.sharp@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).