]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_info
authorWill Deacon <will.deacon@arm.com>
Tue, 20 Feb 2018 14:53:22 +0000 (14:53 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 6 Mar 2018 18:52:24 +0000 (18:52 +0000)
commitb5e69d792863fea2f0bc1fb871548aaf104736cf
tree32c93d62847f57bb300c9122336b275d4abbc0ce
parent3a9ec8d2996c95dc9000f60a25284cd1a74b035d
arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_info

Reporting unhandled user pagefaults via arm64_force_sig_info means
that __do_user_fault can be drastically simplified, since it no longer
has to worry about printing the fault information and can consequently
just take the siginfo as a parameter.

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