The patch titled Subject: lib/zlib: dfltcc: remove dfltcc_syms.o from Makefile has been added to the -mm tree. Its filename is zlib-move-export_symbol-and-module_license-out-of-dfltcc_symsc-fix.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/zlib-move-export_symbol-and-module_license-out-of-dfltcc_symsc-fix.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/zlib-move-export_symbol-and-module_license-out-of-dfltcc_symsc-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: lib/zlib: dfltcc: remove dfltcc_syms.o from Makefile Oops, missed removing this deleted file from the Makefile. make[3]: *** No rule to make target 'lib/zlib_dfltcc/dfltcc_syms.o', needed by 'lib/zlib_dfltcc/built-in.a'. Link: https://lkml.kernel.org/r/20201227171837.15492-1-rdunlap@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Reported-by: kernel test robot <lkp@xxxxxxxxx> Cc: Zaslonko Mikhail <zaslonko@xxxxxxxxxxxxx> Cc: Heiko Carstens <hca@xxxxxxxxxxxxx> Cc: Vasily Gorbik <gor@xxxxxxxxxxxxx> Cc: Christian Borntraeger <borntraeger@xxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/zlib_dfltcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/zlib_dfltcc/Makefile~zlib-move-export_symbol-and-module_license-out-of-dfltcc_symsc-fix +++ a/lib/zlib_dfltcc/Makefile @@ -8,4 +8,4 @@ obj-$(CONFIG_ZLIB_DFLTCC) += zlib_dfltcc.o -zlib_dfltcc-objs := dfltcc.o dfltcc_deflate.o dfltcc_inflate.o dfltcc_syms.o +zlib_dfltcc-objs := dfltcc.o dfltcc_deflate.o dfltcc_inflate.o _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are zlib-move-export_symbol-and-module_license-out-of-dfltcc_symsc.patch zlib-move-export_symbol-and-module_license-out-of-dfltcc_symsc-fix.patch mm-zswap-clean-up-confusing-comment.patch lib-linear_ranges-fix-repeated-words-one-typo.patch