From: kernel test robot <lkp@intel.com>
To: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>,
Matti Vaittinen <mazziesaccount@gmail.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC PATCH 3/6] iio: test: test gain-time-scale helpers
Date: Thu, 23 Feb 2023 11:35:08 +0800 [thread overview]
Message-ID: <202302231137.HIdqv0Cu-lkp@intel.com> (raw)
In-Reply-To: <5e1fdcd95544d40432adbb4ecd380da97a7d93ea.1677080089.git.mazziesaccount@gmail.com>
Hi Matti,
[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on 5dc4c995db9eb45f6373a956eb1f69460e69e6d4]
url: https://github.com/intel-lab-lkp/linux/commits/Matti-Vaittinen/dt-bindings-iio-light-Support-ROHM-BU27034/20230223-001713
base: 5dc4c995db9eb45f6373a956eb1f69460e69e6d4
patch link: https://lore.kernel.org/r/5e1fdcd95544d40432adbb4ecd380da97a7d93ea.1677080089.git.mazziesaccount%40gmail.com
patch subject: [RFC PATCH 3/6] iio: test: test gain-time-scale helpers
config: mips-randconfig-r002-20230222 (https://download.01.org/0day-ci/archive/20230223/202302231137.HIdqv0Cu-lkp@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project db89896bbbd2251fff457699635acbbedeead27f)
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 mips cross compiling tool for clang build
# apt-get install binutils-mips-linux-gnu
# https://github.com/intel-lab-lkp/linux/commit/f4645e8e5df1385d6ed12c4a6cc3dd44c28eabe3
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Matti-Vaittinen/dt-bindings-iio-light-Support-ROHM-BU27034/20230223-001713
git checkout f4645e8e5df1385d6ed12c4a6cc3dd44c28eabe3
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=mips olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=mips SHELL=/bin/bash drivers/iio/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202302231137.HIdqv0Cu-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from drivers/iio/light/gain-time-scale-helper.c:12:
>> drivers/iio/light/gain-time-scale-helper.h:7:9: warning: '__GAIN_TIME_SCALE_HELPER__' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef __GAIN_TIME_SCALE_HELPER__
^~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/iio/light/gain-time-scale-helper.h:8:9: note: '___GAIN_TIME_SCALE_HELPER__' is defined here; did you mean '__GAIN_TIME_SCALE_HELPER__'?
#define ___GAIN_TIME_SCALE_HELPER__
^~~~~~~~~~~~~~~~~~~~~~~~~~~
__GAIN_TIME_SCALE_HELPER__
1 warning generated.
--
In file included from drivers/iio/test/iio-test-gts.c:8:
>> drivers/iio/test/../light/gain-time-scale-helper.h:7:9: warning: '__GAIN_TIME_SCALE_HELPER__' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef __GAIN_TIME_SCALE_HELPER__
^~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/iio/test/../light/gain-time-scale-helper.h:8:9: note: '___GAIN_TIME_SCALE_HELPER__' is defined here; did you mean '__GAIN_TIME_SCALE_HELPER__'?
#define ___GAIN_TIME_SCALE_HELPER__
^~~~~~~~~~~~~~~~~~~~~~~~~~~
__GAIN_TIME_SCALE_HELPER__
1 warning generated.
vim +/__GAIN_TIME_SCALE_HELPER__ +7 drivers/iio/light/gain-time-scale-helper.h
356f494f7ee614 Matti Vaittinen 2023-02-22 @7 #ifndef __GAIN_TIME_SCALE_HELPER__
356f494f7ee614 Matti Vaittinen 2023-02-22 8 #define ___GAIN_TIME_SCALE_HELPER__
356f494f7ee614 Matti Vaittinen 2023-02-22 9
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
next prev parent reply other threads:[~2023-02-23 3:35 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-22 16:13 [RFC PATCH 0/6] Support ROHM BU27034 ALS sensor Matti Vaittinen
2023-02-22 16:14 ` [RFC PATCH 1/6] dt-bindings: iio: light: Support ROHM BU27034 Matti Vaittinen
2023-02-22 18:57 ` Krzysztof Kozlowski
2023-02-23 6:20 ` Vaittinen, Matti
2023-02-23 9:26 ` Krzysztof Kozlowski
2023-02-23 10:59 ` Matti Vaittinen
2023-02-26 13:39 ` Jonathan Cameron
2023-02-22 16:14 ` [RFC PATCH 2/6] iio: light: Add gain-time-scale helpers Matti Vaittinen
2023-02-26 16:21 ` Jonathan Cameron
2023-02-28 9:09 ` Vaittinen, Matti
2023-02-28 11:13 ` Vaittinen, Matti
2023-02-22 16:15 ` [RFC PATCH 3/6] iio: test: test " Matti Vaittinen
2023-02-23 3:35 ` kernel test robot [this message]
2023-02-22 16:15 ` [RFC PATCH 4/6] MAINTAINERS: Add IIO " Matti Vaittinen
2023-02-22 16:15 ` [RFC PATCH 5/6] iio: light: ROHM BU27034 Ambient Light Sensor Matti Vaittinen
2023-02-23 3:24 ` kernel test robot
2023-02-24 10:41 ` Matti Vaittinen
2023-02-26 13:52 ` Jonathan Cameron
2023-02-28 8:43 ` Vaittinen, Matti
2023-03-04 18:53 ` Jonathan Cameron
2023-02-26 17:13 ` Jonathan Cameron
2023-03-02 7:35 ` Vaittinen, Matti
2023-03-04 19:11 ` Jonathan Cameron
2023-02-22 16:16 ` [RFC PATCH 6/6] MAINTAINERS: Add ROHM BU27034 Matti Vaittinen
2023-02-26 13:42 ` Jonathan Cameron
2023-02-27 5:51 ` Matti Vaittinen
2023-02-26 16:28 ` [RFC PATCH 0/6] Support ROHM BU27034 ALS sensor Jonathan Cameron
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=202302231137.HIdqv0Cu-lkp@intel.com \
--to=lkp@intel.com \
--cc=llvm@lists.linux.dev \
--cc=matti.vaittinen@fi.rohmeurope.com \
--cc=mazziesaccount@gmail.com \
--cc=oe-kbuild-all@lists.linux.dev \
/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.