generic: fix warning orphan section from module exports in aarch64
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 8 Jul 2022 14:22:45 +0000 (16:22 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 14 Jul 2022 05:15:35 +0000 (07:15 +0200)
commit4b924fe6dfab306ce8471cf448bbf25d30387ba5
treeda3768dbd7ffdebeb55c0629c17f7aaddf1047e9
parent885738791364852725ec99b7fd1721a55edce9a9
generic: fix warning orphan section from module exports in aarch64

kernel linux now have 2 different export.h include, one from
linux/export.h and one from asm-generic/export.h

While most of our target user linux/export.h, aarch64 based target use
asm-generic/export.h that is not patched with the changes of
221-module_exports.

Patch also this additional header to fix multiple

aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/kernel/head.o' being placed in section `__ksymtab_strings'

warning during kernel compilation.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/generic/hack-5.10/221-module_exports.patch
target/linux/generic/hack-5.15/221-module_exports.patch