[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202305170448.WqAqcLJO-lkp@intel.com>
Date: Wed, 17 May 2023 05:33:35 +0800
From: kernel test robot <lkp@...el.com>
To: Andrew Davis <afd@...com>, Nishanth Menon <nm@...com>,
Vignesh Raghavendra <vigneshr@...com>,
Santosh Shilimkar <ssantosh@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzk@...nel.org>
Cc: oe-kbuild-all@...ts.linux.dev,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Andrew Davis <afd@...com>
Subject: Re: [PATCH 2/5] ARM: keystone: Merge PM function into main support
file
Hi Andrew,
kernel test robot noticed the following build warnings:
[auto build test WARNING on robh/for-next]
[also build test WARNING on soc/for-next linus/master v6.4-rc2 next-20230516]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Andrew-Davis/ARM-keystone-Merge-PM-function-into-main-support-file/20230516-032259
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link: https://lore.kernel.org/r/20230515183515.509371-2-afd%40ti.com
patch subject: [PATCH 2/5] ARM: keystone: Merge PM function into main support file
config: arm-defconfig
compiler: arm-linux-gnueabi-gcc (GCC) 12.1.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/intel-lab-lkp/linux/commit/808c850f1d92e61962f738945a2f20797e198d56
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Andrew-Davis/ARM-keystone-Merge-PM-function-into-main-support-file/20230516-032259
git checkout 808c850f1d92e61962f738945a2f20797e198d56
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@...el.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202305170448.WqAqcLJO-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> arch/arm/mach-keystone/keystone.c:55:12: warning: no previous prototype for 'keystone_pm_runtime_init' [-Wmissing-prototypes]
55 | int __init keystone_pm_runtime_init(void)
| ^~~~~~~~~~~~~~~~~~~~~~~~
vim +/keystone_pm_runtime_init +55 arch/arm/mach-keystone/keystone.c
54
> 55 int __init keystone_pm_runtime_init(void)
56 {
57 struct device_node *np;
58
59 np = of_find_matching_node(NULL, of_keystone_table);
60 if (!np)
61 return 0;
62
63 pm_clk_add_notifier(&platform_bus_type, &platform_domain_notifier);
64
65 return 0;
66 }
67
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
View attachment "config" of type "text/plain" (265834 bytes)
Powered by blists - more mailing lists