All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: Yang Yingliang <yangyingliang@huawei.com>
Cc: <pkshih@realtek.com>, <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v2 0/3] wifi: rtlwifi: don't call kfree_skb() under spin_lock_irqsave()
Date: Wed, 07 Dec 2022 13:53:21 +0200	[thread overview]
Message-ID: <87sfhrmnv2.fsf@kernel.org> (raw)
In-Reply-To: <20221207062823.3474551-1-yangyingliang@huawei.com> (Yang Yingliang's message of "Wed, 7 Dec 2022 14:28:20 +0800")

Yang Yingliang <yangyingliang@huawei.com> writes:

> It is not allowed to call kfree_skb() from hardware interrupt
> context or with interrupts being disabled. This patchset is
> trying to add all skb to a free list, then free them after
> spin_unlock_irqrestore() at once.
>
> v1 -> v2:
>   change subject prefix to "wifi: rtlwifi: ..."

I guess these are just compile tested? Please always include that
information to the commit log.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

      parent reply	other threads:[~2022-12-07 11:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-07  6:28 [PATCH v2 0/3] wifi: rtlwifi: don't call kfree_skb() under spin_lock_irqsave() Yang Yingliang
2022-12-07  6:28 ` [PATCH v2 1/3] wifi: rtlwifi: rtl8821ae: " Yang Yingliang
2022-12-07  6:28 ` [PATCH v2 2/3] wifi: rtlwifi: rtl8188ee: " Yang Yingliang
2022-12-07  6:28 ` [PATCH v2 3/3] wifi: rtlwifi: rtl8723be: " Yang Yingliang
2022-12-07 11:53 ` Kalle Valo [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=87sfhrmnv2.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=pkshih@realtek.com \
    --cc=yangyingliang@huawei.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.