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 22:57:43 +0100 From: Sebastian Andrzej Siewior <bigeasy@...utronix.de> To: netdev@...r.kernel.org Cc: "David S. Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, Thomas Gleixner <tglx@...utronix.de>, Alexander Gordeev <agordeev@...ux.ibm.com>, Alexandra Winter <wintera@...ux.ibm.com>, Andrew Lunn <andrew@...n.ch>, Antonio Quartulli <a@...table.cc>, b.a.t.m.a.n@...ts.open-mesh.org, Christian Borntraeger <borntraeger@...ux.ibm.com>, Divya Koppera <Divya.Koppera@...rochip.com>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Heiko Carstens <hca@...ux.ibm.com>, Heiner Kallweit <hkallweit1@...il.com>, Johan Hedberg <johan.hedberg@...il.com>, Jon Maloy <jmaloy@...hat.com>, linux-bluetooth@...r.kernel.org, linux-s390@...r.kernel.org, linux-staging@...ts.linux.dev, Luiz Augusto von Dentz <luiz.dentz@...il.com>, Marcel Holtmann <marcel@...tmann.org>, Marek Lindner <mareklindner@...mailbox.ch>, Remi Denis-Courmont <courmisch@...il.com>, Russell King <linux@...linux.org.uk>, Simon Wunderlich <sw@...onwunderlich.de>, Sven Eckelmann <sven@...fation.org>, Sven Schnelle <svens@...ux.ibm.com>, tipc-discussion@...ts.sourceforge.net, Vasily Gorbik <gor@...ux.ibm.com>, Wenjia Zhang <wenjia@...ux.ibm.com>, Ying Xue <ying.xue@...driver.com> Subject: [PATCH net-next 00/10] net: Convert user to netif_rx(), part 3. This is the third and last batch of converting netif_rx_ni() caller to netif_rx(). The change making this possible is net-next and netif_rx_ni() is a wrapper around netif_rx(). This is a clean up in order to remove netif_rx_ni(). The micrel phy driver is patched twice within this series: the first is is to replace netif_rx_ni() and second to move netif_rx() outside of the IRQ-off section. It is probably simpler to keep it within this series. Cc: Alexander Gordeev <agordeev@...ux.ibm.com> Cc: Alexandra Winter <wintera@...ux.ibm.com> Cc: Andrew Lunn <andrew@...n.ch> Cc: Antonio Quartulli <a@...table.cc> Cc: b.a.t.m.a.n@...ts.open-mesh.org Cc: Christian Borntraeger <borntraeger@...ux.ibm.com> Cc: Divya Koppera <Divya.Koppera@...rochip.com> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org> Cc: Heiko Carstens <hca@...ux.ibm.com> Cc: Heiner Kallweit <hkallweit1@...il.com> Cc: Johan Hedberg <johan.hedberg@...il.com> Cc: Jon Maloy <jmaloy@...hat.com> Cc: linux-bluetooth@...r.kernel.org Cc: linux-s390@...r.kernel.org Cc: linux-staging@...ts.linux.dev Cc: Luiz Augusto von Dentz <luiz.dentz@...il.com> Cc: Marcel Holtmann <marcel@...tmann.org> Cc: Marek Lindner <mareklindner@...mailbox.ch> Cc: Remi Denis-Courmont <courmisch@...il.com> Cc: Russell King <linux@...linux.org.uk> Cc: Simon Wunderlich <sw@...onwunderlich.de> Cc: Sven Eckelmann <sven@...fation.org> Cc: Sven Schnelle <svens@...ux.ibm.com> Cc: tipc-discussion@...ts.sourceforge.net Cc: Vasily Gorbik <gor@...ux.ibm.com> Cc: Wenjia Zhang <wenjia@...ux.ibm.com> Cc: Ying Xue <ying.xue@...driver.com> Sebastian
Powered by blists - more mailing lists