OSDN Git Service

UPSTREAM: arm64: User die() instead of panic() in do_page_fault()
authorCatalin Marinas <catalin.marinas@arm.com>
Fri, 19 Feb 2016 14:28:58 +0000 (14:28 +0000)
committerJeff Vander Stoep <jeffv@google.com>
Thu, 22 Sep 2016 20:38:22 +0000 (13:38 -0700)
commit298b730c260f6766a31ac4b3fa203d7d251a9cbd
tree38525f25edea916470448d9e5a8fdfe67bc212ed
parentcb4d47d9a2e863d38c1a2c81b4f2c5181cf1c8df
UPSTREAM: arm64: User die() instead of panic() in do_page_fault()

The former gives better error reporting on unhandled permission faults
(introduced by the UAO patches).

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Bug: 30369029
Patchset: kaslr-arm64-4.4

(cherry picked from commit 70c8abc28762d04e36c92e07eee2ce6ab41049cb)
Signed-off-by: Jeff Vander Stoep <jeffv@google.com>
Change-Id: Ia419eccf1554a32fa4131ac15b277d4d2d4eb508
arch/arm64/mm/fault.c