All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 5516/7700] imx_rproc.c:undefined reference to `__arm_smccc_smc'
@ 2021-06-07 23:55 ` kernel test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2021-06-07 23:55 UTC (permalink / raw)
  To: Peng Fan
  Cc: kbuild-all, Linux Memory Management List, Bjorn Andersson,
	Mathieu Poirier

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   7f09e895a7f3e0af63bf9ec6c7c22893ec7e6c8e
commit: 79806d32d5aaafbf170e9b0c03b15d1be77f4c64 [5516/7700] remoteproc: imx_rproc: support i.MX8MN/P
config: arm-randconfig-r001-20210607 (attached as .config)
compiler: arm-linux-gnueabi-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/next/linux-next.git/commit/?id=79806d32d5aaafbf170e9b0c03b15d1be77f4c64
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout 79806d32d5aaafbf170e9b0c03b15d1be77f4c64
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

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

   arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function `imx_rproc_stop':
>> imx_rproc.c:(.text+0x140): undefined reference to `__arm_smccc_smc'
   arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function `imx_rproc_detect_mode':
   imx_rproc.c:(.text+0x272): undefined reference to `__arm_smccc_smc'
   arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function `imx_rproc_start':
   imx_rproc.c:(.text+0x5e0): undefined reference to `__arm_smccc_smc'

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

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

* [linux-next:master 5516/7700] imx_rproc.c:undefined reference to `__arm_smccc_smc'
@ 2021-06-07 23:55 ` kernel test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2021-06-07 23:55 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   7f09e895a7f3e0af63bf9ec6c7c22893ec7e6c8e
commit: 79806d32d5aaafbf170e9b0c03b15d1be77f4c64 [5516/7700] remoteproc: imx_rproc: support i.MX8MN/P
config: arm-randconfig-r001-20210607 (attached as .config)
compiler: arm-linux-gnueabi-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/next/linux-next.git/commit/?id=79806d32d5aaafbf170e9b0c03b15d1be77f4c64
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout 79806d32d5aaafbf170e9b0c03b15d1be77f4c64
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

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

   arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function `imx_rproc_stop':
>> imx_rproc.c:(.text+0x140): undefined reference to `__arm_smccc_smc'
   arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function `imx_rproc_detect_mode':
   imx_rproc.c:(.text+0x272): undefined reference to `__arm_smccc_smc'
   arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function `imx_rproc_start':
   imx_rproc.c:(.text+0x5e0): undefined reference to `__arm_smccc_smc'

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

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

* Re: [linux-next:master 5516/7700] imx_rproc.c:undefined reference to `__arm_smccc_smc'
  2021-06-07 23:55 ` kernel test robot
@ 2021-06-09 16:18   ` Mathieu Poirier
  -1 siblings, 0 replies; 6+ messages in thread
From: Mathieu Poirier @ 2021-06-09 16:18 UTC (permalink / raw)
  To: kernel test robot
  Cc: Peng Fan, kbuild-all, Linux Memory Management List, Bjorn Andersson

Peng - can you provide a fix for this?

On Mon, 7 Jun 2021 at 17:55, kernel test robot <lkp@intel.com> wrote:
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   7f09e895a7f3e0af63bf9ec6c7c22893ec7e6c8e
> commit: 79806d32d5aaafbf170e9b0c03b15d1be77f4c64 [5516/7700] remoteproc: imx_rproc: support i.MX8MN/P
> config: arm-randconfig-r001-20210607 (attached as .config)
> compiler: arm-linux-gnueabi-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/next/linux-next.git/commit/?id=79806d32d5aaafbf170e9b0c03b15d1be77f4c64
>         git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>         git fetch --no-tags linux-next master
>         git checkout 79806d32d5aaafbf170e9b0c03b15d1be77f4c64
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm
>
> 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 >>):
>
>    arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function `imx_rproc_stop':
> >> imx_rproc.c:(.text+0x140): undefined reference to `__arm_smccc_smc'
>    arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function `imx_rproc_detect_mode':
>    imx_rproc.c:(.text+0x272): undefined reference to `__arm_smccc_smc'
>    arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function `imx_rproc_start':
>    imx_rproc.c:(.text+0x5e0): undefined reference to `__arm_smccc_smc'
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org


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

* Re: [linux-next:master 5516/7700] imx_rproc.c:undefined reference to `__arm_smccc_smc'
@ 2021-06-09 16:18   ` Mathieu Poirier
  0 siblings, 0 replies; 6+ messages in thread
From: Mathieu Poirier @ 2021-06-09 16:18 UTC (permalink / raw)
  To: kbuild-all

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

Peng - can you provide a fix for this?

On Mon, 7 Jun 2021 at 17:55, kernel test robot <lkp@intel.com> wrote:
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   7f09e895a7f3e0af63bf9ec6c7c22893ec7e6c8e
> commit: 79806d32d5aaafbf170e9b0c03b15d1be77f4c64 [5516/7700] remoteproc: imx_rproc: support i.MX8MN/P
> config: arm-randconfig-r001-20210607 (attached as .config)
> compiler: arm-linux-gnueabi-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/next/linux-next.git/commit/?id=79806d32d5aaafbf170e9b0c03b15d1be77f4c64
>         git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>         git fetch --no-tags linux-next master
>         git checkout 79806d32d5aaafbf170e9b0c03b15d1be77f4c64
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm
>
> 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 >>):
>
>    arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function `imx_rproc_stop':
> >> imx_rproc.c:(.text+0x140): undefined reference to `__arm_smccc_smc'
>    arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function `imx_rproc_detect_mode':
>    imx_rproc.c:(.text+0x272): undefined reference to `__arm_smccc_smc'
>    arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function `imx_rproc_start':
>    imx_rproc.c:(.text+0x5e0): undefined reference to `__arm_smccc_smc'
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

* RE: [linux-next:master 5516/7700] imx_rproc.c:undefined reference to `__arm_smccc_smc'
  2021-06-09 16:18   ` Mathieu Poirier
  (?)
@ 2021-06-10  0:58   ` Peng Fan
  -1 siblings, 0 replies; 6+ messages in thread
From: Peng Fan @ 2021-06-10  0:58 UTC (permalink / raw)
  To: Mathieu Poirier, kernel test robot
  Cc: kbuild-all, Linux Memory Management List, Bjorn Andersson

Hi Mathieu,

> Subject: Re: [linux-next:master 5516/7700] imx_rproc.c:undefined reference
> to `__arm_smccc_smc'
> 
> Peng - can you provide a fix for this?

Yes. Will provide a fix soon.

Thanks,
Peng.

> 
> On Mon, 7 Jun 2021 at 17:55, kernel test robot <lkp@intel.com> wrote:
> >
> > tree:
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.ker
> nel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Fnext%2Flinux-next.git&a
> mp;data=04%7C01%7Cpeng.fan%40nxp.com%7C099666f4f5cb43bb7d4808d
> 92b623b29%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637588
> 523162572060%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJ
> QIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=R3H
> 7nLCzEAUyOWzaaUkEPZX7o4fyeFlGpdxX%2By1PyuQ%3D&amp;reserved=0
> master
> > head:   7f09e895a7f3e0af63bf9ec6c7c22893ec7e6c8e
> > commit: 79806d32d5aaafbf170e9b0c03b15d1be77f4c64 [5516/7700]
> > remoteproc: imx_rproc: support i.MX8MN/P
> > config: arm-randconfig-r001-20210607 (attached as .config)
> > compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0 reproduce (this is a W=1
> > build):
> >         wget
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fraw.git
> hubusercontent.com%2Fintel%2Flkp-tests%2Fmaster%2Fsbin%2Fmake.cross
> &amp;data=04%7C01%7Cpeng.fan%40nxp.com%7C099666f4f5cb43bb7d480
> 8d92b623b29%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6375
> 88523162572060%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAi
> LCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=3
> JCsEDoeq1NeH4BMVTcBn4UxLNCfMlk4X8uJa1vSttQ%3D&amp;reserved=0
> -O ~/bin/make.cross
> >         chmod +x ~/bin/make.cross
> >         #
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.ker
> nel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Fnext%2Flinux-next.git%
> 2Fcommit%2F%3Fid%3D79806d32d5aaafbf170e9b0c03b15d1be77f4c64&am
> p;data=04%7C01%7Cpeng.fan%40nxp.com%7C099666f4f5cb43bb7d4808d92
> b623b29%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C63758852
> 3162572060%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQI
> joiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=9pFWj
> 0lj0sNpCxwjBruqfiSjWS5XRCCyuT1nw1oFdoM%3D&amp;reserved=0
> >         git remote add linux-next
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.ker
> nel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Fnext%2Flinux-next.git&a
> mp;data=04%7C01%7Cpeng.fan%40nxp.com%7C099666f4f5cb43bb7d4808d
> 92b623b29%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637588
> 523162572060%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJ
> QIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=R3H
> 7nLCzEAUyOWzaaUkEPZX7o4fyeFlGpdxX%2By1PyuQ%3D&amp;reserved=0
> >         git fetch --no-tags linux-next master
> >         git checkout 79806d32d5aaafbf170e9b0c03b15d1be77f4c64
> >         # save the attached .config to linux build tree
> >         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0
> make.cross
> > ARCH=arm
> >
> > 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 >>):
> >
> >    arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function
> `imx_rproc_stop':
> > >> imx_rproc.c:(.text+0x140): undefined reference to `__arm_smccc_smc'
> >    arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function
> `imx_rproc_detect_mode':
> >    imx_rproc.c:(.text+0x272): undefined reference to `__arm_smccc_smc'
> >    arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function
> `imx_rproc_start':
> >    imx_rproc.c:(.text+0x5e0): undefined reference to `__arm_smccc_smc'
> > ---
> > 0-DAY CI Kernel Test Service, Intel Corporation
> > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flist
> > s.01.org%2Fhyperkitty%2Flist%2Fkbuild-all%40lists.01.org&amp;data=04%7
> >
> C01%7Cpeng.fan%40nxp.com%7C099666f4f5cb43bb7d4808d92b623b29%7C
> 686ea1d3
> >
> bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637588523162572060%7CUnkn
> own%7CTWFp
> >
> bGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVC
> I6Mn
> >
> 0%3D%7C1000&amp;sdata=RYGzS5BoxkOaJ64cHWzTelXru7lvoaEsxm1LvV%2
> BLXMk%3D
> > &amp;reserved=0


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

* Re: [linux-next:master 5516/7700] imx_rproc.c:undefined reference to `__arm_smccc_smc'
  2021-06-09 16:18   ` Mathieu Poirier
  (?)
  (?)
@ 2021-06-10  0:58   ` Peng Fan
  -1 siblings, 0 replies; 6+ messages in thread
From: Peng Fan @ 2021-06-10  0:58 UTC (permalink / raw)
  To: kbuild-all

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

Hi Mathieu,

> Subject: Re: [linux-next:master 5516/7700] imx_rproc.c:undefined reference
> to `__arm_smccc_smc'
> 
> Peng - can you provide a fix for this?

Yes. Will provide a fix soon.

Thanks,
Peng.

> 
> On Mon, 7 Jun 2021 at 17:55, kernel test robot <lkp@intel.com> wrote:
> >
> > tree:
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.ker
> nel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Fnext%2Flinux-next.git&a
> mp;data=04%7C01%7Cpeng.fan%40nxp.com%7C099666f4f5cb43bb7d4808d
> 92b623b29%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637588
> 523162572060%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJ
> QIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=R3H
> 7nLCzEAUyOWzaaUkEPZX7o4fyeFlGpdxX%2By1PyuQ%3D&amp;reserved=0
> master
> > head:   7f09e895a7f3e0af63bf9ec6c7c22893ec7e6c8e
> > commit: 79806d32d5aaafbf170e9b0c03b15d1be77f4c64 [5516/7700]
> > remoteproc: imx_rproc: support i.MX8MN/P
> > config: arm-randconfig-r001-20210607 (attached as .config)
> > compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0 reproduce (this is a W=1
> > build):
> >         wget
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fraw.git
> hubusercontent.com%2Fintel%2Flkp-tests%2Fmaster%2Fsbin%2Fmake.cross
> &amp;data=04%7C01%7Cpeng.fan%40nxp.com%7C099666f4f5cb43bb7d480
> 8d92b623b29%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6375
> 88523162572060%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAi
> LCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=3
> JCsEDoeq1NeH4BMVTcBn4UxLNCfMlk4X8uJa1vSttQ%3D&amp;reserved=0
> -O ~/bin/make.cross
> >         chmod +x ~/bin/make.cross
> >         #
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.ker
> nel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Fnext%2Flinux-next.git%
> 2Fcommit%2F%3Fid%3D79806d32d5aaafbf170e9b0c03b15d1be77f4c64&am
> p;data=04%7C01%7Cpeng.fan%40nxp.com%7C099666f4f5cb43bb7d4808d92
> b623b29%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C63758852
> 3162572060%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQI
> joiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=9pFWj
> 0lj0sNpCxwjBruqfiSjWS5XRCCyuT1nw1oFdoM%3D&amp;reserved=0
> >         git remote add linux-next
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.ker
> nel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Fnext%2Flinux-next.git&a
> mp;data=04%7C01%7Cpeng.fan%40nxp.com%7C099666f4f5cb43bb7d4808d
> 92b623b29%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637588
> 523162572060%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJ
> QIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=R3H
> 7nLCzEAUyOWzaaUkEPZX7o4fyeFlGpdxX%2By1PyuQ%3D&amp;reserved=0
> >         git fetch --no-tags linux-next master
> >         git checkout 79806d32d5aaafbf170e9b0c03b15d1be77f4c64
> >         # save the attached .config to linux build tree
> >         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0
> make.cross
> > ARCH=arm
> >
> > 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 >>):
> >
> >    arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function
> `imx_rproc_stop':
> > >> imx_rproc.c:(.text+0x140): undefined reference to `__arm_smccc_smc'
> >    arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function
> `imx_rproc_detect_mode':
> >    imx_rproc.c:(.text+0x272): undefined reference to `__arm_smccc_smc'
> >    arm-linux-gnueabi-ld: drivers/remoteproc/imx_rproc.o: in function
> `imx_rproc_start':
> >    imx_rproc.c:(.text+0x5e0): undefined reference to `__arm_smccc_smc'
> > ---
> > 0-DAY CI Kernel Test Service, Intel Corporation
> > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flist
> > s.01.org%2Fhyperkitty%2Flist%2Fkbuild-all%40lists.01.org&amp;data=04%7
> >
> C01%7Cpeng.fan%40nxp.com%7C099666f4f5cb43bb7d4808d92b623b29%7C
> 686ea1d3
> >
> bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637588523162572060%7CUnkn
> own%7CTWFp
> >
> bGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVC
> I6Mn
> >
> 0%3D%7C1000&amp;sdata=RYGzS5BoxkOaJ64cHWzTelXru7lvoaEsxm1LvV%2
> BLXMk%3D
> > &amp;reserved=0

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

end of thread, other threads:[~2021-06-10  0:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 23:55 [linux-next:master 5516/7700] imx_rproc.c:undefined reference to `__arm_smccc_smc' kernel test robot
2021-06-07 23:55 ` kernel test robot
2021-06-09 16:18 ` Mathieu Poirier
2021-06-09 16:18   ` Mathieu Poirier
2021-06-10  0:58   ` Peng Fan
2021-06-10  0:58   ` Peng Fan

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.