+55
−105
Loading
mainline inclusion from mainline-v5.18-rc1 commit d1434e03 category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/I9E2GP CVE: CVE-2024-26706 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d1434e03b2913c28d85e429eea20c53993fbe1af -------------------------------- Convert the inline assembly code to use the automatic EFAULT exception handler. With that the fixup code can be dropped. The other change is to allow double-word only when a 64-bit kernel is used instead of depending on CONFIG_PA20. Signed-off-by:Helge Deller <deller@gmx.de> Signed-off-by:
Cheng Yu <serein.chengyu@huawei.com>