commit | 92ff0674f5d8013704cbaeaceb8e3576b36754ee | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Feb 20 14:53:22 2018 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Tue Mar 06 18:52:24 2018 +0000 |
tree | 32c93d62847f57bb300c9122336b275d4abbc0ce | |
parent | 1049c30871701a6533dd41e555612b31a29acb33 [diff] |
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>