Re: [patch 06/10] PCI: hv: Switch MSI descriptor locking to guard()

2025-03-15 Thread Wei Liu
On Sun, Mar 09, 2025 at 09:41:51AM +0100, Thomas Gleixner wrote: > Convert the code to use the new guard(msi_descs_lock). > > No functional change intended. > > Signed-off-by: Thomas Gleixner > Cc: Haiyang Zhang > Cc: Wei Liu > Cc: Bjorn Helgaas > Cc: linux-hyperv@vger.kernel.org > Cc: linux-

Re: [patch 06/10] PCI: hv: Switch MSI descriptor locking to guard()

2025-03-11 Thread Jonathan Cameron
On Sun, 9 Mar 2025 09:41:51 +0100 (CET) Thomas Gleixner wrote: > Convert the code to use the new guard(msi_descs_lock). > > No functional change intended. > > Signed-off-by: Thomas Gleixner > Cc: Haiyang Zhang > Cc: Wei Liu > Cc: Bjorn Helgaas > Cc: linux-hyperv@vger.kernel.org > Cc: linux

RE: [patch 06/10] PCI: hv: Switch MSI descriptor locking to guard()

2025-03-10 Thread Michael Kelley
From: Thomas Gleixner Sent: Sunday, March 9, 2025 12:42 AM > > Convert the code to use the new guard(msi_descs_lock). > > No functional change intended. > > Signed-off-by: Thomas Gleixner > Cc: Haiyang Zhang > Cc: Wei Liu > Cc: Bjorn Helgaas > Cc: linux-hyperv@vger.kernel.org > Cc: linux-..

[patch 06/10] PCI: hv: Switch MSI descriptor locking to guard()

2025-03-09 Thread Thomas Gleixner
Convert the code to use the new guard(msi_descs_lock). No functional change intended. Signed-off-by: Thomas Gleixner Cc: Haiyang Zhang Cc: Wei Liu Cc: Bjorn Helgaas Cc: linux-hyperv@vger.kernel.org Cc: linux-...@vger.kernel.org --- drivers/pci/controller/pci-hyperv.c | 14 -- 1