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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 10 Aug 2021 17:43:17 +0300 From: Dan Carpenter <dan.carpenter@...cle.com> To: Yang Yingliang <yangyingliang@...wei.com> Cc: linux-kernel@...r.kernel.org, linux-staging@...ts.linux.dev, Larry.Finger@...inger.net, phil@...lpotter.co.uk, gregkh@...uxfoundation.org Subject: Re: [PATCH -next] staging: r8188eu: Use GFP_ATOMIC under spin lock On Tue, Aug 10, 2021 at 08:53:14PM +0800, Yang Yingliang wrote: > A spin lock is taken in __nat25_db_network_insert() and > update_BCNTIM() is called under spin lock so we should > use GFP_ATOMIC in both place. > > Reported-by: Hulk Robot <hulkci@...wei.com> > Signed-off-by: Yang Yingliang <yangyingliang@...wei.com> Good spot. This goes back to the original add a driver commit. It used to call rtw_malloc() but that was buggy. Fixes: 15865124feed ("staging: r8188eu: introduce new core dir for RTL8188eu driver") Reviewed-by: Dan Carpenter <dan.carpenter@...cle.com> regards, dan carpenter
Powered by blists - more mailing lists