On Fri, Apr 30, 2021 at 12:50:49PM -0500, Bjorn Helgaas wrote: > This needs to be cc'd to linux-pci (I did it for you this time). I did ask for that before. > Sorry, I can't make any sense out of the commit log. Is this a Root > Port defect or an NVMe device defect? It is a root port quirk, although it appears to be intentional as Intel is doing the same thing on some platforms. > Patch 2/2 only uses PCI_DEV_FLAGS_AMD_NVME_SIMPLE_SUSPEND in the nvme > driver, so AFAICT there is no reason for the PCI core to keep track of > the flag for you. > > I see below that Christoph suggests it needs to be in the PCI core, > but the reason needs to be explained in the commit log. As far as I can tell this has nothing to do with NVMe except for the fact that right now it mostly hits NVMe as the nvme drivers is one of the few drivers not always doing a full device shutdown when the system goes into the S3 power state. But various x86 platforms now randomly power done the link in that case. > > I have not acked this patch. Please don't merge it before clearing > these things up. I would never merge PCI core changes that haven't been reviewd by the maintainer.