All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@somainline.org>,
	bjorn.andersson@linaro.org
Cc: clang-built-linux@googlegroups.com, kbuild-all@lists.01.org,
	agross@kernel.org, robh+dt@kernel.org, lgirdwood@gmail.com,
	broonie@kernel.org, linux-arm-msm@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	phone-devel@vger.kernel.org, konrad.dybcio@somainline.org
Subject: Re: [PATCH v6 1/6] soc: qcom: cpr: Move common functions to new file
Date: Fri, 2 Jul 2021 01:46:52 +0800	[thread overview]
Message-ID: <202107020129.UgyLZmQr-lkp@intel.com> (raw)
In-Reply-To: <20210701105441.319572-2-angelogioacchino.delregno@somainline.org>

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

Hi AngeloGioacchino,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on robh/for-next]
[also build test ERROR on linus/master v5.13 next-20210701]
[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/AngeloGioacchino-Del-Regno/Add-support-for-Core-Power-Reduction-v3-v4-and-Hardened/20210701-185521
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm64-randconfig-r015-20210630 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project e7e71e9454ed76c1b3d8140170b5333c28bef1be)
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 arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://github.com/0day-ci/linux/commit/bb8640b1f6e304b68df3073a1dd8f508f63d6049
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review AngeloGioacchino-Del-Regno/Add-support-for-Core-Power-Reduction-v3-v4-and-Hardened/20210701-185521
        git checkout bb8640b1f6e304b68df3073a1dd8f508f63d6049
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 

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

All errors (new ones prefixed by >>, old ones prefixed by <<):

ERROR: modpost: missing MODULE_LICENSE() in drivers/soc/qcom/cpr-common.o
>> ERROR: modpost: "cpr_interpolate" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_calculate_scaling" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_find_initial_corner" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_get_opp_hz_for_req" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_get_fuse_corner" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_check_vreg_constraints" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_populate_fuse_common" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_populate_ring_osc_idx" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_get_fuses" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_read_efuse" [drivers/soc/qcom/cpr.ko] undefined!

---
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: 40142 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v6 1/6] soc: qcom: cpr: Move common functions to new file
Date: Fri, 02 Jul 2021 01:46:52 +0800	[thread overview]
Message-ID: <202107020129.UgyLZmQr-lkp@intel.com> (raw)
In-Reply-To: <20210701105441.319572-2-angelogioacchino.delregno@somainline.org>

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

Hi AngeloGioacchino,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on robh/for-next]
[also build test ERROR on linus/master v5.13 next-20210701]
[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/AngeloGioacchino-Del-Regno/Add-support-for-Core-Power-Reduction-v3-v4-and-Hardened/20210701-185521
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm64-randconfig-r015-20210630 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project e7e71e9454ed76c1b3d8140170b5333c28bef1be)
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 arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://github.com/0day-ci/linux/commit/bb8640b1f6e304b68df3073a1dd8f508f63d6049
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review AngeloGioacchino-Del-Regno/Add-support-for-Core-Power-Reduction-v3-v4-and-Hardened/20210701-185521
        git checkout bb8640b1f6e304b68df3073a1dd8f508f63d6049
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 

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

All errors (new ones prefixed by >>, old ones prefixed by <<):

ERROR: modpost: missing MODULE_LICENSE() in drivers/soc/qcom/cpr-common.o
>> ERROR: modpost: "cpr_interpolate" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_calculate_scaling" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_find_initial_corner" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_get_opp_hz_for_req" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_get_fuse_corner" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_check_vreg_constraints" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_populate_fuse_common" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_populate_ring_osc_idx" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_get_fuses" [drivers/soc/qcom/cpr.ko] undefined!
>> ERROR: modpost: "cpr_read_efuse" [drivers/soc/qcom/cpr.ko] undefined!

---
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: 40142 bytes --]

  reply	other threads:[~2021-07-01 17:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-01 10:54 [PATCH v6 0/6] Add support for Core Power Reduction v3, v4 and Hardened AngeloGioacchino Del Regno
2021-07-01 10:54 ` [PATCH v6 1/6] soc: qcom: cpr: Move common functions to new file AngeloGioacchino Del Regno
2021-07-01 17:46   ` kernel test robot [this message]
2021-07-01 17:46     ` kernel test robot
2021-07-01 10:54 ` [PATCH v6 2/6] dt-bindings: avs: cpr: Convert binding to YAML schema AngeloGioacchino Del Regno
2021-07-01 14:02   ` Rob Herring
2021-07-01 10:54 ` [PATCH v6 3/6] arm64: qcom: qcs404: Change CPR nvmem-names AngeloGioacchino Del Regno
2021-07-01 10:54 ` [PATCH v6 4/6] soc: qcom: Add support for Core Power Reduction v3, v4 and Hardened AngeloGioacchino Del Regno
2021-07-01 13:52   ` kernel test robot
2021-07-01 13:52     ` kernel test robot
2021-07-01 10:54 ` [PATCH v6 5/6] MAINTAINERS: Add entry for Qualcomm CPRv3/v4/Hardened driver AngeloGioacchino Del Regno
2021-07-01 10:54 ` [PATCH v6 6/6] dt-bindings: soc: qcom: cpr3: Add bindings for CPR3 driver AngeloGioacchino Del Regno
2021-07-01 14:02   ` Rob Herring

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=202107020129.UgyLZmQr-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=agross@kernel.org \
    --cc=angelogioacchino.delregno@somainline.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=broonie@kernel.org \
    --cc=clang-built-linux@googlegroups.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh+dt@kernel.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.