[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202503061815.wWrdDMmv-lkp@intel.com>
Date: Thu, 6 Mar 2025 18:59:18 +0800
From: kernel test robot <lkp@...el.com>
To: Akshay Gupta <akshay.gupta@....com>, linux-hwmon@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: oe-kbuild-all@...ts.linux.dev, linux@...ck-us.net,
gregkh@...uxfoundation.org, arnd@...db.de, shyam-sundar.s-k@....com,
gautham.shenoy@....com, mario.limonciello@....com,
naveenkrishna.chatradhi@....com,
Akshay Gupta <akshay.gupta@....com>
Subject: Re: [PATCH v5 03/11] misc: amd-sbi: Move hwmon device sensor as
separate entity
Hi Akshay,
kernel test robot noticed the following build errors:
[auto build test ERROR on char-misc/char-misc-testing]
[also build test ERROR on char-misc/char-misc-next char-misc/char-misc-linus groeck-staging/hwmon-next soc/for-next linus/master v6.14-rc5 next-20250305]
[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/Akshay-Gupta/hwmon-misc-amd-sbi-Move-core-sbrmi-from-hwmon-to-misc/20250303-190830
base: char-misc/char-misc-testing
patch link: https://lore.kernel.org/r/20250303105902.215009-4-akshay.gupta%40amd.com
patch subject: [PATCH v5 03/11] misc: amd-sbi: Move hwmon device sensor as separate entity
config: x86_64-randconfig-078-20250306 (https://download.01.org/0day-ci/archive/20250306/202503061815.wWrdDMmv-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250306/202503061815.wWrdDMmv-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202503061815.wWrdDMmv-lkp@intel.com/
All errors (new ones prefixed by >>):
ld: drivers/misc/amd-sbi/rmi-hwmon.o: in function `create_hwmon_sensor_device':
>> drivers/misc/amd-sbi/rmi-hwmon.c:118: undefined reference to `devm_hwmon_device_register_with_info'
vim +118 drivers/misc/amd-sbi/rmi-hwmon.c
113
114 int create_hwmon_sensor_device(struct device *dev, struct sbrmi_data *data)
115 {
116 struct device *hwmon_dev;
117
> 118 hwmon_dev = devm_hwmon_device_register_with_info(dev, "sbrmi", data,
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists