[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.6-rc4

Lu Baolu posted 1 patch 2 years, 4 months ago
drivers/iommu/intel/iommu.h |  2 +-
drivers/iommu/intel/iommu.c | 16 ----------------
2 files changed, 1 insertion(+), 17 deletions(-)
[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.6-rc4
Posted by Lu Baolu 2 years, 4 months ago
Hi Joerg,

A quick fix has been queued for v6.6. It aims to:

- Fix a suspend/hibernation problem in iommu_suspend()

Please consider it for the iommu/fix branch.

Best regards,
Lu Baolu

Zhang Rui (1):
  iommu/vt-d: Avoid memory allocation in iommu_suspend()

 drivers/iommu/intel/iommu.h |  2 +-
 drivers/iommu/intel/iommu.c | 16 ----------------
 2 files changed, 1 insertion(+), 17 deletions(-)

-- 
2.34.1
Re: [PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.6-rc4
Posted by Joerg Roedel 2 years, 4 months ago
On Mon, Sep 25, 2023 at 08:04:16PM +0800, Lu Baolu wrote:
> Zhang Rui (1):
>   iommu/vt-d: Avoid memory allocation in iommu_suspend()

Applied, thanks.