You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
ANDROID: drivers/arm-smmu-v3-kvm: Free io_pgtable struct on domain free
When a domain is freed, it should also free the page table struct
"arm_lpae_io_pgtable" which is per domain, as the domain is freed
and this memory would be leaked.
Bug: 277989609
Bug: 278749606
Change-Id: I6eaf00977d613d203f3918485d4cd8618ec40c9e
Signed-off-by: Mostafa Saleh <[email protected]>
0 commit comments