]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3a9ec8d2996c95dc9000f60a25284cd1a74b035d
tree2d33e61e89775a543175d1ec50ab32eb8288f0d0
parentffc38f56700d67084e88bdf396831a0006f7f30a
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