[PATCH 0/8] net: Phase out hybrid PCI devres API
Keller, Jacob E
jacob.e.keller at intel.com
Wed Apr 16 10:10:38 PDT 2025
> -----Original Message-----
> From: Philipp Stanner <phasta at kernel.org>
> Sent: Wednesday, April 16, 2025 9:44 AM
> To: Sunil Goutham <sgoutham at marvell.com>; Andrew Lunn
> <andrew+netdev at lunn.ch>; David S. Miller <davem at davemloft.net>; Dumazet,
> Eric <edumazet at google.com>; Jakub Kicinski <kuba at kernel.org>; Paolo Abeni
> <pabeni at redhat.com>; Geetha sowjanya <gakula at marvell.com>; Subbaraya
> Sundeep <sbhatta at marvell.com>; hariprasad <hkelam at marvell.com>; Bharat
> Bhushan <bbhushan2 at marvell.com>; Taras Chornyi
> <taras.chornyi at plvision.eu>; Daniele Venzano <venza at brownhat.org>; Heiner
> Kallweit <hkallweit1 at gmail.com>; Russell King <linux at armlinux.org.uk>; Thomas
> Gleixner <tglx at linutronix.de>; Philipp Stanner <phasta at kernel.org>; Helge Deller
> <deller at gmx.de>; Ingo Molnar <mingo at kernel.org>; Simon Horman
> <horms at kernel.org>; Al Viro <viro at zeniv.linux.org.uk>; Sabrina Dubroca
> <sd at queasysnail.net>; Keller, Jacob E <jacob.e.keller at intel.com>
> Cc: linux-arm-kernel at lists.infradead.org; netdev at vger.kernel.org; linux-
> kernel at vger.kernel.org; linux-parisc at vger.kernel.org
> Subject: [PATCH 0/8] net: Phase out hybrid PCI devres API
>
> Fixes a number of minor issues with the usage of the PCI API in net.
> Notbaly, it replaces calls to the sometimes-managed
> pci_request_regions() to the always-managed pcim_request_all_regions(),
> enabling us to remove that hybrid functionality from PCI.
>
Removing the problematic "sometimes" behavior is good.
Reviewed-by: Jacob Keller <jacob.e.keller at intel.com>
More information about the linux-arm-kernel
mailing list