From: kernel test robot <lkp@intel.com>
To: marc.ferland@gmail.com, krzysztof.kozlowski@linaro.org
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
gregkh@linuxfoundation.org, marc.ferland@sonatest.com,
jeff.dagenais@gmail.com, rdunlap@infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 4/7] w1: ds2433: introduce a configuration structure
Date: Sat, 18 Nov 2023 14:33:39 +0800 [thread overview]
Message-ID: <202311181436.TyinUJiw-lkp@intel.com> (raw)
In-Reply-To: <20231117192909.98944-4-marc.ferland@sonatest.com>
Hi,
kernel test robot noticed the following build errors:
[auto build test ERROR on 7475e51b87969e01a6812eac713a1c8310372e8a]
url: https://github.com/intel-lab-lkp/linux/commits/marc-ferland-gmail-com/w1-ds2433-add-support-for-registering-multiple-families/20231118-034145
base: 7475e51b87969e01a6812eac713a1c8310372e8a
patch link: https://lore.kernel.org/r/20231117192909.98944-4-marc.ferland%40sonatest.com
patch subject: [PATCH 4/7] w1: ds2433: introduce a configuration structure
config: hexagon-randconfig-001-20231118 (https://download.01.org/0day-ci/archive/20231118/202311181436.TyinUJiw-lkp@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231118/202311181436.TyinUJiw-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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202311181436.TyinUJiw-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/w1/slaves/w1_ds2433.c:269:21: error: initializer element is not a compile-time constant
269 | .size = config_f23.eeprom_size,
| ~~~~~~~~~~~^~~~~~~~~~~
1 error generated.
vim +269 drivers/w1/slaves/w1_ds2433.c
264
265 static struct bin_attribute bin_attr_f23_eeprom = {
266 .attr = { .name = "eeprom", .mode = 0644 },
267 .read = eeprom_read,
268 .write = eeprom_write,
> 269 .size = config_f23.eeprom_size,
270 };
271
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
parent reply other threads:[~2023-11-18 6:33 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20231117192909.98944-4-marc.ferland@sonatest.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202311181436.TyinUJiw-lkp@intel.com \
--to=lkp@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=jeff.dagenais@gmail.com \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=marc.ferland@gmail.com \
--cc=marc.ferland@sonatest.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=rdunlap@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox