On 2020/7/30 7:02, Bjorn Helgaas wrote:
[+cc Alex, Don]
On Wed, Jul 22, 2020 at 05:44:28PM +0800, Hanjun Guo wrote:
The acpi_get_table() should be coupled with acpi_put_table() if
the mapped table is not used at runtime to release the table
mapping.
In pci_quirk_amd_sb_acs(), IVRS table is just used for checking
AMD IOMMU is supported, not used at runtime, put the table after
using it.
Signed-off-by: Hanjun Guo <guohanjun@xxxxxxxxxx>
Applied to pci/virtualization for v5.9, thanks!
I added this:
Fixes: 15b100dfd1c9 ("PCI: Claim ACS support for AMD southbridge devices")
but I didn't add a stable tag. Does this cause any issue that would
warrant a stable tag?
We don't have one when I was sending same function patch for ACPI
subsystem, so I think it's OK to without a stable tag for this
patch as well.
Thanks
Hanjun