+0
−1
+3
−23
arch/arm64/kernel/binfmt_elf32.c
0 → 100644
+35
−0
Loading
hulk inclusion category: feature bugzilla: NA CVE: NA --------------------------- As we support more than one compat formats, it looks more reasonable to not use fs/compat_binfmt.c. Custom binfmt_elf32.c allows to move aarch32 specific definitions there and make code more maintainable and readable. Signed-off-by:Yury Norov <ynorov@caviumnetworks.com> Signed-off-by:
Xiongfeng Wang <wangxiongfeng2@huawei.com> Reviewed-by:
Hanjun Guo <guohanjun@huawei.com <mailto:guohanjun@huawei.com>> Signed-off-by:
Yang Yingliang <yangyingliang@huawei.com>