Re: [PATCH 2/3] vmd: disable MSI remapping bypass under Xen

2025-01-14 Thread Roger Pau Monné
On Mon, Jan 13, 2025 at 09:53:21AM -0700, Keith Busch wrote: > On Mon, Jan 13, 2025 at 05:45:20PM +0100, Roger Pau Monné wrote: > > On Mon, Jan 13, 2025 at 08:11:19AM -0700, Keith Busch wrote: > > > On Mon, Jan 13, 2025 at 11:03:58AM +0100, Roger Pau Monné wrote: > > > > > > > > Hm, OK, but isn't

Re: [PATCH 2/3] vmd: disable MSI remapping bypass under Xen

2025-01-13 Thread Keith Busch
On Mon, Jan 13, 2025 at 05:45:20PM +0100, Roger Pau Monné wrote: > On Mon, Jan 13, 2025 at 08:11:19AM -0700, Keith Busch wrote: > > On Mon, Jan 13, 2025 at 11:03:58AM +0100, Roger Pau Monné wrote: > > > > > > Hm, OK, but isn't the limit 80 columns according to the kernel coding > > > style (Docume

Re: [PATCH 2/3] vmd: disable MSI remapping bypass under Xen

2025-01-13 Thread Roger Pau Monné
On Mon, Jan 13, 2025 at 08:11:19AM -0700, Keith Busch wrote: > On Mon, Jan 13, 2025 at 11:03:58AM +0100, Roger Pau Monné wrote: > > > > Hm, OK, but isn't the limit 80 columns according to the kernel coding > > style (Documentation/process/coding-style.rst)? > > That's the coding style. The commit

Re: [PATCH 2/3] vmd: disable MSI remapping bypass under Xen

2025-01-13 Thread Keith Busch
On Mon, Jan 13, 2025 at 11:03:58AM +0100, Roger Pau Monné wrote: > > Hm, OK, but isn't the limit 80 columns according to the kernel coding > style (Documentation/process/coding-style.rst)? That's the coding style. The commit message style is described in a different doc: https://docs.kernel.o

Re: [PATCH 2/3] vmd: disable MSI remapping bypass under Xen

2025-01-13 Thread Roger Pau Monné
On Fri, Jan 10, 2025 at 10:02:00PM -0700, Jonathan Derrick wrote: > Hi Bjorn, > > On 1/10/25 3:25 PM, Bjorn Helgaas wrote: > > Match historical subject line style for prefix and capitalization: > > > >PCI: vmd: Set devices to D0 before enabling PM L1 Substates > >PCI: vmd: Add DID 8086:B0

Re: [PATCH 2/3] vmd: disable MSI remapping bypass under Xen

2025-01-13 Thread Roger Pau Monné
On Fri, Jan 10, 2025 at 04:25:25PM -0600, Bjorn Helgaas wrote: > Match historical subject line style for prefix and capitalization: > > PCI: vmd: Set devices to D0 before enabling PM L1 Substates > PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUs > PCI: vmd: Fix indentation is

Re: [PATCH 2/3] vmd: disable MSI remapping bypass under Xen

2025-01-11 Thread kernel test robot
Hi Roger, kernel test robot noticed the following build errors: [auto build test ERROR on pci/next] [also build test ERROR on pci/for-linus tip/irq/core linus/master v6.13-rc6 next-20250110] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we sug

Re: [PATCH 2/3] vmd: disable MSI remapping bypass under Xen

2025-01-10 Thread Jonathan Derrick
Hi Bjorn, On 1/10/25 3:25 PM, Bjorn Helgaas wrote: Match historical subject line style for prefix and capitalization: PCI: vmd: Set devices to D0 before enabling PM L1 Substates PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUs PCI: vmd: Fix indentation issue in vmd_shutd

Re: [PATCH 2/3] vmd: disable MSI remapping bypass under Xen

2025-01-10 Thread Bjorn Helgaas
Match historical subject line style for prefix and capitalization: PCI: vmd: Set devices to D0 before enabling PM L1 Substates PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUs PCI: vmd: Fix indentation issue in vmd_shutdown() On Fri, Jan 10, 2025 at 03:01:49PM +0100, Roger Pa