Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752489Ab0BVLaA (ORCPT ); Mon, 22 Feb 2010 06:30:00 -0500 Received: from www.tglx.de ([62.245.132.106]:42598 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751773Ab0BVL37 (ORCPT ); Mon, 22 Feb 2010 06:29:59 -0500 Date: Mon, 22 Feb 2010 12:28:52 +0100 (CET) From: Thomas Gleixner To: John Kacur cc: LKML , rt-users , Ingo Molnar , Steven Rostedt , Peter Zijlstra , Carsten Emde , Clark Williams , Frank Rowand , Robin Gareus , Gregory Haskins , Philippe Reynes , Fernando Lopez-Lezcano , Will Schmidt , Darren Hart , Jan Blunck , Sven-Thorsten Dietrich , Jon Masters , Mark Knecht , Nick Piggin Subject: Re: [ANNOUNCE] 2.6.33-rc8-rt1 In-Reply-To: <520f0cf11002220311l2a0caa83lf3ae2817b78501b6@mail.gmail.com> Message-ID: References: <520f0cf11002220311l2a0caa83lf3ae2817b78501b6@mail.gmail.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1231 Lines: 35 On Mon, 22 Feb 2010, John Kacur wrote: > On Mon, Feb 22, 2010 at 12:24 AM, Thomas Gleixner wrote: > > We are zooming in, but there is still a way to go! > > > > Woohoo! More -rt fun. > > Unfortunately, I can't log in on my T500 with this kernel though. > The following shows-up on my serial console. > ------------[ cut here ]------------ > WARNING: at /home/jkacur/rt.linux.git/net/mac80211/rx.c:2467 ieee80211_rx+0x4c/0 > x721 [mac80211]() Fix below. Thanks, tglx ---- diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 82a30c1..e735c17 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c @@ -2464,7 +2464,7 @@ void ieee80211_rx(struct ieee80211_hw *hw, struct sk_buff *skb) struct ieee80211_supported_band *sband; struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); - WARN_ON_ONCE(softirq_count() == 0); + WARN_ON_ONCE_NONRT(softirq_count() == 0); if (WARN_ON(status->band < 0 || status->band >= IEEE80211_NUM_BANDS)) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/