[cxl:preview 37/49] kernel/resource.c:1823:22-23: WARNING this kind of initialization is deprecated (fwd)

From: Julia Lawall
Date: Sat Jun 25 2022 - 09:18:50 EST


See line 1823.

julia

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

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

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@xxxxxxxxx/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@xxxxxxxxx>
Reported-by: Julia Lawall <julia.lawall@xxxxxxx>


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