Re: [PATCH v1 2/3] iommu/tegra-smmu: Properly release domain resources

2019-04-03 Thread Thierry Reding
On Thu, Mar 07, 2019 at 01:50:08AM +0300, Dmitry Osipenko wrote: > Release all memory allocations associated with a released domain and emit > warning if domain is in-use at the time of destruction. > > Signed-off-by: Dmitry Osipenko > --- > drivers/iommu/tegra-smmu.c | 3 +++ > 1 file changed,

[PATCH v1 2/3] iommu/tegra-smmu: Properly release domain resources

2019-03-06 Thread Dmitry Osipenko
Release all memory allocations associated with a released domain and emit warning if domain is in-use at the time of destruction. Signed-off-by: Dmitry Osipenko --- drivers/iommu/tegra-smmu.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-