From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Sebastian Andrzej Siewior Subject: [PATCH net-next 00/10] net: Convert user to netif_rx(), part 3. Date: Sun, 6 Mar 2022 22:57:43 +0100 Message-Id: <20220306215753.3156276-1-bigeasy@linutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: netdev@vger.kernel.org Cc: "David S. Miller" , Jakub Kicinski , Thomas Gleixner , Alexander Gordeev , Alexandra Winter , Andrew Lunn , Antonio Quartulli , b.a.t.m.a.n@lists.open-mesh.org, Christian Borntraeger , Divya Koppera , Greg Kroah-Hartman , Heiko Carstens , Heiner Kallweit , Johan Hedberg , Jon Maloy , linux-bluetooth@vger.kernel.org, linux-s390@vger.kernel.org, linux-staging@lists.linux.dev, Luiz Augusto von Dentz , Marcel Holtmann , Marek Lindner , Remi Denis-Courmont , Russell King , Simon Wunderlich , Sven Eckelmann , Sven Schnelle , tipc-discussion@lists.sourceforge.net, Vasily Gorbik , Wenjia Zhang , Ying Xue 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 Cc: Alexandra Winter Cc: Andrew Lunn Cc: Antonio Quartulli Cc: b.a.t.m.a.n@lists.open-mesh.org Cc: Christian Borntraeger Cc: Divya Koppera Cc: Greg Kroah-Hartman Cc: Heiko Carstens Cc: Heiner Kallweit Cc: Johan Hedberg Cc: Jon Maloy Cc: linux-bluetooth@vger.kernel.org Cc: linux-s390@vger.kernel.org Cc: linux-staging@lists.linux.dev Cc: Luiz Augusto von Dentz Cc: Marcel Holtmann Cc: Marek Lindner Cc: Remi Denis-Courmont Cc: Russell King Cc: Simon Wunderlich Cc: Sven Eckelmann Cc: Sven Schnelle Cc: tipc-discussion@lists.sourceforge.net Cc: Vasily Gorbik Cc: Wenjia Zhang Cc: Ying Xue Sebastian