OSDN Git Service

arm64: Pass user fault info to arm64_notify_die instead of printing it
authorWill Deacon <will.deacon@arm.com>
Tue, 20 Feb 2018 14:41:02 +0000 (14:41 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 6 Mar 2018 18:52:24 +0000 (18:52 +0000)
commit1049c30871701a6533dd41e555612b31a29acb33
tree2d33e61e89775a543175d1ec50ab32eb8288f0d0
parent15b67321e7e9671881c7174a651a1c7d74c59f72
arm64: Pass user fault info to arm64_notify_die instead of printing it

There's no need for callers of arm64_notify_die to print information
about user faults. Instead, they can pass a string to arm64_notify_die
which will be printed subject to show_unhandled_signals.

Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/fault.c