mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-15 22:10:12 +00:00
We currently call arm64_mm_context_put() without holding a reference to
the mm, which can result in use-after-free. Call mmgrab()/mmdrop() to
ensure the mm only gets freed after we unpinned the ASID.
Fixes:
|
||
|---|---|---|
| .. | ||
| arm-smmu-v3-sva.c | ||
| arm-smmu-v3.c | ||
| arm-smmu-v3.h | ||
| Makefile | ||