lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <6ca3cf39-3fe9-45db-af97-51dda65bd42e@RTEXMBS04.realtek.com.tw>
Date: Mon, 31 Mar 2025 14:41:03 +0800
From: Ping-Ke Shih <pkshih@...ltek.com>
To: Chen Ni <nichen@...as.ac.cn>, <pkshih@...ltek.com>,
        <linux-wireless@...r.kernel.org>
CC: <linux-kernel@...r.kernel.org>, Chen Ni <nichen@...as.ac.cn>
Subject: Re: [PATCH] wifi: rtw88: sdio: Remove redundant 'flush_workqueue()' calls

Chen Ni <nichen@...as.ac.cn> wrote:

> 'destroy_workqueue()' already drains the queue before destroying it, so
> there is no need to flush it explicitly.
> 
> Remove the redundant 'flush_workqueue()' calls.
> 
> This was generated with coccinelle:
> 
> @@
> expression E;
> @@
> 
> - flush_workqueue(E);
>   destroy_workqueue(E);
> 
> Signed-off-by: Chen Ni <nichen@...as.ac.cn>

1 patch(es) applied to rtw-next branch of rtw.git, thanks.

5c4cf36c538b wifi: rtw88: sdio: Remove redundant 'flush_workqueue()' calls

---
https://github.com/pkshih/rtw.git


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ