From: "Carlos R. Mafra" <crmafra2@gmail.com>
To: Tomas Winkler <tomasw@gmail.com>
Cc: reinette chatre <reinette.chatre@intel.com>,
Lukas Hejtmanek <xhejtman@ics.muni.cz>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"ipw3945-devel@lists.sourceforge.net"
<ipw3945-devel@lists.sourceforge.net>
Subject: Re: iwlagn driver segfault in 2.6.28-rc3
Date: Mon, 17 Nov 2008 01:39:41 +0100 [thread overview]
Message-ID: <20081117003941.GA21367@localhost.aei.mpg.de> (raw)
In-Reply-To: <1ba2fa240811161554r45d98ae7h3a37ae78c332a4dd@mail.gmail.com>
On Mon 17.Nov'08 at 1:54:16 +0200, Tomas Winkler wrote:
[...]
> Can you please try this one (might be white space broken, just pasted in)
Sure, I've already applied it by hand and will start testing it right away.
But it will take many days until I can report back about it, because
this oops happened only two times in one month or so.
Thanks for taking a look at it, the last time you did my regression
got fixed :-)
> diff --git a/drivers/net/wireless/iwlwifi/iwl-sta.c
> b/drivers/net/wireless/iwlwifi/iwl-sta.c
> index 61797f3..d848c63 100644
> --- a/drivers/net/wireless/iwlwifi/iwl-sta.c
> +++ b/drivers/net/wireless/iwlwifi/iwl-sta.c
> @@ -734,6 +734,12 @@ int iwl_remove_dynamic_key(struct iwl_priv *priv,
> return 0;
> }
>
> + if (WARN(priv->stations[sta_id].sta.key.key_offset ==
> WEP_INVALID_OFFSET,
> + "Removing wrong key %d 0x%x\n", keyconf->keyidx, key_flags)) {
> + spin_unlock_irqrestore(&priv->sta_lock, flags);
> + return 0;
> + }
> +
> if (!test_and_clear_bit(priv->stations[sta_id].sta.key.key_offset,
> &priv->ucode_key_table))
> IWL_ERROR("index %d not used in uCode key table.\n",
>
> Thanks
> Tomas
>
next prev parent reply other threads:[~2008-11-17 0:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-11 14:34 iwlagn driver segfault in 2.6.28-rc3 Lukas Hejtmanek
2008-11-13 7:07 ` reinette chatre
2008-11-16 12:06 ` Carlos R. Mafra
2008-11-16 12:29 ` Tomas Winkler
2008-11-16 12:51 ` Carlos R. Mafra
2008-11-16 23:54 ` Tomas Winkler
2008-11-17 0:39 ` Carlos R. Mafra [this message]
2008-11-19 20:45 ` Carlos R. Mafra
2008-11-19 22:06 ` Tomas Winkler
2008-11-19 22:29 ` Carlos R. Mafra
2008-11-16 17:47 ` reinette chatre
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=20081117003941.GA21367@localhost.aei.mpg.de \
--to=crmafra2@gmail.com \
--cc=ipw3945-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=reinette.chatre@intel.com \
--cc=tomasw@gmail.com \
--cc=xhejtman@ics.muni.cz \
/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).