From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 2/2] interconnect: qcom: Add SDX55 interconnect provider driver
Date: Thu, 21 Jan 2021 20:56:44 +0800 [thread overview]
Message-ID: <202101212007.BhttETNI-lkp@intel.com> (raw)
In-Reply-To: <20210121053254.8355-3-manivannan.sadhasivam@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 2804 bytes --]
Hi Manivannan,
I love your patch! Perhaps something to improve:
[auto build test WARNING on linux/master]
[also build test WARNING on linus/master v5.11-rc4 next-20210121]
[cannot apply to robh/for-next]
[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/Manivannan-Sadhasivam/Add-interconnect-driver-for-SDX55/20210121-134627
base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 45dfb8a5659ad286c28fa59008271dbc4e5e3f2d
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.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/0day-ci/linux/commit/c4a7f05ec335769c871c6f8abd85d5d6b866ed23
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Manivannan-Sadhasivam/Add-interconnect-driver-for-SDX55/20210121-134627
git checkout c4a7f05ec335769c871c6f8abd85d5d6b866ed23
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/interconnect/qcom/sdx55.c:114:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
114 | const static struct qcom_icc_desc sdx55_mc_virt = {
| ^~~~~
drivers/interconnect/qcom/sdx55.c:136:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
136 | const static struct qcom_icc_desc sdx55_mem_noc = {
| ^~~~~
drivers/interconnect/qcom/sdx55.c:215:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
215 | const static struct qcom_icc_desc sdx55_system_noc = {
| ^~~~~
drivers/interconnect/qcom/sdx55.c:231:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
231 | const static struct qcom_icc_desc sdx55_ipa_virt = {
| ^~~~~
vim +/static +114 drivers/interconnect/qcom/sdx55.c
113
> 114 const static struct qcom_icc_desc sdx55_mc_virt = {
115 .nodes = mc_virt_nodes,
116 .num_nodes = ARRAY_SIZE(mc_virt_nodes),
117 .bcms = mc_virt_bcms,
118 .num_bcms = ARRAY_SIZE(mc_virt_bcms),
119 };
120
---
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: 76440 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>,
georgi.djakov@linaro.org, robh+dt@kernel.org
Cc: kbuild-all@lists.01.org, agross@kernel.org,
bjorn.andersson@linaro.org, linux-arm-msm@vger.kernel.org,
linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, okukatla@codeaurora.org,
Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Subject: Re: [PATCH v2 2/2] interconnect: qcom: Add SDX55 interconnect provider driver
Date: Thu, 21 Jan 2021 20:56:44 +0800 [thread overview]
Message-ID: <202101212007.BhttETNI-lkp@intel.com> (raw)
In-Reply-To: <20210121053254.8355-3-manivannan.sadhasivam@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 2744 bytes --]
Hi Manivannan,
I love your patch! Perhaps something to improve:
[auto build test WARNING on linux/master]
[also build test WARNING on linus/master v5.11-rc4 next-20210121]
[cannot apply to robh/for-next]
[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/Manivannan-Sadhasivam/Add-interconnect-driver-for-SDX55/20210121-134627
base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 45dfb8a5659ad286c28fa59008271dbc4e5e3f2d
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.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/0day-ci/linux/commit/c4a7f05ec335769c871c6f8abd85d5d6b866ed23
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Manivannan-Sadhasivam/Add-interconnect-driver-for-SDX55/20210121-134627
git checkout c4a7f05ec335769c871c6f8abd85d5d6b866ed23
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/interconnect/qcom/sdx55.c:114:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
114 | const static struct qcom_icc_desc sdx55_mc_virt = {
| ^~~~~
drivers/interconnect/qcom/sdx55.c:136:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
136 | const static struct qcom_icc_desc sdx55_mem_noc = {
| ^~~~~
drivers/interconnect/qcom/sdx55.c:215:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
215 | const static struct qcom_icc_desc sdx55_system_noc = {
| ^~~~~
drivers/interconnect/qcom/sdx55.c:231:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
231 | const static struct qcom_icc_desc sdx55_ipa_virt = {
| ^~~~~
vim +/static +114 drivers/interconnect/qcom/sdx55.c
113
> 114 const static struct qcom_icc_desc sdx55_mc_virt = {
115 .nodes = mc_virt_nodes,
116 .num_nodes = ARRAY_SIZE(mc_virt_nodes),
117 .bcms = mc_virt_bcms,
118 .num_bcms = ARRAY_SIZE(mc_virt_bcms),
119 };
120
---
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: 76440 bytes --]
next prev parent reply other threads:[~2021-01-21 12:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-21 5:32 [PATCH v2 0/2] Add interconnect driver for SDX55 Manivannan Sadhasivam
2021-01-21 5:32 ` [PATCH v2 1/2] dt-bindings: interconnect: Add Qualcomm SDX55 DT bindings Manivannan Sadhasivam
2021-01-21 5:32 ` [PATCH v2 2/2] interconnect: qcom: Add SDX55 interconnect provider driver Manivannan Sadhasivam
2021-01-21 12:56 ` kernel test robot [this message]
2021-01-21 12:56 ` kernel test robot
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=202101212007.BhttETNI-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.