* removed musl and openssl from btrfs-progs.cache
[t2sde.git] / package / kernel / linux / hotfix-nios2.patch
blob65e5257dba4e9c7f0b2f411de4a78335b355296b
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/linux/hotfix-nios2.patch
3 # Copyright (C) 2021 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 MODPOST modules-only.symvers
15 arch/nios2/boot/Makefile:24: FORCE prerequisite is missing
16 ERROR: modpost: "__mulsi3" [net/vmw_vsock/vsock.ko] undefined!
17 ...
18 WARNING: modpost: suppressed 1503 unresolved symbol warnings because there were too many)
19 make[1]: *** [scripts/Makefile.modpost:134: modules-only.symvers] Error 1
21 --- linux-5.15/arch/nios2/kernel/nios2_ksyms.c.vanilla 2021-12-30 13:50:48.173708808 +0100
22 +++ linux-5.15/arch/nios2/kernel/nios2_ksyms.c 2021-12-30 13:59:41.320687550 +0100
23 @@ -32,6 +32,8 @@
25 DECLARE_EXPORT(__gcc_bcmp);
26 DECLARE_EXPORT(__divsi3);
27 +DECLARE_EXPORT(__divsi3_table);
28 +DECLARE_EXPORT(__mulsi3);
29 DECLARE_EXPORT(__moddi3);
30 DECLARE_EXPORT(__modsi3);
31 DECLARE_EXPORT(__udivmoddi4);