Message ID | 20231124142434.1577550-1-boris.brezillon@collabora.com (mailing list archive) |
---|---|
Headers | show |
Series | iommu: Allow passing custom allocators to pgtable drivers | expand |
On Fri, Nov 24, 2023 at 03:24:32PM +0100, Boris Brezillon wrote: > Boris Brezillon (2): > iommu: Allow passing custom allocators to pgtable drivers > iommu: Extend LPAE page table format to support custom allocators > > drivers/iommu/io-pgtable-arm.c | 55 ++++++++++++++++++++++++---------- > drivers/iommu/io-pgtable.c | 23 ++++++++++++++ > include/linux/io-pgtable.h | 34 +++++++++++++++++++++ > 3 files changed, 96 insertions(+), 16 deletions(-) Applied, thanks.
On 11/27/2023 3:40 PM, Joerg Roedel wrote: > On Fri, Nov 24, 2023 at 03:24:32PM +0100, Boris Brezillon wrote: >> Boris Brezillon (2): >> iommu: Allow passing custom allocators to pgtable drivers >> iommu: Extend LPAE page table format to support custom allocators >> >> drivers/iommu/io-pgtable-arm.c | 55 ++++++++++++++++++++++++---------- >> drivers/iommu/io-pgtable.c | 23 ++++++++++++++ >> include/linux/io-pgtable.h | 34 +++++++++++++++++++++ >> 3 files changed, 96 insertions(+), 16 deletions(-) > > Applied, thanks. Tested patch v3 also and reviewed also, both looks good , please feel free to add in case of merging: Reviewed-by: Gaurav Kohli <quic_gkohli@quicinc.com> Tested-by: Gaurav Kohli <quic_gkohli@quicinc.com>