All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@linaro.org>
To: alexis.lothore@bootlin.com
Cc: linux-wireless@vger.kernel.org
Subject: Re: [bug report] wifi: wilc1000: convert list management to RCU
Date: Thu, 9 May 2024 16:33:09 +0300	[thread overview]
Message-ID: <eab04ab6-752a-41ac-9fcb-0e4e14687de1@moroto.mountain> (raw)
In-Reply-To: <3b46ec7c-baee-49fd-b760-3bc12fb12eaf@moroto.mountain>

A related warning is:

drivers/net/wireless/microchip/wilc1000/wlan.c:237
wilc_wlan_txq_filter_dup_tcp_ack() warn: sleeping in atomic context

drivers/net/wireless/microchip/wilc1000/wlan.c
   726          rcu_read_lock();
                ^^^^^^^^^^^^^^^
Disables preemption.

   727          wilc_for_each_vif(wilc, vif)
   728                  wilc_wlan_txq_filter_dup_tcp_ack(vif->ndev);
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sleeps.

   729          rcu_read_unlock();

regards,
dan carpenter


  reply	other threads:[~2024-05-09 13:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-09 13:24 [bug report] wifi: wilc1000: convert list management to RCU Dan Carpenter
2024-05-09 13:33 ` Dan Carpenter [this message]
2024-05-13 14:16 ` Alexis Lothoré
2024-05-14  8:54   ` Dan Carpenter
2024-05-14  8:59     ` Alexis Lothoré
2024-05-28  9:31 ` Alexis Lothoré
2024-05-28  9:44   ` Kalle Valo
2024-05-28  9:57     ` Alexis Lothoré

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=eab04ab6-752a-41ac-9fcb-0e4e14687de1@moroto.mountain \
    --to=dan.carpenter@linaro.org \
    --cc=alexis.lothore@bootlin.com \
    --cc=linux-wireless@vger.kernel.org \
    /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.