From: kernel test robot <lkp@intel.com>
To: Daniel Golle <daniel@makrotopia.org>,
linux-block@vger.kernel.org, linux-efi@vger.kernel.org,
linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: kbuild-all@lists.01.org, Tom Rini <trini@konsulko.com>,
Jens Axboe <axboe@kernel.dk>, Davidlohr Bueso <dave@stgolabs.net>,
Miquel Raynal <miquel.raynal@bootlin.com>,
Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Masahiro Yamada <masahiroy@kernel.org>
Subject: Re: [PATCH v2 2/5] block: add partition parser for U-Boot uImage.FIT
Date: Fri, 13 May 2022 02:22:03 +0800 [thread overview]
Message-ID: <202205130213.kRDmMP6B-lkp@intel.com> (raw)
In-Reply-To: <YnjxXASWU5Ps9ZoA@makrotopia.org>
Hi Daniel,
I love your patch! Yet something to improve:
[auto build test ERROR on axboe-block/for-next]
[also build test ERROR on mtd/mtd/next mtd/mtd/fixes v5.18-rc6 next-20220512]
[cannot apply to rw-ubifs/next rw-ubifs/fixes]
[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/intel-lab-lkp/linux/commits/Daniel-Golle/partition-parser-for-U-Boot-s-uImage-FIT/20220509-185349
base: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git for-next
config: xtensa-buildonly-randconfig-r001-20220512 (https://download.01.org/0day-ci/archive/20220513/202205130213.kRDmMP6B-lkp@intel.com/config)
compiler: xtensa-linux-gcc (GCC) 11.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/intel-lab-lkp/linux/commit/5a69884cfc6091e8d7c5491fbf57dd5e13cd5ee8
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Daniel-Golle/partition-parser-for-U-Boot-s-uImage-FIT/20220509-185349
git checkout 5a69884cfc6091e8d7c5491fbf57dd5e13cd5ee8
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=xtensa 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 >>):
xtensa-linux-ld: block/partitions/fit.o: in function `put_page':
>> fit.c:(.text+0x11c): undefined reference to `fdt_check_header'
xtensa-linux-ld: block/partitions/fit.o: in function `parse_fit_partitions':
fit.c:(.text+0x262): undefined reference to `fdt_check_header'
xtensa-linux-ld: block/partitions/fit.o: in function `put_page':
>> fit.c:(.text+0x124): undefined reference to `fdt_path_offset'
xtensa-linux-ld: block/partitions/fit.o: in function `parse_fit_partitions':
fit.c:(.text+0x320): undefined reference to `fdt_path_offset'
xtensa-linux-ld: block/partitions/fit.o: in function `put_page':
>> fit.c:(.text+0x128): undefined reference to `fdt_getprop'
xtensa-linux-ld: block/partitions/fit.o: in function `parse_fit_partitions':
fit.c:(.text+0x337): undefined reference to `fdt_getprop'
xtensa-linux-ld: block/partitions/fit.o: in function `put_page':
>> fit.c:(.text+0x130): undefined reference to `fdt_subnode_offset'
xtensa-linux-ld: block/partitions/fit.o: in function `parse_fit_partitions':
fit.c:(.text+0x356): undefined reference to `fdt_subnode_offset'
xtensa-linux-ld: block/partitions/fit.o: in function `put_page':
fit.c:(.text+0x138): undefined reference to `fdt_getprop'
xtensa-linux-ld: block/partitions/fit.o: in function `parse_fit_partitions':
fit.c:(.text+0x382): undefined reference to `fdt_getprop'
xtensa-linux-ld: block/partitions/fit.o: in function `put_page':
fit.c:(.text+0x13c): undefined reference to `fdt_getprop'
xtensa-linux-ld: block/partitions/fit.o: in function `parse_fit_partitions':
fit.c:(.text+0x397): undefined reference to `fdt_getprop'
xtensa-linux-ld: block/partitions/fit.o: in function `put_page':
fit.c:(.text+0x148): undefined reference to `fdt_path_offset'
xtensa-linux-ld: block/partitions/fit.o: in function `parse_fit_partitions':
fit.c:(.text+0x3e3): undefined reference to `fdt_path_offset'
xtensa-linux-ld: block/partitions/fit.o: in function `put_page':
>> fit.c:(.text+0x150): undefined reference to `fdt_first_subnode'
xtensa-linux-ld: block/partitions/fit.o: in function `parse_fit_partitions':
fit.c:(.text+0x412): undefined reference to `fdt_first_subnode'
xtensa-linux-ld: block/partitions/fit.o: in function `put_page':
>> fit.c:(.text+0x154): undefined reference to `fdt_get_name'
xtensa-linux-ld: block/partitions/fit.o: in function `parse_fit_partitions':
fit.c:(.text+0x423): undefined reference to `fdt_get_name'
xtensa-linux-ld: block/partitions/fit.o: in function `put_page':
fit.c:(.text+0x158): undefined reference to `fdt_getprop'
xtensa-linux-ld: block/partitions/fit.o: in function `parse_fit_partitions':
fit.c:(.text+0x43a): undefined reference to `fdt_getprop'
xtensa-linux-ld: block/partitions/fit.o: in function `put_page':
fit.c:(.text+0x15c): undefined reference to `fdt_getprop'
xtensa-linux-ld: block/partitions/fit.o: in function `parse_fit_partitions':
fit.c:(.text+0x44b): undefined reference to `fdt_getprop'
xtensa-linux-ld: block/partitions/fit.o: in function `put_page':
fit.c:(.text+0x160): undefined reference to `fdt_getprop'
xtensa-linux-ld: block/partitions/fit.o:fit.c:(.text+0x45f): more undefined references to `fdt_getprop' follow
xtensa-linux-ld: block/partitions/fit.o: in function `put_page':
>> fit.c:(.text+0x184): undefined reference to `fdt_next_subnode'
xtensa-linux-ld: block/partitions/fit.o: in function `parse_fit_partitions':
fit.c:(.text+0x6ae): undefined reference to `fdt_next_subnode'
--
0-DAY CI Kernel Test Service
https://01.org/lkp
prev parent reply other threads:[~2022-05-12 18:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-09 10:47 [PATCH v2 2/5] block: add partition parser for U-Boot uImage.FIT Daniel Golle
2022-05-12 13:25 ` kernel test robot
2022-05-12 18:22 ` kernel test robot [this message]
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=202205130213.kRDmMP6B-lkp@intel.com \
--to=lkp@intel.com \
--cc=axboe@kernel.dk \
--cc=daniel@makrotopia.org \
--cc=dave@stgolabs.net \
--cc=kbuild-all@lists.01.org \
--cc=linux-block@vger.kernel.org \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=masahiroy@kernel.org \
--cc=miquel.raynal@bootlin.com \
--cc=richard@nod.at \
--cc=trini@konsulko.com \
--cc=vigneshr@ti.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox