From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 2/2] regulator: ab8500: Decomission platform data header
Date: Sat, 05 Dec 2020 08:08:09 +0800 [thread overview]
Message-ID: <202012050854.WGfOGqdT-lkp@intel.com> (raw)
In-Reply-To: <20201204140342.1640941-2-linus.walleij@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 2336 bytes --]
Hi Linus,
I love your patch! Yet something to improve:
[auto build test ERROR on regulator/for-next]
[also build test ERROR on lee-mfd/for-mfd-next linux/master linus/master v5.10-rc6 next-20201204]
[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]
url: https://github.com/0day-ci/linux/commits/Linus-Walleij/regulator-ab8500-Remove-unused-platform-data/20201204-220558
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
config: arm-randconfig-r033-20201204 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 32c501dd88b62787d3a5ffda7aabcf4650dbe3cd)
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
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
# https://github.com/0day-ci/linux/commit/93302da517fcb05f0108f3d9510483c19f4e2c5f
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Linus-Walleij/regulator-ab8500-Remove-unused-platform-data/20201204-220558
git checkout 93302da517fcb05f0108f3d9510483c19f4e2c5f
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/mfd/ab8500-core.c:24:10: fatal error: 'linux/regulator/ab8500.h' file not found
#include <linux/regulator/ab8500.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +24 drivers/mfd/ab8500-core.c
549931f99e030d6 Sundar R Iyer 2010-07-13 @24 #include <linux/regulator/ab8500.h>
6bc4a568414caab Lee Jones 2012-05-17 25 #include <linux/of.h>
6bc4a568414caab Lee Jones 2012-05-17 26 #include <linux/of_device.h>
62579266cf9caca Rabin Vincent 2010-05-19 27
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 41524 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Linus Walleij <linus.walleij@linaro.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>
Cc: kbuild-all@lists.01.org, clang-built-linux@googlegroups.com,
linux-kernel@vger.kernel.org,
Linus Walleij <linus.walleij@linaro.org>
Subject: Re: [PATCH 2/2] regulator: ab8500: Decomission platform data header
Date: Sat, 5 Dec 2020 08:08:09 +0800 [thread overview]
Message-ID: <202012050854.WGfOGqdT-lkp@intel.com> (raw)
In-Reply-To: <20201204140342.1640941-2-linus.walleij@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 2288 bytes --]
Hi Linus,
I love your patch! Yet something to improve:
[auto build test ERROR on regulator/for-next]
[also build test ERROR on lee-mfd/for-mfd-next linux/master linus/master v5.10-rc6 next-20201204]
[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]
url: https://github.com/0day-ci/linux/commits/Linus-Walleij/regulator-ab8500-Remove-unused-platform-data/20201204-220558
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
config: arm-randconfig-r033-20201204 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 32c501dd88b62787d3a5ffda7aabcf4650dbe3cd)
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
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
# https://github.com/0day-ci/linux/commit/93302da517fcb05f0108f3d9510483c19f4e2c5f
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Linus-Walleij/regulator-ab8500-Remove-unused-platform-data/20201204-220558
git checkout 93302da517fcb05f0108f3d9510483c19f4e2c5f
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/mfd/ab8500-core.c:24:10: fatal error: 'linux/regulator/ab8500.h' file not found
#include <linux/regulator/ab8500.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +24 drivers/mfd/ab8500-core.c
549931f99e030d6 Sundar R Iyer 2010-07-13 @24 #include <linux/regulator/ab8500.h>
6bc4a568414caab Lee Jones 2012-05-17 25 #include <linux/of.h>
6bc4a568414caab Lee Jones 2012-05-17 26 #include <linux/of_device.h>
62579266cf9caca Rabin Vincent 2010-05-19 27
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 41524 bytes --]
next prev parent reply other threads:[~2020-12-05 0:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-04 14:03 [PATCH 1/2] regulator: ab8500: Remove unused platform data Linus Walleij
2020-12-04 14:03 ` [PATCH 2/2] regulator: ab8500: Decomission platform data header Linus Walleij
2020-12-04 22:30 ` Mark Brown
2020-12-05 0:30 ` Linus Walleij
2020-12-05 0:08 ` kernel test robot [this message]
2020-12-05 0:08 ` kernel test robot
2020-12-07 9:35 ` [PATCH 1/2] regulator: ab8500: Remove unused platform data Lee Jones
2021-01-13 15:28 ` Mark Brown
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=202012050854.WGfOGqdT-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.