iommu/s390: Use GFP_KERNEL in sleepable contexts
authorJason Gunthorpe <jgg@nvidia.com>
Mon, 23 Jan 2023 20:36:03 +0000 (16:36 -0400)
committerJoerg Roedel <jroedel@suse.de>
Wed, 25 Jan 2023 10:52:07 +0000 (11:52 +0100)
commit429f27e36874e34727a1f8495be2ea3a7060732c
treefa074959de25930a0d1176593dd572a7f4a5a594
parentd3b82825217aab0ed56e2426a0d07af2e2ebd7df
iommu/s390: Use GFP_KERNEL in sleepable contexts

These contexts are sleepable, so use the proper annotation. The GFP_ATOMIC
was added mechanically in the prior patches.

Reviewed-by: Niklas Schnelle <schnelle@linux.ibm.com>
Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/10-v3-76b587fe28df+6e3-iommu_map_gfp_jgg@nvidia.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
arch/s390/pci/pci_dma.c
drivers/iommu/s390-iommu.c