[PATCH 09/16] iommu/iommufd: use page allocation function provided by iommu-pages.h
Jason Gunthorpe
jgg at ziepe.ca
Tue Nov 28 15:52:54 PST 2023
On Tue, Nov 28, 2023 at 08:49:31PM +0000, Pasha Tatashin wrote:
> Convert iommu/iommufd/* files to use the new page allocation functions
> provided in iommu-pages.h.
>
> Signed-off-by: Pasha Tatashin <pasha.tatashin at soleen.com>
> ---
> drivers/iommu/iommufd/iova_bitmap.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
This is a short term allocation, it should not be counted, that is why
it is already not using GFP_KERNEL_ACCOUNT.
Jason
More information about the Linux-rockchip
mailing list