| commit | 40b466db1dffb41f0529035c59c5739636d0e5b8 | [log] [tgz] |
|---|---|---|
| author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | Fri Dec 05 17:09:44 2025 +0000 |
| committer | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | Wed Dec 10 12:21:46 2025 +0000 |
| tree | 9b0f65a6ba0915d30db61ab1ae2699c4d433de3a | |
| parent | dea20281ac88226615761c570c8ff7adc18e6ac2 [diff] |
ARM: allow __do_kernel_fault() to report execution of memory faults Allow __do_kernel_fault() to detect the execution of memory, so we can provide the same fault message as do_page_fault() would do. This is required when we split the kernel address fault handling from the main do_page_fault() code path. Reviewed-by: Xie Yuanbin <xieyuanbin1@huawei.com> Tested-by: Xie Yuanbin <xieyuanbin1@huawei.com> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>