All of lore.kernel.org
 help / color / mirror / Atom feed
* [chrome-os:chromeos-5.4 32/36] drivers/soc/qcom/rpmpd.c:137:15: error: 'RPM_SMD_LEVEL_TURBO_HIGH' undeclared here (not in a function); did you mean 'RPM_SMD_LEVEL_TURBO'?
@ 2020-01-22  9:37 kbuild test robot
  2020-01-22 17:04 ` Doug Anderson
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2020-01-22  9:37 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1498 bytes --]

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.4
head:   60ca0de3037b9ef46ba1c1429383418150538468
commit: de7f8726eb165f12a5b312f1177a84fb746e0689 [32/36] UPSTREAM: soc: qcom: rpmpd: Add rpm power domains for msm8976
config: c6x-allyesconfig (attached as .config)
compiler: c6x-elf-gcc (GCC) 7.5.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout de7f8726eb165f12a5b312f1177a84fb746e0689
        # save the attached .config to linux build tree
        GCC_VERSION=7.5.0 make.cross ARCH=c6x 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/soc/qcom/rpmpd.c:137:15: error: 'RPM_SMD_LEVEL_TURBO_HIGH' undeclared here (not in a function); did you mean 'RPM_SMD_LEVEL_TURBO'?
     .max_state = RPM_SMD_LEVEL_TURBO_HIGH,
                  ^~~~~~~~~~~~~~~~~~~~~~~~
                  RPM_SMD_LEVEL_TURBO

vim +137 drivers/soc/qcom/rpmpd.c

   133	
   134	static const struct rpmpd_desc msm8976_desc = {
   135		.rpmpds = msm8976_rpmpds,
   136		.num_pds = ARRAY_SIZE(msm8976_rpmpds),
 > 137		.max_state = RPM_SMD_LEVEL_TURBO_HIGH,
   138	};
   139	

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 50410 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [chrome-os:chromeos-5.4 32/36] drivers/soc/qcom/rpmpd.c:137:15: error: 'RPM_SMD_LEVEL_TURBO_HIGH' undeclared here (not in a function); did you mean 'RPM_SMD_LEVEL_TURBO'?
  2020-01-22  9:37 [chrome-os:chromeos-5.4 32/36] drivers/soc/qcom/rpmpd.c:137:15: error: 'RPM_SMD_LEVEL_TURBO_HIGH' undeclared here (not in a function); did you mean 'RPM_SMD_LEVEL_TURBO'? kbuild test robot
@ 2020-01-22 17:04 ` Doug Anderson
  2020-01-22 17:27   ` Doug Anderson
  0 siblings, 1 reply; 3+ messages in thread
From: Doug Anderson @ 2020-01-22 17:04 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1699 bytes --]

Looking...

On Wed, Jan 22, 2020 at 1:38 AM kbuild test robot <lkp@intel.com> wrote:

> tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel
> chromeos-5.4
> head:   60ca0de3037b9ef46ba1c1429383418150538468
> commit: de7f8726eb165f12a5b312f1177a84fb746e0689 [32/36] UPSTREAM: soc:
> qcom: rpmpd: Add rpm power domains for msm8976
> config: c6x-allyesconfig (attached as .config)
> compiler: c6x-elf-gcc (GCC) 7.5.0
> reproduce:
>         wget
> https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross
> -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         git checkout de7f8726eb165f12a5b312f1177a84fb746e0689
>         # save the attached .config to linux build tree
>         GCC_VERSION=7.5.0 make.cross ARCH=c6x
>
> If you fix the issue, kindly add following tag
> Reported-by: kbuild test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>):
>
> >> drivers/soc/qcom/rpmpd.c:137:15: error: 'RPM_SMD_LEVEL_TURBO_HIGH'
> undeclared here (not in a function); did you mean 'RPM_SMD_LEVEL_TURBO'?
>      .max_state = RPM_SMD_LEVEL_TURBO_HIGH,
>                   ^~~~~~~~~~~~~~~~~~~~~~~~
>                   RPM_SMD_LEVEL_TURBO
>
> vim +137 drivers/soc/qcom/rpmpd.c
>
>    133
>    134  static const struct rpmpd_desc msm8976_desc = {
>    135          .rpmpds = msm8976_rpmpds,
>    136          .num_pds = ARRAY_SIZE(msm8976_rpmpds),
>  > 137          .max_state = RPM_SMD_LEVEL_TURBO_HIGH,
>    138  };
>    139
>
> ---
> 0-DAY kernel test infrastructure                 Open Source Technology
> Center
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel
> Corporation
>

[-- Attachment #2: attachment.htm --]
[-- Type: text/html, Size: 2500 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [chrome-os:chromeos-5.4 32/36] drivers/soc/qcom/rpmpd.c:137:15: error: 'RPM_SMD_LEVEL_TURBO_HIGH' undeclared here (not in a function); did you mean 'RPM_SMD_LEVEL_TURBO'?
  2020-01-22 17:04 ` Doug Anderson
@ 2020-01-22 17:27   ` Doug Anderson
  0 siblings, 0 replies; 3+ messages in thread
From: Doug Anderson @ 2020-01-22 17:27 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2371 bytes --]

Hi,

Fix at <
https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/2013925>.
We don't use RPM PD, only the close cousin RPMH PD.  Presumably Matthias
though it was good to pick the related patches though which is why we
landed the RPM PD patch too.  This is why we never noticed it--we don't
have that config on.

...and upstream that fix didn't have a Fixes: tag (sigh) so our normal
checks also didn't notice it.

*Guenter*: I thought you had builders to compile test things now.  How did
it get by?

On Wed, Jan 22, 2020 at 9:04 AM Doug Anderson <dianders@chromium.org> wrote:

> Looking...
>
> On Wed, Jan 22, 2020 at 1:38 AM kbuild test robot <lkp@intel.com> wrote:
>
>> tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel
>> chromeos-5.4
>> head:   60ca0de3037b9ef46ba1c1429383418150538468
>> commit: de7f8726eb165f12a5b312f1177a84fb746e0689 [32/36] UPSTREAM: soc:
>> qcom: rpmpd: Add rpm power domains for msm8976
>> config: c6x-allyesconfig (attached as .config)
>> compiler: c6x-elf-gcc (GCC) 7.5.0
>> reproduce:
>>         wget
>> https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross
>> -O ~/bin/make.cross
>>         chmod +x ~/bin/make.cross
>>         git checkout de7f8726eb165f12a5b312f1177a84fb746e0689
>>         # save the attached .config to linux build tree
>>         GCC_VERSION=7.5.0 make.cross ARCH=c6x
>>
>> If you fix the issue, kindly add following tag
>> Reported-by: kbuild test robot <lkp@intel.com>
>>
>> All errors (new ones prefixed by >>):
>>
>> >> drivers/soc/qcom/rpmpd.c:137:15: error: 'RPM_SMD_LEVEL_TURBO_HIGH'
>> undeclared here (not in a function); did you mean 'RPM_SMD_LEVEL_TURBO'?
>>      .max_state = RPM_SMD_LEVEL_TURBO_HIGH,
>>                   ^~~~~~~~~~~~~~~~~~~~~~~~
>>                   RPM_SMD_LEVEL_TURBO
>>
>> vim +137 drivers/soc/qcom/rpmpd.c
>>
>>    133
>>    134  static const struct rpmpd_desc msm8976_desc = {
>>    135          .rpmpds = msm8976_rpmpds,
>>    136          .num_pds = ARRAY_SIZE(msm8976_rpmpds),
>>  > 137          .max_state = RPM_SMD_LEVEL_TURBO_HIGH,
>>    138  };
>>    139
>>
>> ---
>> 0-DAY kernel test infrastructure                 Open Source Technology
>> Center
>> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel
>> Corporation
>>
>

[-- Attachment #2: attachment.htm --]
[-- Type: text/html, Size: 3599 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-22 17:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22  9:37 [chrome-os:chromeos-5.4 32/36] drivers/soc/qcom/rpmpd.c:137:15: error: 'RPM_SMD_LEVEL_TURBO_HIGH' undeclared here (not in a function); did you mean 'RPM_SMD_LEVEL_TURBO'? kbuild test robot
2020-01-22 17:04 ` Doug Anderson
2020-01-22 17:27   ` Doug Anderson

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.