From: kernel test robot <lkp@intel.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH 1/2] clk: qcom: add compile test to MSM8996 CPU clocks
Date: Mon, 23 Jan 2023 22:35:39 +0800 [thread overview]
Message-ID: <202301232241.QhBjKpMk-lkp@intel.com> (raw)
In-Reply-To: <20230123094925.54824-1-krzysztof.kozlowski@linaro.org>
Hi Krzysztof,
I love your patch! Yet something to improve:
[auto build test ERROR on next-20230123]
[cannot apply to clk/clk-next v6.2-rc5 v6.2-rc4 v6.2-rc3]
[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#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Krzysztof-Kozlowski/clk-qcom-restrict-drivers-per-ARM-ARM64/20230123-175058
patch link: https://lore.kernel.org/r/20230123094925.54824-1-krzysztof.kozlowski%40linaro.org
patch subject: [PATCH 1/2] clk: qcom: add compile test to MSM8996 CPU clocks
config: s390-allyesconfig (https://download.01.org/0day-ci/archive/20230123/202301232241.QhBjKpMk-lkp@intel.com/config)
compiler: s390-linux-gcc (GCC) 12.1.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/intel-lab-lkp/linux/commit/d29037042801a8c1c53b9029a16d7a5a1cdd2bda
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Krzysztof-Kozlowski/clk-qcom-restrict-drivers-per-ARM-ARM64/20230123-175058
git checkout d29037042801a8c1c53b9029a16d7a5a1cdd2bda
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=s390 olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash drivers/clk/ drivers/soc/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/soc/qcom/kryo-l2-accessors.c:8:10: fatal error: asm/sysreg.h: No such file or directory
8 | #include <asm/sysreg.h>
| ^~~~~~~~~~~~~~
compilation terminated.
--
drivers/clk/qcom/clk-cpu-8996.c: In function 'qcom_cpu_clk_msm8996_acd_init':
>> drivers/clk/qcom/clk-cpu-8996.c:534:16: error: implicit declaration of function 'read_cpuid_mpidr' [-Werror=implicit-function-declaration]
534 | hwid = read_cpuid_mpidr();
| ^~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
vim +8 drivers/soc/qcom/kryo-l2-accessors.c
6d0efeb14bbe23 Ilia Lin 2020-07-03 @8 #include <asm/sysreg.h>
6d0efeb14bbe23 Ilia Lin 2020-07-03 9 #include <soc/qcom/kryo-l2-accessors.h>
6d0efeb14bbe23 Ilia Lin 2020-07-03 10
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
next prev parent reply other threads:[~2023-01-23 14:36 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-23 9:49 [PATCH 1/2] clk: qcom: add compile test to MSM8996 CPU clocks Krzysztof Kozlowski
2023-01-23 9:49 ` [PATCH 2/2] clk: qcom: restrict drivers per ARM/ARM64 Krzysztof Kozlowski
2023-01-23 12:31 ` Konrad Dybcio
2023-01-23 12:45 ` Krzysztof Kozlowski
2023-01-23 12:47 ` Konrad Dybcio
2023-01-25 20:44 ` Stephen Boyd
2023-01-26 9:31 ` Krzysztof Kozlowski
2023-01-30 23:30 ` Stephen Boyd
2023-02-01 7:12 ` Krzysztof Kozlowski
2023-02-10 22:32 ` Stephen Boyd
2023-02-11 11:19 ` Krzysztof Kozlowski
2023-01-23 12:32 ` [PATCH 1/2] clk: qcom: add compile test to MSM8996 CPU clocks Konrad Dybcio
2023-01-23 14:35 ` kernel test robot [this message]
2023-01-23 20:22 ` Krzysztof Kozlowski
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=202301232241.QhBjKpMk-lkp@intel.com \
--to=lkp@intel.com \
--cc=krzk@kernel.org \
--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.