From: Zhu Yi <yi.zhu@intel.com>
To: Oleg Lyashko <tomcatuser.13@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: BUG: loading iwl4965 lockup CPU
Date: Fri, 09 May 2008 13:21:11 +0800 [thread overview]
Message-ID: <1210310471.2506.84.camel@debian.sh.intel.com> (raw)
In-Reply-To: <d4a53e120805082120h33f7dfaes303a6c8fc69cab4e@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 382 bytes --]
On Fri, 2008-05-09 at 08:20 +0400, Oleg Lyashko wrote:
>
> attempt to load iwl4965 crash laptop:
>
> # modprobe iwl4965
> BUG: soft lockup - CPU#1 stuck for 11s! [modprobe:14501]
> BUG: soft lockup - CPU#1 stuck for 11s! [modprobe:14501]
This is fixed here. Please use the attached patch for compat-wireless.
http://marc.info/?l=linux-wireless&m=120995431612344&w=2
Thanks,
-yi
[-- Attachment #2: iwlwifi-spinlock-cw-fix.patch --]
[-- Type: text/x-patch, Size: 1160 bytes --]
diff -urp compat-wireless-2008-05-07/drivers/net/wireless/iwlwifi/iwl4965-base.c new/drivers/net/wireless/iwlwifi/iwl4965-base.c
--- compat-wireless-2008-05-07/drivers/net/wireless/iwlwifi/iwl4965-base.c 2008-05-07 12:11:10.000000000 +0800
+++ new/drivers/net/wireless/iwlwifi/iwl4965-base.c 2008-05-09 13:18:06.000000000 +0800
@@ -7102,6 +7102,7 @@ static int iwl4965_pci_probe(struct pci_
IWL_DEBUG_INFO("*** LOAD DRIVER ***\n");
priv->cfg = cfg;
priv->pci_dev = pdev;
+ spin_lock_init(&priv->lock);
#ifdef CONFIG_IWLWIFI_DEBUG
iwl_debug_level = priv->cfg->mod_params->debug;
diff -urp compat-wireless-2008-05-07/drivers/net/wireless/iwlwifi/iwl-core.c new/drivers/net/wireless/iwlwifi/iwl-core.c
--- compat-wireless-2008-05-07/drivers/net/wireless/iwlwifi/iwl-core.c 2008-05-07 12:11:10.000000000 +0800
+++ new/drivers/net/wireless/iwlwifi/iwl-core.c 2008-05-09 13:16:51.000000000 +0800
@@ -580,7 +580,6 @@ static int iwlcore_init_drv(struct iwl_p
priv->retry_rate = 1;
priv->ibss_beacon = NULL;
- spin_lock_init(&priv->lock);
spin_lock_init(&priv->power_data.lock);
spin_lock_init(&priv->sta_lock);
spin_lock_init(&priv->hcmd_lock);
prev parent reply other threads:[~2008-05-09 5:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-09 4:20 BUG: loading iwl4965 lockup CPU Oleg Lyashko
2008-05-09 5:21 ` Zhu Yi [this message]
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=1210310471.2506.84.camel@debian.sh.intel.com \
--to=yi.zhu@intel.com \
--cc=linux-wireless@vger.kernel.org \
--cc=tomcatuser.13@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.