lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202111190500.c21PHIO9-lkp@intel.com>
Date:   Fri, 19 Nov 2021 05:43:08 +0800
From:   kernel test robot <lkp@...el.com>
To:     Cédric Le Goater <clg@...d.org>
Cc:     kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
        Michael Ellerman <mpe@...erman.id.au>
Subject: [linuxppc:next-test 13/41]
 arch/powerpc/sysdev/xive/common.c:1796:17: error: implicit declaration of
 function 'xive_core_debugfs_create'; did you mean 'xive_core_debug_init'?

tree:   https://github.com/linuxppc/linux next-test
head:   5d12a44d97850aacfc86a4817ca304fc33876476
commit: 30c6666e0ee9a6b271157cbd1ec06d936d4493fa [13/41] powerpc/xive: Introduce xive_core_debugfs_create()
config: powerpc64-alldefconfig (attached as .config)
compiler: powerpc64-linux-gcc (GCC) 11.2.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://github.com/linuxppc/linux/commit/30c6666e0ee9a6b271157cbd1ec06d936d4493fa
        git remote add linuxppc https://github.com/linuxppc/linux
        git fetch --no-tags linuxppc next-test
        git checkout 30c6666e0ee9a6b271157cbd1ec06d936d4493fa
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=powerpc 

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

All errors (new ones prefixed by >>):

   arch/powerpc/sysdev/xive/common.c: In function 'xive_core_debug_init':
>> arch/powerpc/sysdev/xive/common.c:1796:17: error: implicit declaration of function 'xive_core_debugfs_create'; did you mean 'xive_core_debug_init'? [-Werror=implicit-function-declaration]
    1796 |                 xive_core_debugfs_create();
         |                 ^~~~~~~~~~~~~~~~~~~~~~~~
         |                 xive_core_debug_init
   cc1: all warnings being treated as errors


vim +1796 arch/powerpc/sysdev/xive/common.c

  1792	
  1793	int xive_core_debug_init(void)
  1794	{
  1795		if (xive_enabled() && IS_ENABLED(CONFIG_DEBUG_FS))
> 1796			xive_core_debugfs_create();

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

Download attachment ".config.gz" of type "application/gzip" (10785 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ