linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* a6xx_gpu.c:undefined reference to `llcc_slice_deactivate'
@ 2021-04-26  3:43 kernel test robot
  2021-04-26 15:01 ` Sai Prakash Ranjan
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2021-04-26  3:43 UTC (permalink / raw)
  To: Sharat Masetty; +Cc: kbuild-all, linux-kernel, Rob Clark, Sai Prakash Ranjan

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

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

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

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

* Re: a6xx_gpu.c:undefined reference to `llcc_slice_deactivate'
  2021-04-26  3:43 a6xx_gpu.c:undefined reference to `llcc_slice_deactivate' kernel test robot
@ 2021-04-26 15:01 ` Sai Prakash Ranjan
  0 siblings, 0 replies; 2+ messages in thread
From: Sai Prakash Ranjan @ 2021-04-26 15:01 UTC (permalink / raw)
  To: kernel test robot, Arnd Bergmann, Rob Clark
  Cc: Sharat Masetty, kbuild-all, linux-kernel, Rob Clark

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

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

end of thread, other threads:[~2021-04-26 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26  3:43 a6xx_gpu.c:undefined reference to `llcc_slice_deactivate' kernel test robot
2021-04-26 15:01 ` Sai Prakash Ranjan

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).