
< 	pte_t ptent = ptep_get(pte);
---
> 	pte_t ptent;
> 	if (!safe_ptep_get(vma, addr, pte, &ptent)) {
> 		return;
> 	}
