linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:126:12: warning: no previous prototype for 'ZSTD_createDCtx_advanced'
@ 2021-02-02 16:23 kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-02-02 16:23 UTC (permalink / raw)
  To: Paul Cercueil; +Cc: kbuild-all, linux-kernel, Thomas Bogendoerfer

[-- Attachment #1: Type: text/plain, Size: 7183 bytes --]

Hi Paul,

First bad commit (maybe != root cause):

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   88bb507a74ea7d75fa49edd421eaa710a7d80598
commit: a510b616131f85215ba156ed67e5ed1c0701f80f MIPS: Add support for ZSTD-compressed kernels
date:   5 months ago
config: mips-randconfig-r031-20210202 (attached as .config)
compiler: mipsel-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a510b616131f85215ba156ed67e5ed1c0701f80f
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout a510b616131f85215ba156ed67e5ed1c0701f80f
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

   arch/mips/boot/compressed/decompress.c:38:6: warning: no previous prototype for 'error' [-Wmissing-prototypes]
      38 | void error(char *x)
         |      ^~~~~
   In file included from arch/mips/boot/compressed/../../../../lib/decompress_unzstd.c:75,
                    from arch/mips/boot/compressed/decompress.c:76:
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:126:12: warning: no previous prototype for 'ZSTD_createDCtx_advanced' [-Wmissing-prototypes]
     126 | ZSTD_DCtx *ZSTD_createDCtx_advanced(ZSTD_customMem customMem)
         |            ^~~~~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:394:8: warning: no previous prototype for 'ZSTD_getcBlockSize' [-Wmissing-prototypes]
     394 | size_t ZSTD_getcBlockSize(const void *src, size_t srcSize, blockProperties_t *bpPtr)
         |        ^~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:432:8: warning: no previous prototype for 'ZSTD_decodeLiteralsBlock' [-Wmissing-prototypes]
     432 | size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx *dctx, const void *src, size_t srcSize) /* note : srcSize < BLOCKSIZE */
         |        ^~~~~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:794:8: warning: no previous prototype for 'ZSTD_decodeSeqHeaders' [-Wmissing-prototypes]
     794 | size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx *dctx, int *nbSeqPtr, const void *src, size_t srcSize)
         |        ^~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:1497:8: warning: no previous prototype for 'ZSTD_generateNxBytes' [-Wmissing-prototypes]
    1497 | size_t ZSTD_generateNxBytes(void *dst, size_t dstCapacity, BYTE byte, size_t length)
         |        ^~~~~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/decompress.c:81:6: warning: no previous prototype for '__stack_chk_fail' [-Wmissing-prototypes]
      81 | void __stack_chk_fail(void)
         |      ^~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/decompress.c:86:6: warning: no previous prototype for 'decompress_kernel' [-Wmissing-prototypes]
      86 | void decompress_kernel(unsigned long boot_heap_start)
         |      ^~~~~~~~~~~~~~~~~
   In file included from arch/mips/boot/compressed/../../../../lib/zstd/fse_decompress.c:50,
                    from arch/mips/boot/compressed/../../../../lib/decompress_unzstd.c:72,
                    from arch/mips/boot/compressed/decompress.c:76:
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:124:18: warning: 'OF_defaultNormLog' defined but not used [-Wunused-const-variable=]
     124 | static const U32 OF_defaultNormLog = OF_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:122:18: warning: 'OF_defaultNorm' defined but not used [-Wunused-const-variable=]
     122 | static const S16 OF_defaultNorm[MaxOff + 1] = {1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1};
         |                  ^~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:120:18: warning: 'ML_defaultNormLog' defined but not used [-Wunused-const-variable=]
     120 | static const U32 ML_defaultNormLog = ML_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:117:18: warning: 'ML_defaultNorm' defined but not used [-Wunused-const-variable=]
     117 | static const S16 ML_defaultNorm[MaxML + 1] = {1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,  1,  1,  1,  1,  1,  1, 1,
         |                  ^~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:113:18: warning: 'LL_defaultNormLog' defined but not used [-Wunused-const-variable=]
     113 | static const U32 LL_defaultNormLog = LL_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:111:18: warning: 'LL_defaultNorm' defined but not used [-Wunused-const-variable=]
     111 | static const S16 LL_defaultNorm[MaxLL + 1] = {4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 1, 1, 1, 1, 1, -1, -1, -1, -1};
         |                  ^~~~~~~~~~~~~~

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for SSB_EMBEDDED
   Depends on SSB && SSB_DRIVER_MIPS && SSB_PCICORE_HOSTMODE
   Selected by
   - BCM47XX_SSB && BCM47XX


vim +/ZSTD_createDCtx_advanced +126 arch/mips/boot/compressed/../../../../lib/zstd/decompress.c

73f3d1b48f5069 Nick Terrell 2017-08-09  125  
73f3d1b48f5069 Nick Terrell 2017-08-09 @126  ZSTD_DCtx *ZSTD_createDCtx_advanced(ZSTD_customMem customMem)
73f3d1b48f5069 Nick Terrell 2017-08-09  127  {
73f3d1b48f5069 Nick Terrell 2017-08-09  128  	ZSTD_DCtx *dctx;
73f3d1b48f5069 Nick Terrell 2017-08-09  129  
73f3d1b48f5069 Nick Terrell 2017-08-09  130  	if (!customMem.customAlloc || !customMem.customFree)
73f3d1b48f5069 Nick Terrell 2017-08-09  131  		return NULL;
73f3d1b48f5069 Nick Terrell 2017-08-09  132  
73f3d1b48f5069 Nick Terrell 2017-08-09  133  	dctx = (ZSTD_DCtx *)ZSTD_malloc(sizeof(ZSTD_DCtx), customMem);
73f3d1b48f5069 Nick Terrell 2017-08-09  134  	if (!dctx)
73f3d1b48f5069 Nick Terrell 2017-08-09  135  		return NULL;
73f3d1b48f5069 Nick Terrell 2017-08-09  136  	memcpy(&dctx->customMem, &customMem, sizeof(customMem));
73f3d1b48f5069 Nick Terrell 2017-08-09  137  	ZSTD_decompressBegin(dctx);
73f3d1b48f5069 Nick Terrell 2017-08-09  138  	return dctx;
73f3d1b48f5069 Nick Terrell 2017-08-09  139  }
73f3d1b48f5069 Nick Terrell 2017-08-09  140  

:::::: The code at line 126 was first introduced by commit
:::::: 73f3d1b48f5069d46ba48aa28c2898dc93185560 lib: Add zstd modules

:::::: TO: Nick Terrell <terrelln@fb.com>
:::::: CC: Chris Mason <clm@fb.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 34969 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:126:12: warning: no previous prototype for 'ZSTD_createDCtx_advanced'
@ 2021-06-22 11:27 kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-06-22 11:27 UTC (permalink / raw)
  To: Paul Cercueil; +Cc: kbuild-all, linux-kernel, Thomas Bogendoerfer

[-- Attachment #1: Type: text/plain, Size: 6972 bytes --]

Hi Paul,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   a96bfed64c8986d6404e553f18203cae1f5ac7e6
commit: a510b616131f85215ba156ed67e5ed1c0701f80f MIPS: Add support for ZSTD-compressed kernels
date:   10 months ago
config: mips-randconfig-r036-20210622 (attached as .config)
compiler: mips-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a510b616131f85215ba156ed67e5ed1c0701f80f
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout a510b616131f85215ba156ed67e5ed1c0701f80f
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

   arch/mips/boot/compressed/decompress.c:38:6: warning: no previous prototype for 'error' [-Wmissing-prototypes]
      38 | void error(char *x)
         |      ^~~~~
   In file included from arch/mips/boot/compressed/../../../../lib/decompress_unzstd.c:75,
                    from arch/mips/boot/compressed/decompress.c:76:
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:126:12: warning: no previous prototype for 'ZSTD_createDCtx_advanced' [-Wmissing-prototypes]
     126 | ZSTD_DCtx *ZSTD_createDCtx_advanced(ZSTD_customMem customMem)
         |            ^~~~~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:394:8: warning: no previous prototype for 'ZSTD_getcBlockSize' [-Wmissing-prototypes]
     394 | size_t ZSTD_getcBlockSize(const void *src, size_t srcSize, blockProperties_t *bpPtr)
         |        ^~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:432:8: warning: no previous prototype for 'ZSTD_decodeLiteralsBlock' [-Wmissing-prototypes]
     432 | size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx *dctx, const void *src, size_t srcSize) /* note : srcSize < BLOCKSIZE */
         |        ^~~~~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:794:8: warning: no previous prototype for 'ZSTD_decodeSeqHeaders' [-Wmissing-prototypes]
     794 | size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx *dctx, int *nbSeqPtr, const void *src, size_t srcSize)
         |        ^~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:1497:8: warning: no previous prototype for 'ZSTD_generateNxBytes' [-Wmissing-prototypes]
    1497 | size_t ZSTD_generateNxBytes(void *dst, size_t dstCapacity, BYTE byte, size_t length)
         |        ^~~~~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/decompress.c:81:6: warning: no previous prototype for '__stack_chk_fail' [-Wmissing-prototypes]
      81 | void __stack_chk_fail(void)
         |      ^~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/decompress.c:86:6: warning: no previous prototype for 'decompress_kernel' [-Wmissing-prototypes]
      86 | void decompress_kernel(unsigned long boot_heap_start)
         |      ^~~~~~~~~~~~~~~~~
   In file included from arch/mips/boot/compressed/../../../../lib/zstd/fse_decompress.c:50,
                    from arch/mips/boot/compressed/../../../../lib/decompress_unzstd.c:72,
                    from arch/mips/boot/compressed/decompress.c:76:
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:124:18: warning: 'OF_defaultNormLog' defined but not used [-Wunused-const-variable=]
     124 | static const U32 OF_defaultNormLog = OF_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:122:18: warning: 'OF_defaultNorm' defined but not used [-Wunused-const-variable=]
     122 | static const S16 OF_defaultNorm[MaxOff + 1] = {1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1};
         |                  ^~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:120:18: warning: 'ML_defaultNormLog' defined but not used [-Wunused-const-variable=]
     120 | static const U32 ML_defaultNormLog = ML_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:117:18: warning: 'ML_defaultNorm' defined but not used [-Wunused-const-variable=]
     117 | static const S16 ML_defaultNorm[MaxML + 1] = {1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,  1,  1,  1,  1,  1,  1, 1,
         |                  ^~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:113:18: warning: 'LL_defaultNormLog' defined but not used [-Wunused-const-variable=]
     113 | static const U32 LL_defaultNormLog = LL_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:111:18: warning: 'LL_defaultNorm' defined but not used [-Wunused-const-variable=]
     111 | static const S16 LL_defaultNorm[MaxLL + 1] = {4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 1, 1, 1, 1, 1, -1, -1, -1, -1};
         |                  ^~~~~~~~~~~~~~


vim +/ZSTD_createDCtx_advanced +126 arch/mips/boot/compressed/../../../../lib/zstd/decompress.c

73f3d1b48f5069 Nick Terrell 2017-08-09  125  
73f3d1b48f5069 Nick Terrell 2017-08-09 @126  ZSTD_DCtx *ZSTD_createDCtx_advanced(ZSTD_customMem customMem)
73f3d1b48f5069 Nick Terrell 2017-08-09  127  {
73f3d1b48f5069 Nick Terrell 2017-08-09  128  	ZSTD_DCtx *dctx;
73f3d1b48f5069 Nick Terrell 2017-08-09  129  
73f3d1b48f5069 Nick Terrell 2017-08-09  130  	if (!customMem.customAlloc || !customMem.customFree)
73f3d1b48f5069 Nick Terrell 2017-08-09  131  		return NULL;
73f3d1b48f5069 Nick Terrell 2017-08-09  132  
73f3d1b48f5069 Nick Terrell 2017-08-09  133  	dctx = (ZSTD_DCtx *)ZSTD_malloc(sizeof(ZSTD_DCtx), customMem);
73f3d1b48f5069 Nick Terrell 2017-08-09  134  	if (!dctx)
73f3d1b48f5069 Nick Terrell 2017-08-09  135  		return NULL;
73f3d1b48f5069 Nick Terrell 2017-08-09  136  	memcpy(&dctx->customMem, &customMem, sizeof(customMem));
73f3d1b48f5069 Nick Terrell 2017-08-09  137  	ZSTD_decompressBegin(dctx);
73f3d1b48f5069 Nick Terrell 2017-08-09  138  	return dctx;
73f3d1b48f5069 Nick Terrell 2017-08-09  139  }
73f3d1b48f5069 Nick Terrell 2017-08-09  140  

:::::: The code at line 126 was first introduced by commit
:::::: 73f3d1b48f5069d46ba48aa28c2898dc93185560 lib: Add zstd modules

:::::: TO: Nick Terrell <terrelln@fb.com>
:::::: CC: Chris Mason <clm@fb.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 30500 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:126:12: warning: no previous prototype for 'ZSTD_createDCtx_advanced'
@ 2021-06-05 20:31 kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-06-05 20:31 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: kbuild-all, linux-kernel, Thomas Bogendoerfer, Dmitry Osipenko

[-- Attachment #1: Type: text/plain, Size: 7518 bytes --]

Hi Krzysztof,

First bad commit (maybe != root cause):

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   e5220dd16778fe21d234a64e36cf50b54110025f
commit: 84a0124a9d715d844675c8cfbe5bbc9147121f73 MIPS: ralink: define stubs for clk_set_parent to fix compile testing
date:   2 months ago
config: mips-randconfig-r013-20210606 (attached as .config)
compiler: mipsel-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=84a0124a9d715d844675c8cfbe5bbc9147121f73
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 84a0124a9d715d844675c8cfbe5bbc9147121f73
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

   arch/mips/boot/compressed/decompress.c:40:6: warning: no previous prototype for 'error' [-Wmissing-prototypes]
      40 | void error(char *x)
         |      ^~~~~
   In file included from arch/mips/boot/compressed/../../../../lib/decompress_unzstd.c:75,
                    from arch/mips/boot/compressed/decompress.c:78:
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:126:12: warning: no previous prototype for 'ZSTD_createDCtx_advanced' [-Wmissing-prototypes]
     126 | ZSTD_DCtx *ZSTD_createDCtx_advanced(ZSTD_customMem customMem)
         |            ^~~~~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:394:8: warning: no previous prototype for 'ZSTD_getcBlockSize' [-Wmissing-prototypes]
     394 | size_t ZSTD_getcBlockSize(const void *src, size_t srcSize, blockProperties_t *bpPtr)
         |        ^~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:432:8: warning: no previous prototype for 'ZSTD_decodeLiteralsBlock' [-Wmissing-prototypes]
     432 | size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx *dctx, const void *src, size_t srcSize) /* note : srcSize < BLOCKSIZE */
         |        ^~~~~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:794:8: warning: no previous prototype for 'ZSTD_decodeSeqHeaders' [-Wmissing-prototypes]
     794 | size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx *dctx, int *nbSeqPtr, const void *src, size_t srcSize)
         |        ^~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:1497:8: warning: no previous prototype for 'ZSTD_generateNxBytes' [-Wmissing-prototypes]
    1497 | size_t ZSTD_generateNxBytes(void *dst, size_t dstCapacity, BYTE byte, size_t length)
         |        ^~~~~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/decompress.c:83:6: warning: no previous prototype for '__stack_chk_fail' [-Wmissing-prototypes]
      83 | void __stack_chk_fail(void)
         |      ^~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/decompress.c:88:6: warning: no previous prototype for 'decompress_kernel' [-Wmissing-prototypes]
      88 | void decompress_kernel(unsigned long boot_heap_start)
         |      ^~~~~~~~~~~~~~~~~
   In file included from arch/mips/boot/compressed/../../../../lib/zstd/fse_decompress.c:50,
                    from arch/mips/boot/compressed/../../../../lib/decompress_unzstd.c:72,
                    from arch/mips/boot/compressed/decompress.c:78:
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:124:18: warning: 'OF_defaultNormLog' defined but not used [-Wunused-const-variable=]
     124 | static const U32 OF_defaultNormLog = OF_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:122:18: warning: 'OF_defaultNorm' defined but not used [-Wunused-const-variable=]
     122 | static const S16 OF_defaultNorm[MaxOff + 1] = {1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1};
         |                  ^~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:120:18: warning: 'ML_defaultNormLog' defined but not used [-Wunused-const-variable=]
     120 | static const U32 ML_defaultNormLog = ML_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:117:18: warning: 'ML_defaultNorm' defined but not used [-Wunused-const-variable=]
     117 | static const S16 ML_defaultNorm[MaxML + 1] = {1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,  1,  1,  1,  1,  1,  1, 1,
         |                  ^~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:113:18: warning: 'LL_defaultNormLog' defined but not used [-Wunused-const-variable=]
     113 | static const U32 LL_defaultNormLog = LL_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:111:18: warning: 'LL_defaultNorm' defined but not used [-Wunused-const-variable=]
     111 | static const S16 LL_defaultNorm[MaxLL + 1] = {4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 1, 1, 1, 1, 1, -1, -1, -1, -1};
         |                  ^~~~~~~~~~~~~~
--
>> arch/mips/boot/compressed/dbg.c:12:13: warning: no previous prototype for 'putc' [-Wmissing-prototypes]
      12 | void __weak putc(char c)
         |             ^~~~
>> arch/mips/boot/compressed/dbg.c:16:6: warning: no previous prototype for 'puts' [-Wmissing-prototypes]
      16 | void puts(const char *s)
         |      ^~~~
>> arch/mips/boot/compressed/dbg.c:26:6: warning: no previous prototype for 'puthex' [-Wmissing-prototypes]
      26 | void puthex(unsigned long long val)
         |      ^~~~~~


vim +/ZSTD_createDCtx_advanced +126 arch/mips/boot/compressed/../../../../lib/zstd/decompress.c

73f3d1b48f5069 Nick Terrell 2017-08-09  125  
73f3d1b48f5069 Nick Terrell 2017-08-09 @126  ZSTD_DCtx *ZSTD_createDCtx_advanced(ZSTD_customMem customMem)
73f3d1b48f5069 Nick Terrell 2017-08-09  127  {
73f3d1b48f5069 Nick Terrell 2017-08-09  128  	ZSTD_DCtx *dctx;
73f3d1b48f5069 Nick Terrell 2017-08-09  129  
73f3d1b48f5069 Nick Terrell 2017-08-09  130  	if (!customMem.customAlloc || !customMem.customFree)
73f3d1b48f5069 Nick Terrell 2017-08-09  131  		return NULL;
73f3d1b48f5069 Nick Terrell 2017-08-09  132  
73f3d1b48f5069 Nick Terrell 2017-08-09  133  	dctx = (ZSTD_DCtx *)ZSTD_malloc(sizeof(ZSTD_DCtx), customMem);
73f3d1b48f5069 Nick Terrell 2017-08-09  134  	if (!dctx)
73f3d1b48f5069 Nick Terrell 2017-08-09  135  		return NULL;
73f3d1b48f5069 Nick Terrell 2017-08-09  136  	memcpy(&dctx->customMem, &customMem, sizeof(customMem));
73f3d1b48f5069 Nick Terrell 2017-08-09  137  	ZSTD_decompressBegin(dctx);
73f3d1b48f5069 Nick Terrell 2017-08-09  138  	return dctx;
73f3d1b48f5069 Nick Terrell 2017-08-09  139  }
73f3d1b48f5069 Nick Terrell 2017-08-09  140  

:::::: The code at line 126 was first introduced by commit
:::::: 73f3d1b48f5069d46ba48aa28c2898dc93185560 lib: Add zstd modules

:::::: TO: Nick Terrell <terrelln@fb.com>
:::::: CC: Chris Mason <clm@fb.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 29501 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:126:12: warning: no previous prototype for 'ZSTD_createDCtx_advanced'
@ 2021-02-22 13:16 kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-02-22 13:16 UTC (permalink / raw)
  To: Paul Cercueil; +Cc: kbuild-all, linux-kernel, Thomas Bogendoerfer

[-- Attachment #1: Type: text/plain, Size: 6973 bytes --]

Hi Paul,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   31caf8b2a847214be856f843e251fc2ed2cd1075
commit: a510b616131f85215ba156ed67e5ed1c0701f80f MIPS: Add support for ZSTD-compressed kernels
date:   6 months ago
config: mips-randconfig-r014-20210222 (attached as .config)
compiler: mipsel-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a510b616131f85215ba156ed67e5ed1c0701f80f
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout a510b616131f85215ba156ed67e5ed1c0701f80f
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

   arch/mips/boot/compressed/decompress.c:38:6: warning: no previous prototype for 'error' [-Wmissing-prototypes]
      38 | void error(char *x)
         |      ^~~~~
   In file included from arch/mips/boot/compressed/../../../../lib/decompress_unzstd.c:75,
                    from arch/mips/boot/compressed/decompress.c:76:
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:126:12: warning: no previous prototype for 'ZSTD_createDCtx_advanced' [-Wmissing-prototypes]
     126 | ZSTD_DCtx *ZSTD_createDCtx_advanced(ZSTD_customMem customMem)
         |            ^~~~~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:394:8: warning: no previous prototype for 'ZSTD_getcBlockSize' [-Wmissing-prototypes]
     394 | size_t ZSTD_getcBlockSize(const void *src, size_t srcSize, blockProperties_t *bpPtr)
         |        ^~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:432:8: warning: no previous prototype for 'ZSTD_decodeLiteralsBlock' [-Wmissing-prototypes]
     432 | size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx *dctx, const void *src, size_t srcSize) /* note : srcSize < BLOCKSIZE */
         |        ^~~~~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:794:8: warning: no previous prototype for 'ZSTD_decodeSeqHeaders' [-Wmissing-prototypes]
     794 | size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx *dctx, int *nbSeqPtr, const void *src, size_t srcSize)
         |        ^~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:1497:8: warning: no previous prototype for 'ZSTD_generateNxBytes' [-Wmissing-prototypes]
    1497 | size_t ZSTD_generateNxBytes(void *dst, size_t dstCapacity, BYTE byte, size_t length)
         |        ^~~~~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/decompress.c:81:6: warning: no previous prototype for '__stack_chk_fail' [-Wmissing-prototypes]
      81 | void __stack_chk_fail(void)
         |      ^~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/decompress.c:86:6: warning: no previous prototype for 'decompress_kernel' [-Wmissing-prototypes]
      86 | void decompress_kernel(unsigned long boot_heap_start)
         |      ^~~~~~~~~~~~~~~~~
   In file included from arch/mips/boot/compressed/../../../../lib/zstd/fse_decompress.c:50,
                    from arch/mips/boot/compressed/../../../../lib/decompress_unzstd.c:72,
                    from arch/mips/boot/compressed/decompress.c:76:
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:124:18: warning: 'OF_defaultNormLog' defined but not used [-Wunused-const-variable=]
     124 | static const U32 OF_defaultNormLog = OF_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:122:18: warning: 'OF_defaultNorm' defined but not used [-Wunused-const-variable=]
     122 | static const S16 OF_defaultNorm[MaxOff + 1] = {1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1};
         |                  ^~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:120:18: warning: 'ML_defaultNormLog' defined but not used [-Wunused-const-variable=]
     120 | static const U32 ML_defaultNormLog = ML_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:117:18: warning: 'ML_defaultNorm' defined but not used [-Wunused-const-variable=]
     117 | static const S16 ML_defaultNorm[MaxML + 1] = {1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,  1,  1,  1,  1,  1,  1, 1,
         |                  ^~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:113:18: warning: 'LL_defaultNormLog' defined but not used [-Wunused-const-variable=]
     113 | static const U32 LL_defaultNormLog = LL_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:111:18: warning: 'LL_defaultNorm' defined but not used [-Wunused-const-variable=]
     111 | static const S16 LL_defaultNorm[MaxLL + 1] = {4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 1, 1, 1, 1, 1, -1, -1, -1, -1};
         |                  ^~~~~~~~~~~~~~


vim +/ZSTD_createDCtx_advanced +126 arch/mips/boot/compressed/../../../../lib/zstd/decompress.c

73f3d1b48f5069 Nick Terrell 2017-08-09  125  
73f3d1b48f5069 Nick Terrell 2017-08-09 @126  ZSTD_DCtx *ZSTD_createDCtx_advanced(ZSTD_customMem customMem)
73f3d1b48f5069 Nick Terrell 2017-08-09  127  {
73f3d1b48f5069 Nick Terrell 2017-08-09  128  	ZSTD_DCtx *dctx;
73f3d1b48f5069 Nick Terrell 2017-08-09  129  
73f3d1b48f5069 Nick Terrell 2017-08-09  130  	if (!customMem.customAlloc || !customMem.customFree)
73f3d1b48f5069 Nick Terrell 2017-08-09  131  		return NULL;
73f3d1b48f5069 Nick Terrell 2017-08-09  132  
73f3d1b48f5069 Nick Terrell 2017-08-09  133  	dctx = (ZSTD_DCtx *)ZSTD_malloc(sizeof(ZSTD_DCtx), customMem);
73f3d1b48f5069 Nick Terrell 2017-08-09  134  	if (!dctx)
73f3d1b48f5069 Nick Terrell 2017-08-09  135  		return NULL;
73f3d1b48f5069 Nick Terrell 2017-08-09  136  	memcpy(&dctx->customMem, &customMem, sizeof(customMem));
73f3d1b48f5069 Nick Terrell 2017-08-09  137  	ZSTD_decompressBegin(dctx);
73f3d1b48f5069 Nick Terrell 2017-08-09  138  	return dctx;
73f3d1b48f5069 Nick Terrell 2017-08-09  139  }
73f3d1b48f5069 Nick Terrell 2017-08-09  140  

:::::: The code at line 126 was first introduced by commit
:::::: 73f3d1b48f5069d46ba48aa28c2898dc93185560 lib: Add zstd modules

:::::: TO: Nick Terrell <terrelln@fb.com>
:::::: CC: Chris Mason <clm@fb.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 22459 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:126:12: warning: no previous prototype for 'ZSTD_createDCtx_advanced'
@ 2021-01-19  4:57 kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-01-19  4:57 UTC (permalink / raw)
  To: Paul Cercueil; +Cc: kbuild-all, linux-kernel, Thomas Bogendoerfer

[-- Attachment #1: Type: text/plain, Size: 7164 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   1e2a199f6ccdc15cf111d68d212e2fd4ce65682e
commit: a510b616131f85215ba156ed67e5ed1c0701f80f MIPS: Add support for ZSTD-compressed kernels
date:   5 months ago
config: mips-randconfig-r012-20210119 (attached as .config)
compiler: mipsel-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a510b616131f85215ba156ed67e5ed1c0701f80f
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout a510b616131f85215ba156ed67e5ed1c0701f80f
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

   arch/mips/boot/compressed/decompress.c:38:6: warning: no previous prototype for 'error' [-Wmissing-prototypes]
      38 | void error(char *x)
         |      ^~~~~
   In file included from arch/mips/boot/compressed/../../../../lib/decompress_unzstd.c:75,
                    from arch/mips/boot/compressed/decompress.c:76:
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:126:12: warning: no previous prototype for 'ZSTD_createDCtx_advanced' [-Wmissing-prototypes]
     126 | ZSTD_DCtx *ZSTD_createDCtx_advanced(ZSTD_customMem customMem)
         |            ^~~~~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:394:8: warning: no previous prototype for 'ZSTD_getcBlockSize' [-Wmissing-prototypes]
     394 | size_t ZSTD_getcBlockSize(const void *src, size_t srcSize, blockProperties_t *bpPtr)
         |        ^~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:432:8: warning: no previous prototype for 'ZSTD_decodeLiteralsBlock' [-Wmissing-prototypes]
     432 | size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx *dctx, const void *src, size_t srcSize) /* note : srcSize < BLOCKSIZE */
         |        ^~~~~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:794:8: warning: no previous prototype for 'ZSTD_decodeSeqHeaders' [-Wmissing-prototypes]
     794 | size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx *dctx, int *nbSeqPtr, const void *src, size_t srcSize)
         |        ^~~~~~~~~~~~~~~~~~~~~
>> arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:1497:8: warning: no previous prototype for 'ZSTD_generateNxBytes' [-Wmissing-prototypes]
    1497 | size_t ZSTD_generateNxBytes(void *dst, size_t dstCapacity, BYTE byte, size_t length)
         |        ^~~~~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/decompress.c:81:6: warning: no previous prototype for '__stack_chk_fail' [-Wmissing-prototypes]
      81 | void __stack_chk_fail(void)
         |      ^~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/decompress.c:86:6: warning: no previous prototype for 'decompress_kernel' [-Wmissing-prototypes]
      86 | void decompress_kernel(unsigned long boot_heap_start)
         |      ^~~~~~~~~~~~~~~~~
   In file included from arch/mips/boot/compressed/../../../../lib/zstd/fse_decompress.c:50,
                    from arch/mips/boot/compressed/../../../../lib/decompress_unzstd.c:72,
                    from arch/mips/boot/compressed/decompress.c:76:
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:124:18: warning: 'OF_defaultNormLog' defined but not used [-Wunused-const-variable=]
     124 | static const U32 OF_defaultNormLog = OF_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:122:18: warning: 'OF_defaultNorm' defined but not used [-Wunused-const-variable=]
     122 | static const S16 OF_defaultNorm[MaxOff + 1] = {1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1};
         |                  ^~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:120:18: warning: 'ML_defaultNormLog' defined but not used [-Wunused-const-variable=]
     120 | static const U32 ML_defaultNormLog = ML_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:117:18: warning: 'ML_defaultNorm' defined but not used [-Wunused-const-variable=]
     117 | static const S16 ML_defaultNorm[MaxML + 1] = {1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,  1,  1,  1,  1,  1,  1, 1,
         |                  ^~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:113:18: warning: 'LL_defaultNormLog' defined but not used [-Wunused-const-variable=]
     113 | static const U32 LL_defaultNormLog = LL_DEFAULTNORMLOG;
         |                  ^~~~~~~~~~~~~~~~~
   arch/mips/boot/compressed/../../../../lib/zstd/zstd_internal.h:111:18: warning: 'LL_defaultNorm' defined but not used [-Wunused-const-variable=]
     111 | static const S16 LL_defaultNorm[MaxLL + 1] = {4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 1, 1, 1, 1, 1, -1, -1, -1, -1};
         |                  ^~~~~~~~~~~~~~

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for SSB_EMBEDDED
   Depends on SSB && SSB_DRIVER_MIPS && SSB_PCICORE_HOSTMODE
   Selected by
   - BCM47XX_SSB && BCM47XX


vim +/ZSTD_createDCtx_advanced +126 arch/mips/boot/compressed/../../../../lib/zstd/decompress.c

73f3d1b48f5069d4 Nick Terrell 2017-08-09  125  
73f3d1b48f5069d4 Nick Terrell 2017-08-09 @126  ZSTD_DCtx *ZSTD_createDCtx_advanced(ZSTD_customMem customMem)
73f3d1b48f5069d4 Nick Terrell 2017-08-09  127  {
73f3d1b48f5069d4 Nick Terrell 2017-08-09  128  	ZSTD_DCtx *dctx;
73f3d1b48f5069d4 Nick Terrell 2017-08-09  129  
73f3d1b48f5069d4 Nick Terrell 2017-08-09  130  	if (!customMem.customAlloc || !customMem.customFree)
73f3d1b48f5069d4 Nick Terrell 2017-08-09  131  		return NULL;
73f3d1b48f5069d4 Nick Terrell 2017-08-09  132  
73f3d1b48f5069d4 Nick Terrell 2017-08-09  133  	dctx = (ZSTD_DCtx *)ZSTD_malloc(sizeof(ZSTD_DCtx), customMem);
73f3d1b48f5069d4 Nick Terrell 2017-08-09  134  	if (!dctx)
73f3d1b48f5069d4 Nick Terrell 2017-08-09  135  		return NULL;
73f3d1b48f5069d4 Nick Terrell 2017-08-09  136  	memcpy(&dctx->customMem, &customMem, sizeof(customMem));
73f3d1b48f5069d4 Nick Terrell 2017-08-09  137  	ZSTD_decompressBegin(dctx);
73f3d1b48f5069d4 Nick Terrell 2017-08-09  138  	return dctx;
73f3d1b48f5069d4 Nick Terrell 2017-08-09  139  }
73f3d1b48f5069d4 Nick Terrell 2017-08-09  140  

:::::: The code at line 126 was first introduced by commit
:::::: 73f3d1b48f5069d46ba48aa28c2898dc93185560 lib: Add zstd modules

:::::: TO: Nick Terrell <terrelln@fb.com>
:::::: CC: Chris Mason <clm@fb.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 28439 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-22 11:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02 16:23 arch/mips/boot/compressed/../../../../lib/zstd/decompress.c:126:12: warning: no previous prototype for 'ZSTD_createDCtx_advanced' kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-06-22 11:27 kernel test robot
2021-06-05 20:31 kernel test robot
2021-02-22 13:16 kernel test robot
2021-01-19  4:57 kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).