kernel/ksmbd: fix build for 5.15.145
authorJohn Audia <therealgraysky@proton.me>
Wed, 27 Dec 2023 09:42:41 +0000 (04:42 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 4 Jan 2024 21:25:17 +0000 (22:25 +0100)
commit500931c0ce016f73f2c4408ae33a2b07d266aaf9
tree68dff1e11cde1559caaffa37964254b0c8fdd389
parent5067863d67e4585f166133e1b9d6e482fde4c80f
kernel/ksmbd: fix build for 5.15.145

Include a patch[1] under review to fix the modpost error due to
upstream changes:
...
ERROR: modpost: "cifs_arc4_crypt" [fs/ksmbd/ksmbd.ko] undefined!
ERROR: modpost: "cifs_arc4_setkey" [fs/ksmbd/ksmbd.ko] undefined!
scripts/Makefile.modpost:133: recipe for target 'modules-only.symvers' failed

1. https://lore.kernel.org/all/20231227102605.4766-2-linkinjeon@kernel.org/

Signed-off-by: John Audia <therealgraysky@proton.me>
target/linux/generic/hack-5.15/940-ksmbd-have-a-dependency-on-cifs-arc4.patch [new file with mode: 0644]