arm64: Ignore the 'write' ESR flag on cache maintenance faults
ESR.WnR bit is always set on data cache maintenance faults even though the page is not required to have write permission. If a translation fault (page not yet mapped) happens for read-only user address range, Linux incorrectly assumes a permission fault. This patch adds the check of the ESR.CM bit during the page fault handling to ignore the 'write' flag. Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com> Reported-by: NTim Northover <Tim.Northover@arm.com> Cc: stable@vger.kernel.org
Showing
想要评论请 注册 或 登录