All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
To: kbuild-all@lists.01.org
Subject: Re: a6xx_gpu.c:undefined reference to `llcc_slice_deactivate'
Date: Mon, 26 Apr 2021 20:31:41 +0530	[thread overview]
Message-ID: <a7fd62d1c8eb4f829708ab4c99c05f6a@codeaurora.org> (raw)
In-Reply-To: <202104261123.Dqr4uccM-lkp@intel.com>

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

On 2021-04-26 09:13, kernel test robot wrote:
> tree:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> master
> head:   9f4ad9e425a1d3b6a34617b8ea226d56a119a717
> commit: 474dadb8b0d557661cb3d1727f1ff2f82bac6b4c drm/msm/a6xx: Add
> support for using system cache(LLC)
> date:   5 months ago
> config: arm64-randconfig-m031-20210426 (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://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=474dadb8b0d557661cb3d1727f1ff2f82bac6b4c
>         git remote add linus
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>         git fetch --no-tags linus master
>         git checkout 474dadb8b0d557661cb3d1727f1ff2f82bac6b4c
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross
> W=1 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 >>):
> 
>    aarch64-linux-ld: Unexpected GOT/PLT entries detected!
>    aarch64-linux-ld: Unexpected run-time procedure linkages detected!
>    aarch64-linux-ld: drivers/gpu/drm/msm/adreno/a6xx_gpu.o: in
> function `a6xx_pm_suspend':
>>> a6xx_gpu.c:(.text+0x92c): undefined reference to 
>>> `llcc_slice_deactivate'
>>> aarch64-linux-ld: a6xx_gpu.c:(.text+0x94c): undefined reference to 
>>> `llcc_slice_deactivate'
>    aarch64-linux-ld: drivers/gpu/drm/msm/adreno/a6xx_gpu.o: in
> function `a6xx_pm_resume':
>>> a6xx_gpu.c:(.text+0xb9c): undefined reference to 
>>> `llcc_slice_activate'
>>> aarch64-linux-ld: a6xx_gpu.c:(.text+0xbc0): undefined reference to 
>>> `llcc_slice_activate'
>>> aarch64-linux-ld: a6xx_gpu.c:(.text+0xc00): undefined reference to 
>>> `llcc_get_slice_id'
>    aarch64-linux-ld: a6xx_gpu.c:(.text+0xc8c): undefined reference to
> `llcc_get_slice_id'
>    aarch64-linux-ld: a6xx_gpu.c:(.text+0xccc): undefined reference to
> `llcc_slice_activate'
>    aarch64-linux-ld: drivers/gpu/drm/msm/adreno/a6xx_gpu.o: in
> function `a6xx_destroy':
>>> a6xx_gpu.c:(.text+0x5e54): undefined reference to `llcc_slice_putd'
>>> aarch64-linux-ld: a6xx_gpu.c:(.text+0x5e74): undefined reference to 
>>> `llcc_slice_putd'
>    aarch64-linux-ld: drivers/gpu/drm/msm/adreno/a6xx_gpu.o: in
> function `a6xx_gpu_init':
>>> a6xx_gpu.c:(.text+0x60d0): undefined reference to `llcc_slice_getd'
>>> aarch64-linux-ld: a6xx_gpu.c:(.text+0x60f4): undefined reference to 
>>> `llcc_slice_getd'
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

Arnd's patch [1] should fix the issue.

[1] 
https://lore.kernel.org/lkml/20210103140407.3917405-1-arnd(a)kernel.org/

Thanks,
Sai

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a 
member
of Code Aurora Forum, hosted by The Linux Foundation

WARNING: multiple messages have this Message-ID (diff)
From: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
To: kernel test robot <lkp@intel.com>, Arnd Bergmann <arnd@arndb.de>,
	Rob Clark <robdclark@gmail.com>
Cc: Sharat Masetty <smasetty@codeaurora.org>,
	kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	Rob Clark <robdclark@chromium.org>
Subject: Re: a6xx_gpu.c:undefined reference to `llcc_slice_deactivate'
Date: Mon, 26 Apr 2021 20:31:41 +0530	[thread overview]
Message-ID: <a7fd62d1c8eb4f829708ab4c99c05f6a@codeaurora.org> (raw)
In-Reply-To: <202104261123.Dqr4uccM-lkp@intel.com>

On 2021-04-26 09:13, kernel test robot wrote:
> tree:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> master
> head:   9f4ad9e425a1d3b6a34617b8ea226d56a119a717
> commit: 474dadb8b0d557661cb3d1727f1ff2f82bac6b4c drm/msm/a6xx: Add
> support for using system cache(LLC)
> date:   5 months ago
> config: arm64-randconfig-m031-20210426 (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://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=474dadb8b0d557661cb3d1727f1ff2f82bac6b4c
>         git remote add linus
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>         git fetch --no-tags linus master
>         git checkout 474dadb8b0d557661cb3d1727f1ff2f82bac6b4c
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross
> W=1 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 >>):
> 
>    aarch64-linux-ld: Unexpected GOT/PLT entries detected!
>    aarch64-linux-ld: Unexpected run-time procedure linkages detected!
>    aarch64-linux-ld: drivers/gpu/drm/msm/adreno/a6xx_gpu.o: in
> function `a6xx_pm_suspend':
>>> a6xx_gpu.c:(.text+0x92c): undefined reference to 
>>> `llcc_slice_deactivate'
>>> aarch64-linux-ld: a6xx_gpu.c:(.text+0x94c): undefined reference to 
>>> `llcc_slice_deactivate'
>    aarch64-linux-ld: drivers/gpu/drm/msm/adreno/a6xx_gpu.o: in
> function `a6xx_pm_resume':
>>> a6xx_gpu.c:(.text+0xb9c): undefined reference to 
>>> `llcc_slice_activate'
>>> aarch64-linux-ld: a6xx_gpu.c:(.text+0xbc0): undefined reference to 
>>> `llcc_slice_activate'
>>> aarch64-linux-ld: a6xx_gpu.c:(.text+0xc00): undefined reference to 
>>> `llcc_get_slice_id'
>    aarch64-linux-ld: a6xx_gpu.c:(.text+0xc8c): undefined reference to
> `llcc_get_slice_id'
>    aarch64-linux-ld: a6xx_gpu.c:(.text+0xccc): undefined reference to
> `llcc_slice_activate'
>    aarch64-linux-ld: drivers/gpu/drm/msm/adreno/a6xx_gpu.o: in
> function `a6xx_destroy':
>>> a6xx_gpu.c:(.text+0x5e54): undefined reference to `llcc_slice_putd'
>>> aarch64-linux-ld: a6xx_gpu.c:(.text+0x5e74): undefined reference to 
>>> `llcc_slice_putd'
>    aarch64-linux-ld: drivers/gpu/drm/msm/adreno/a6xx_gpu.o: in
> function `a6xx_gpu_init':
>>> a6xx_gpu.c:(.text+0x60d0): undefined reference to `llcc_slice_getd'
>>> aarch64-linux-ld: a6xx_gpu.c:(.text+0x60f4): undefined reference to 
>>> `llcc_slice_getd'
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

Arnd's patch [1] should fix the issue.

[1] 
https://lore.kernel.org/lkml/20210103140407.3917405-1-arnd@kernel.org/

Thanks,
Sai

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a 
member
of Code Aurora Forum, hosted by The Linux Foundation

  reply	other threads:[~2021-04-26 15:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-26  3:43 a6xx_gpu.c:undefined reference to `llcc_slice_deactivate' kernel test robot
2021-04-26  3:43 ` kernel test robot
2021-04-26 15:01 ` Sai Prakash Ranjan [this message]
2021-04-26 15:01   ` Sai Prakash Ranjan

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=a7fd62d1c8eb4f829708ab4c99c05f6a@codeaurora.org \
    --to=saiprakash.ranjan@codeaurora.org \
    --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.