All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: "Robert P. J. Day" <rpjday@crashcourse.ca>
Cc: Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>
Subject: Re: strange behaviour from "make localmodconfig" throws out ath9k stuff
Date: Sat, 27 Apr 2013 19:42:26 +0200	[thread overview]
Message-ID: <20130427174226.GA25088@free.fr> (raw)
In-Reply-To: <alpine.DEB.2.02.1304271325240.12586@oneiric>

Robert, All,

On Sat, Apr 27, 2013 at 01:30:34PM -0400, Robert P. J. Day wrote:
>   to recap, current status of kernel source:
> 
> $ git show
> commit d7d7271f421f1e45289f2a737c7f636c02c673ce
> Merge: 96edcf3 c95789e
> Author: Linus Torvalds <torvalds@linux-foundation.org>
> Date:   Fri Apr 26 08:17:07 2013 -0700
> ...
> 
>   next:
> 
> $ make distclean
> 
>   next:
> 
> $ make allmodconfig
> 
>   next:
> 
> $ make localmodconfig
> 
>   at which time i get asked four questions that i respond to manually:
> 
> User namespace (USER_NS) [N/y/?] (NEW)
> Require conversions between uid/gids and their internal representation (UIDGID_STRICT_TYPE_CHECKS) [N/y/?] (NEW)
> BT8XX GPIO abuser (GPIO_BT8XX) [N/m/y/?] (NEW)
> EVM support (EVM) [N/y/?] (NEW)
> 
> for which i simply hit ENTER each time, and no errors. *however*, if i
> run "make localmodconfig" a second time (which theoretically should be
> acceptable, correct?), that's when i get:
> 
> $ make localmodconfig
> using config: '.config'
> WARNING: ATH9K_HW is required, but nothing in the
>   current config selects it.
> WARNING: ATH_COMMON is required, but nothing in the
>   current config selects it.
> WARNING: ATH9K_COMMON is required, but nothing in the
>   current config selects it.
> module ath9k did not have configs CONFIG_ATH9K
> module ath did not have configs CONFIG_ATH_COMMON
> module ath9k_hw did not have configs CONFIG_ATH9K_HW
> module ath9k_common did not have configs CONFIG_ATH9K_COMMON
> #
> # configuration written to .config
> #
> $
> 
>   i assume it should be easy for someone else to reproduce this, but
> if you want me to do any more testing later this afternoon, let me
> know.

I've bisected v3.7 (good) to v3.8 (already bad) with your lsmod, and
using this script:
    #!/bin/bash
    set -e
    git clean -dX
    git clean -d
    make allmodconfig
    make LSMOD=/home/ymorin/r.pj.day.lsmod localmodconfig
    grep ATH9K .config

(and manually answering the few new questions), and it turned up the
following cset as the culprit:
    23c1d7f: wireless: allow Atheros card to not depend on ath.ko

Not sure where to go from there... :-/

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2013-04-27 17:42 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-26 19:05 strange behaviour from "make localmodconfig" throws out ath9k stuff Robert P. J. Day
2013-04-26 19:36 ` Yann E. MORIN
2013-04-27  0:47   ` Robert P. J. Day
2013-04-27 15:38 ` Yann E. MORIN
2013-04-27 17:30   ` Robert P. J. Day
2013-04-27 17:42     ` Yann E. MORIN [this message]
2013-04-27 17:48       ` Robert P. J. Day
2013-04-27 18:19       ` Robert P. J. Day
2013-04-28 20:28         ` Yann E. MORIN
2013-04-29 10:54           ` Robert P. J. Day
2013-04-29 14:11             ` Steven Rostedt
2013-04-29 14:28               ` Robert P. J. Day
2013-04-29 14:41                 ` Steven Rostedt
2013-04-29 15:01                   ` Robert P. J. Day
2013-04-29 15:13                     ` Steven Rostedt
2013-04-29 15:19                       ` Robert P. J. Day
     [not found]                       ` <alpine.DEB.2.02.1304291121180.26536@oneiric>
2013-04-29 16:15                         ` Steven Rostedt
2013-04-29 18:00                         ` Steven Rostedt
2013-04-29 18:26                           ` Robert P. J. Day
2013-04-29 18:41                           ` Robert P. J. Day
2013-04-29 19:15                           ` Robert P. J. Day
2013-04-29 20:43                             ` Steven Rostedt
2013-04-29 20:50                               ` Robert P. J. Day
2013-04-29 20:39                           ` Robert P. J. Day
2013-04-29 23:40                             ` Steven Rostedt
2013-04-29 14:02           ` Steven Rostedt
2013-04-27 17:47   ` Robert P. J. Day

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=20130427174226.GA25088@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=rpjday@crashcourse.ca \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.