arm64: signal32: move ilp32 and aarch32 common code to separated file
maillist inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I7WGZU CVE: NA Reference: https://github.com/norov/linux/commits/ilp32-5.2 -------------------------------- ILP32 needs to mix 32bit struct siginfo and 64bit sigframe for its signal handlers. Move the existing compat code for copying siginfo to user space and manipulating signal masks into signal32_common.c so it can be used to deliver aarch32 and ilp32 signals. Signed-off-by:Yury Norov <ynorov@caviumnetworks.com> Signed-off-by:
Yury Norov <ynorov@marvell.com> Signed-off-by:
Xiongfeng Wang <wangxiongfeng2@huawei.com> Acked-by:
Xie XiuQi <xiexiuqi@huawei.com> Signed-off-by:
Chen Jun <chenjun102@huawei.com> Conflicts: arch/arm64/kernel/Makefile arch/arm64/kernel/signal32.c Signed-off-by:
Chen Jiahao <chenjiahao16@huawei.com>
Loading
Please sign in to comment