From: Larry Finger <Larry.Finger@lwfinger.net>
To: Tomas Winkler <tomasw@gmail.com>,
Johannes Berg <johannes@sipsolutions.net>
Cc: Hauke Mehrtens <hauke@hauke-m.de>,
linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: Kernel panic in wireless-testing-2008-09-24 with rtl8187
Date: Thu, 25 Sep 2008 22:06:23 -0500 [thread overview]
Message-ID: <48DC51AF.6000900@lwfinger.net> (raw)
In-Reply-To: <1ba2fa240809251436j500e1435ldf165b43451aa628@mail.gmail.com>
Tomas Winkler wrote:
> wild guess try to revert:
> 'mac80211: make master iface not wireless'
You win the prize. Bisection shows that
84b0ba8ed0423a3c56a28e701b735daae3e15766 is first bad commit
commit 84b0ba8ed0423a3c56a28e701b735daae3e15766
Author: Johannes Berg <johannes@sipsolutions.net>
Date: Tue Sep 16 14:18:59 2008 +0200
mac80211: make master iface not wireless
The actual crash is in the following routine from include/net/wireless.h:
/**
* wiphy_priv - return priv from wiphy
*/
static inline void *wiphy_priv(struct wiphy *wiphy)
{
BUG_ON(!wiphy);
return &wiphy->priv;
}
I'm still looking to see where it goes wrong.
Larry
next prev parent reply other threads:[~2008-09-26 3:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-25 19:26 Kernel panic in wireless-testing-2008-09-24 with rtl8187 Hauke Mehrtens
2008-09-25 20:08 ` John W. Linville
2008-09-25 21:18 ` Larry Finger
2008-09-25 21:36 ` Tomas Winkler
2008-09-26 3:06 ` Larry Finger [this message]
2008-09-26 6:42 ` Tomas Winkler
2008-09-26 6:50 ` Luis R. Rodriguez
2008-09-26 6:51 ` Luis R. Rodriguez
2008-09-26 7:06 ` Luis R. Rodriguez
2008-09-26 7:43 ` Luis R. Rodriguez
2008-09-26 8:11 ` Tomas Winkler
2008-09-26 8:12 ` Luis R. Rodriguez
2008-09-26 8:47 ` Luis R. Rodriguez
2008-09-25 23:14 ` Pavel Roskin
2008-09-26 16:28 ` John W. Linville
2008-09-27 11:49 ` Hauke Mehrtens
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=48DC51AF.6000900@lwfinger.net \
--to=larry.finger@lwfinger.net \
--cc=hauke@hauke-m.de \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=tomasw@gmail.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 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.