Re: [PATCH] zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.c

2020-12-26 Thread kernel test robot
Hi Randy, Thank you for the patch! Yet something to improve: [auto build test ERROR on linux/master] [also build test ERROR on linus/master hnaz-linux-mm/master v5.10 next-20201223] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to

Re: [PATCH] zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.c

2020-12-23 Thread Christian Borntraeger
On 19.12.20 06:25, Randy Dunlap wrote: > In 11fb479ff5d9 ("zlib: export S390 symbols for zlib modules"), I added > EXPORT_SYMBOL()s to dfltcc_inflate.c but then Mikhail said that these > should probably be in dfltcc_syms.c with the other EXPORT_SYMBOL()s. > > However, that is contrary to the

[PATCH] zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.c

2020-12-18 Thread Randy Dunlap
In 11fb479ff5d9 ("zlib: export S390 symbols for zlib modules"), I added EXPORT_SYMBOL()s to dfltcc_inflate.c but then Mikhail said that these should probably be in dfltcc_syms.c with the other EXPORT_SYMBOL()s. However, that is contrary to the current kernel style, which places EXPORT_SYMBOL()