All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	linux-media@vger.kernel.org,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Subject: imx-mipi-csis.c:undefined reference to `v4l2_async_nf_init'
Date: Fri, 1 Apr 2022 04:18:15 +0800	[thread overview]
Message-ID: <202204010422.J1IKoQX0-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   787af64d05cd528aac9ad16752d11bb1c6061bb9
commit: 63fe3d27b226fe01746bace4d1f1f2164406140d media: platform/*/Kconfig: make manufacturer menus more uniform
date:   2 weeks ago
config: arm64-randconfig-r035-20220331 (https://download.01.org/0day-ci/archive/20220401/202204010422.J1IKoQX0-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 11.2.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=63fe3d27b226fe01746bace4d1f1f2164406140d
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 63fe3d27b226fe01746bace4d1f1f2164406140d
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arm64 SHELL=/bin/bash

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: Entry trampoline text too big
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o: in function `mipi_csis_calculate_params':
   imx-mipi-csis.c:(.text+0x2fc): undefined reference to `v4l2_get_link_freq'
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o: in function `mipi_csis_async_register':
>> imx-mipi-csis.c:(.text+0x474): undefined reference to `v4l2_async_nf_init'
   aarch64-linux-ld: imx-mipi-csis.c:(.text+0x49c): undefined reference to `v4l2_fwnode_endpoint_parse'
   aarch64-linux-ld: imx-mipi-csis.c:(.text+0x548): undefined reference to `__v4l2_async_nf_add_fwnode_remote'
   aarch64-linux-ld: imx-mipi-csis.c:(.text+0x57c): undefined reference to `v4l2_async_subdev_nf_register'
   aarch64-linux-ld: imx-mipi-csis.c:(.text+0x58c): undefined reference to `v4l2_async_register_subdev'
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o: in function `mipi_csis_notify_bound':
   imx-mipi-csis.c:(.text+0x5f8): undefined reference to `v4l2_create_fwnode_links_to_pad'
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o: in function `mipi_csis_probe':
   imx-mipi-csis.c:(.text+0x10fc): undefined reference to `v4l2_subdev_init'
   aarch64-linux-ld: imx-mipi-csis.c:(.text+0x11bc): undefined reference to `v4l2_async_nf_unregister'
   aarch64-linux-ld: imx-mipi-csis.c:(.text+0x11c4): undefined reference to `v4l2_async_nf_cleanup'
   aarch64-linux-ld: imx-mipi-csis.c:(.text+0x11cc): undefined reference to `v4l2_async_unregister_subdev'
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o: in function `mipi_csis_set_fmt':
   imx-mipi-csis.c:(.text+0x13c8): undefined reference to `v4l_bound_align_image'
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o: in function `mipi_csis_s_stream':
>> imx-mipi-csis.c:(.text+0x154c): undefined reference to `v4l2_subdev_call_wrappers'
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `v4l2_subdev_call_wrappers' which may bind externally can not be used when making a shared object; recompile with -fPIC
   imx-mipi-csis.c:(.text+0x154c): dangerous relocation: unsupported relocation
   aarch64-linux-ld: imx-mipi-csis.c:(.text+0x1550): undefined reference to `v4l2_subdev_call_wrappers'
   aarch64-linux-ld: imx-mipi-csis.c:(.text+0x16b4): undefined reference to `v4l2_subdev_call_wrappers'
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `v4l2_subdev_call_wrappers' which may bind externally can not be used when making a shared object; recompile with -fPIC
   imx-mipi-csis.c:(.text+0x16b4): dangerous relocation: unsupported relocation
   aarch64-linux-ld: imx-mipi-csis.c:(.text+0x16b8): undefined reference to `v4l2_subdev_call_wrappers'
   aarch64-linux-ld: imx-mipi-csis.c:(.text+0x1760): undefined reference to `v4l2_subdev_call_wrappers'
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `v4l2_subdev_call_wrappers' which may bind externally can not be used when making a shared object; recompile with -fPIC
   imx-mipi-csis.c:(.text+0x1760): dangerous relocation: unsupported relocation
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o:imx-mipi-csis.c:(.text+0x1764): more undefined references to `v4l2_subdev_call_wrappers' follow
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `v4l2_subdev_call_wrappers' which may bind externally can not be used when making a shared object; recompile with -fPIC
   drivers/media/platform/nxp/imx-mipi-csis.o: in function `mipi_csis_s_stream':
   imx-mipi-csis.c:(.text+0x17c4): dangerous relocation: unsupported relocation
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o: in function `mipi_csis_remove':
   imx-mipi-csis.c:(.text+0x1904): undefined reference to `v4l2_async_nf_unregister'
   aarch64-linux-ld: imx-mipi-csis.c:(.text+0x190c): undefined reference to `v4l2_async_nf_cleanup'
   aarch64-linux-ld: imx-mipi-csis.c:(.text+0x1914): undefined reference to `v4l2_async_unregister_subdev'
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o:(.rodata+0x4c0): undefined reference to `v4l2_subdev_link_validate'
   aarch64-linux-ld: drivers/media/platform/nxp/imx-mipi-csis.o:(.rodata+0x4c8): undefined reference to `v4l2_subdev_get_fwnode_pad_1_to_1'

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

                 reply	other threads:[~2022-03-31 20:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202204010422.J1IKoQX0-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@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.