From: kbuild test robot <lkp@intel.com>
To: Thara Gopinath <thara.gopinath@linaro.org>
Cc: kbuild-all@01.org, qualcomm-lt@lists.linaro.org,
linux-pm@vger.kernel.org, bjorn.andersson@linaro.org,
ulf.hansson@linaro.org, rnayak@codeaurora.org
Subject: Re: [PATCH 1/4] PM/Domains: Add support for retrieving genpd performance states information
Date: Sun, 11 Aug 2019 11:25:10 +0800 [thread overview]
Message-ID: <201908111115.cfGuAZ36%lkp@intel.com> (raw)
In-Reply-To: <1565398727-23090-2-git-send-email-thara.gopinath@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 2051 bytes --]
Hi Thara,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linus/master]
[cannot apply to v5.3-rc3 next-20190809]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Thara-Gopinath/qcom-Model-RPMH-power-domains-as-thermal-cooling-devices/20190811-103009
config: parisc-allmodconfig (attached as .config)
compiler: hppa-linux-gcc (GCC) 7.4.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
GCC_VERSION=7.4.0 make.cross ARCH=parisc
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
In file included from drivers/soc/bcm/bcm2835-power.c:15:0:
>> include/linux/pm_domain.h:262:1: error: expected identifier or '(' before '{' token
{
^
include/linux/pm_domain.h:268:1: error: expected identifier or '(' before '{' token
{
^
include/linux/pm_domain.h:260:19: warning: 'dev_pm_genpd_get_performance_state' declared 'static' but never defined [-Wunused-function]
static inline int dev_pm_genpd_get_performance_state(struct device *dev,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/pm_domain.h:266:19: warning: 'dev_pm_genpd_performance_state_count' declared 'static' but never defined [-Wunused-function]
static inline int dev_pm_genpd_performance_state_count(struct device *dev,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +262 include/linux/pm_domain.h
259
260 static inline int dev_pm_genpd_get_performance_state(struct device *dev,
261 unsigned int *state);
> 262 {
263 return -ENOTSUPP;
264 }
265
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 57951 bytes --]
next prev parent reply other threads:[~2019-08-11 3:26 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-10 0:58 [PATCH 0/4] qcom: Model RPMH power domains as thermal cooling devices Thara Gopinath
2019-08-10 0:58 ` [PATCH 1/4] PM/Domains: Add support for retrieving genpd performance states information Thara Gopinath
2019-08-11 3:25 ` kbuild test robot [this message]
2019-08-11 4:03 ` kbuild test robot
2019-08-22 15:03 ` Ulf Hansson
2019-08-23 17:39 ` Thara Gopinath
2019-09-06 22:24 ` Thara Gopinath
2019-09-09 9:40 ` Ulf Hansson
2019-08-10 0:58 ` [PATCH 2/4] soc: qcom: rpmhpd: Introduce function to retrieve power domain performance state count Thara Gopinath
2019-08-10 0:58 ` [PATCH 3/4] thermal: qcom: Add RPMHPD cooling device driver Thara Gopinath
2019-08-22 15:19 ` Ulf Hansson
2019-08-23 17:51 ` Thara Gopinath
2019-08-24 6:10 ` Bjorn Andersson
2019-08-27 10:42 ` Thara Gopinath
2019-08-28 19:22 ` Bjorn Andersson
2019-08-28 12:23 ` Zhang Rui
2019-09-06 15:05 ` Thara Gopinath
2019-08-10 0:58 ` [PATCH 4/4] arm64: dts: qcom: Extend AOSS RPMHPD node Thara Gopinath
2019-08-14 10:52 ` [PATCH 0/4] qcom: Model RPMH power domains as thermal cooling devices Daniel Lezcano
2019-08-15 13:09 ` Thara Gopinath
2019-08-24 6:00 ` Bjorn Andersson
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=201908111115.cfGuAZ36%lkp@intel.com \
--to=lkp@intel.com \
--cc=bjorn.andersson@linaro.org \
--cc=kbuild-all@01.org \
--cc=linux-pm@vger.kernel.org \
--cc=qualcomm-lt@lists.linaro.org \
--cc=rnayak@codeaurora.org \
--cc=thara.gopinath@linaro.org \
--cc=ulf.hansson@linaro.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;
as well as URLs for NNTP newsgroup(s).