From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC v2 6/9] media: platform: Add Synopsys DesignWare HDMI RX Controller Driver
Date: Sat, 22 May 2021 23:41:41 +0800 [thread overview]
Message-ID: <202105222322.apEZkEBY-lkp@intel.com> (raw)
In-Reply-To: <451f9154e30c52f1e6191abcf6e532f2c3bd1955.1621524721.git.nelson.costa@synopsys.com>
[-- Attachment #1: Type: text/plain, Size: 2558 bytes --]
Hi Nelson,
[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on v5.12]
[also build test ERROR on next-20210521]
[cannot apply to linuxtv-media/master linux/master robh/for-next linus/master v5.13-rc2 v5.13-rc1]
[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/Nelson-Costa/Add-Synopsys-DesignWare-HDMI-RX-Controller-and-PHY-drivers/20210522-202538
base: 9f4ad9e425a1d3b6a34617b8ea226d56a119a717
config: nios2-randconfig-r005-20210522 (attached as .config)
compiler: nios2-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://github.com/0day-ci/linux/commit/2e7f186187a4684f1eb4fa04bd253670e077e5fc
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Nelson-Costa/Add-Synopsys-DesignWare-HDMI-RX-Controller-and-PHY-drivers/20210522-202538
git checkout 2e7f186187a4684f1eb4fa04bd253670e077e5fc
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=nios2
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 >>):
nios2-linux-ld: drivers/media/platform/dwc/dw-hdmi-rx.o: in function `dw_hdmi_get_raw_infoframe_avi':
>> dw-hdmi-rx.c:(.text+0x162c): undefined reference to `hdmi_infoframe_unpack'
dw-hdmi-rx.c:(.text+0x162c): relocation truncated to fit: R_NIOS2_CALL26 against `hdmi_infoframe_unpack'
nios2-linux-ld: drivers/media/platform/dwc/dw-hdmi-rx.o: in function `dw_hdmi_get_raw_infoframe_aud':
dw-hdmi-rx.c:(.text+0x17b0): undefined reference to `hdmi_infoframe_unpack'
dw-hdmi-rx.c:(.text+0x17b0): relocation truncated to fit: R_NIOS2_CALL26 against `hdmi_infoframe_unpack'
nios2-linux-ld: drivers/media/platform/dwc/dw-hdmi-rx.o: in function `dw_hdmi_get_raw_infoframe_vs':
dw-hdmi-rx.c:(.text+0x1950): undefined reference to `hdmi_infoframe_unpack'
dw-hdmi-rx.c:(.text+0x1950): relocation truncated to fit: R_NIOS2_CALL26 against `hdmi_infoframe_unpack'
---
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: 17416 bytes --]
next prev parent reply other threads:[~2021-05-22 15:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-20 15:47 [RFC v2 0/9] Add Synopsys DesignWare HDMI RX Controller and PHY drivers Nelson Costa
2021-05-20 15:47 ` [RFC v2 1/9] dt-bindings: phy: Document Synopsys DesignWare HDMI RX PHYs e405 and e406 Nelson Costa
2021-05-20 15:47 ` [RFC v2 2/9] dt-bindings: media: Document Synopsys DesignWare HDMI RX Nelson Costa
2021-05-20 15:47 ` [RFC v2 3/9] MAINTAINERS: Add entry for Synopsys DesignWare HDMI drivers Nelson Costa
2021-05-20 15:47 ` [RFC v2 4/9] phy: Add PHY standard HDMI opts to the PHY API Nelson Costa
2021-05-20 15:47 ` [RFC v2 5/9] phy: dwc: Add Synopsys DesignWare HDMI RX PHYs e405 and e406 Driver Nelson Costa
2021-05-20 15:48 ` [RFC v2 6/9] media: platform: Add Synopsys DesignWare HDMI RX Controller Driver Nelson Costa
2021-05-22 15:41 ` kernel test robot [this message]
2021-05-20 15:48 ` [RFC v2 7/9] media: v4l2-dv-timings: Add more CEA/CTA-861 video format timings Nelson Costa
2021-05-20 15:48 ` [RFC v2 8/9] media: dwc: dw-hdmi-rx: Add support for Aspect Ratio Nelson Costa
2021-05-20 15:48 ` [RFC v2 9/9] media: dwc: dw-hdmi-rx: Add support for CEC Nelson Costa
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=202105222322.apEZkEBY-lkp@intel.com \
--to=lkp@intel.com \
--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.