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: <alpine.DEB.2.22.394.2206250917320.7300@hadrien>
Date:   Sat, 25 Jun 2022 09:18:41 -0400 (EDT)
From:   Julia Lawall <julia.lawall@...ia.fr>
To:     kbuild-all@...ts.01.org, Dan Williams <dan.j.williams@...el.com>
cc:     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>,
        linux-kernel@...r.kernel.org
Subject: [cxl:preview 37/49] kernel/resource.c:1823:22-23: WARNING this kind
 of initialization is deprecated (fwd)

See line 1823.

julia

---------- Forwarded message ----------
Date: Thu, 23 Jun 2022 18:17:12 +0800
From: kernel test robot <lkp@...el.com>
To: kbuild@...ts.01.org
Cc: lkp@...el.com, Julia Lawall <julia.lawall@...6.fr>
Subject: [cxl:preview 37/49] kernel/resource.c:1823:22-23: WARNING this kind of
    initialization is deprecated

CC: kbuild-all@...ts.01.org
BCC: lkp@...el.com
CC: Alison Schofield <alison.schofield@...el.com>
CC: Vishal Verma <vishal.l.verma@...el.com>
CC: Ira Weiny <ira.weiny@...el.com>
CC: Ben Widawsky <ben.widawsky@...el.com>
CC: Dan Williams <dan.j.williams@...el.com>
CC: linux-kernel@...r.kernel.org
TO: Dan Williams <dan.j.williams@...el.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git preview
head:   b2d4fd5c97b59f622e6c45ac51020cdcd66bb022
commit: 6f2443c3ffee6675ef14a4b1256400a9c8a652ca [37/49] resource: Introduce alloc_free_mem_region()
:::::: branch date: 9 hours ago
:::::: commit date: 9 hours ago
config: arm-randconfig-c003-20220622 (https://download.01.org/0day-ci/archive/20220623/202206231855.rDlKL41m-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 11.3.0

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


cocci warnings: (new ones prefixed by >>)
>> kernel/resource.c:1823:22-23: WARNING this kind of initialization is deprecated

vim +1823 kernel/resource.c

6f2443c3ffee66 Dan Williams 2022-05-20  1820
6f2443c3ffee66 Dan Williams 2022-05-20  1821  static void remove_free_mem_region(void *_res)
6f2443c3ffee66 Dan Williams 2022-05-20  1822  {
6f2443c3ffee66 Dan Williams 2022-05-20 @1823  	struct resource *res = res;
6f2443c3ffee66 Dan Williams 2022-05-20  1824
6f2443c3ffee66 Dan Williams 2022-05-20  1825  	if (res->parent)
6f2443c3ffee66 Dan Williams 2022-05-20  1826  		remove_resource(res);
6f2443c3ffee66 Dan Williams 2022-05-20  1827  	free_resource(res);
6f2443c3ffee66 Dan Williams 2022-05-20  1828  }
6f2443c3ffee66 Dan Williams 2022-05-20  1829

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ