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]
Date:   Thu, 23 Jun 2022 15:59:51 +0800
From:   kernel test robot <lkp@...el.com>
To:     Ben Widawsky <bwidawsk@...nel.org>
Cc:     kbuild-all@...ts.01.org,
        Alison Schofield <alison.schofield@...el.com>,
        Vishal Verma <vishal.l.verma@...el.com>,
        Ira Weiny <ira.weiny@...el.com>,
        Ben Widawsky <ben.widawsky@...el.com>,
        Dan Williams <dan.j.williams@...el.com>,
        linux-kernel@...r.kernel.org
Subject: [cxl:preview 38/49] include/linux/memregion.h:19:6: warning: no
 previous prototype for 'memregion_free'

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git preview
head:   b2d4fd5c97b59f622e6c45ac51020cdcd66bb022
commit: e4b2a6ac46c3288f73b88e0aa69afd2a815930d7 [38/49] cxl/region: Add region creation support
config: alpha-randconfig-r022-20220623 (https://download.01.org/0day-ci/archive/20220623/202206231509.bXt14BdC-lkp@intel.com/config)
compiler: alpha-linux-gcc (GCC) 11.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/cxl/cxl.git/commit/?id=e4b2a6ac46c3288f73b88e0aa69afd2a815930d7
        git remote add cxl https://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git
        git fetch --no-tags cxl preview
        git checkout e4b2a6ac46c3288f73b88e0aa69afd2a815930d7
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=alpha SHELL=/bin/bash drivers/cxl/core/

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

All warnings (new ones prefixed by >>):

   In file included from drivers/cxl/core/port.c:4:
>> include/linux/memregion.h:19:6: warning: no previous prototype for 'memregion_free' [-Wmissing-prototypes]
      19 | void memregion_free(int id)
         |      ^~~~~~~~~~~~~~


vim +/memregion_free +19 include/linux/memregion.h

a6c7f4c6aea5f4c Dan Williams 2019-11-06  10  
33dd70752cd76f4 Dan Williams 2019-11-06  11  #ifdef CONFIG_MEMREGION
33dd70752cd76f4 Dan Williams 2019-11-06  12  int memregion_alloc(gfp_t gfp);
33dd70752cd76f4 Dan Williams 2019-11-06  13  void memregion_free(int id);
33dd70752cd76f4 Dan Williams 2019-11-06  14  #else
33dd70752cd76f4 Dan Williams 2019-11-06  15  static inline int memregion_alloc(gfp_t gfp)
33dd70752cd76f4 Dan Williams 2019-11-06  16  {
33dd70752cd76f4 Dan Williams 2019-11-06  17  	return -ENOMEM;
33dd70752cd76f4 Dan Williams 2019-11-06  18  }
33dd70752cd76f4 Dan Williams 2019-11-06 @19  void memregion_free(int id)

:::::: The code at line 19 was first introduced by commit
:::::: 33dd70752cd76f4d883a165a674f13121a4155ed lib: Uplevel the pmem "region" ida to a global allocator

:::::: TO: Dan Williams <dan.j.williams@...el.com>
:::::: CC: Rafael J. Wysocki <rafael.j.wysocki@...el.com>

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ