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: Sun, 6 Mar 2022 23:12:08 +0100 From: Greg Kroah-Hartman <gregkh@...uxfoundation.org> To: Sebastian Andrzej Siewior <bigeasy@...utronix.de> Cc: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, Thomas Gleixner <tglx@...utronix.de>, linux-staging@...ts.linux.dev Subject: Re: [PATCH net-next 02/10] staging: Use netif_rx(). On Sun, Mar 06, 2022 at 10:57:45PM +0100, Sebastian Andrzej Siewior wrote: > Since commit > baebdf48c3600 ("net: dev: Makes sure netif_rx() can be invoked in any context.") > > the function netif_rx() can be used in preemptible/thread context as > well as in interrupt context. > > Use netif_rx(). > > Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org> > Cc: linux-staging@...ts.linux.dev > Signed-off-by: Sebastian Andrzej Siewior <bigeasy@...utronix.de> > --- > drivers/staging/gdm724x/gdm_lte.c | 2 +- > drivers/staging/wlan-ng/p80211netdev.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) Acked-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Powered by blists - more mailing lists