Re: [PATCH v4 0/3] PCI: NVMe reset quirks

2018-08-09 Thread Bjorn Helgaas
On Thu, Aug 09, 2018 at 02:04:03PM -0600, Alex Williamson wrote: > v4: Fix 0-day i386 build error for readq, simply use readl > instead, the bits we're interested in are 24:31 and the NVMe > spec indicates that smaller, aligned accesses are allowed. > Update bz links for both device spe

[PATCH v4 0/3] PCI: NVMe reset quirks

2018-08-09 Thread Alex Williamson
v4: Fix 0-day i386 build error for readq, simply use readl instead, the bits we're interested in are 24:31 and the NVMe spec indicates that smaller, aligned accesses are allowed. Update bz links for both device specific resets. v3: Separate quirks, only for the afflicted devices v2: A