On Tue, Apr 23, 2024, at 23:39, Greg Kroah-Hartman wrote: > 6.1-stable review patch. If anyone has any objections, please let me know. > > ------------------ > > From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx> > > [ Upstream commit 7ca9f9ba8aa7380dee5dd8346b57bbaf198b075a ] > > A follow on patch will introduce CONFIG_USB_PCI_AMD governing the AMD > quirk and adding its compile time dependency on HAS_IOPORT. In order to > minimize the number of #ifdefs in C files and make that patch easier > to read first group the code together. This is pure code movement > no functional change is intended. > > Co-developed-by: Arnd Bergmann <arnd@xxxxxxxxxx> > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxxxx> > Signed-off-by: Niklas Schnelle <schnelle@xxxxxxxxxxxxx> > Link: https://lore.kernel.org/r/20230911125653.1393895-2-schnelle@xxxxxxxxxxxxx > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> I see now you had it for 6.6 and 6.1, so it has the same problem as the other one, with the dependency on fcbfe8121a45 ("Kconfig: introduce HAS_IOPORT option and select it as necessary") Arnd