Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c088d58b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: kasan: clear stale stack poison"

parents 81abee4a 9a59cd54
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -115,6 +115,10 @@ ENTRY(cpu_resume_mmu)
ENDPROC(cpu_resume_mmu)
	.popsection
cpu_resume_after_mmu:
#ifdef CONFIG_KASAN
	mov	x0, sp
	bl	kasan_unpoison_remaining_stack
#endif
	mov	x0, #0			// return zero on success
	ret
ENDPROC(cpu_resume_after_mmu)