All of lore.kernel.org
 help / color / mirror / Atom feed
* + zlib-move-export_symbol-and-module_license-out-of-dfltcc_symsc-fix.patch added to -mm tree
@ 2020-12-27 22:01 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-12-27 22:01 UTC (permalink / raw)
  To: mm-commits, zaslonko, sfr, lkp, hca, gor, borntraeger, rdunlap


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@infradead.org>
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@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Zaslonko Mikhail <zaslonko@linux.ibm.com>
Cc: Heiko Carstens <hca@linux.ibm.com>
Cc: Vasily Gorbik <gor@linux.ibm.com>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@infradead.org 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-27 22:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-27 22:01 + zlib-move-export_symbol-and-module_license-out-of-dfltcc_symsc-fix.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.