From: Xiao Ni <xni@redhat.com>
To: kernel test robot <lkp@intel.com>,
linux-raid@vger.kernel.org, song@kernel.org
Cc: kbuild-all@lists.01.org, heinzm@redhat.com, ncroxon@redhat.com,
guoqing.jiang@cloud.ionos.com, colyli@suse.de
Subject: Re: [PATCH V4 4/5] md/raid10: improve raid10 discard request
Date: Mon, 24 Aug 2020 23:53:32 +0800 [thread overview]
Message-ID: <9817552a-6a00-b2e5-8634-6d1edc210212@redhat.com> (raw)
In-Reply-To: <fc1f613a-9148-e98f-38a1-687308b8f4ba@redhat.com>
I downloaded the .config in my environment and use `make W=1 ARCH=i386`
to build the kernel.
It fails.
drivers/md/raid10.o: In function `raid10_handle_discard':
/home/xni/codes/md/drivers/md/raid10.c:1644: undefined reference to
`__umoddi3'
/home/xni/codes/md/drivers/md/raid10.c:1648: undefined reference to
`__umoddi3'
make: *** [Makefile:1167: vmlinux] Error 1
It's my first time to see these errors. I'll try to fix the error and
send the patch again.
Regards
Xiao
On 08/24/2020 11:12 PM, Xiao Ni wrote:
> Hi all
>
> I can build successfully based on the latest upstream version
>
> [xni@xiao md]$ git branch
> master
> * md-next
> [xni@xiao md]$ git pull
> Already up-to-date.
>
> Makefile:
> VERSION = 5
> PATCHLEVEL = 9
> SUBLEVEL = 0
> EXTRAVERSION = -rc1
>
> Regards
> Xiao
>
> On 08/24/2020 09:31 PM, kernel test robot wrote:
>> Hi Xiao,
>>
>> Thank you for the patch! Yet something to improve:
>>
>> [auto build test ERROR on song-md/md-next]
>> [also build test ERROR on v5.9-rc2 next-20200824]
>> [cannot apply to md/for-next]
>> [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/Xiao-Ni/md-raid10-move-codes-related-with-submitting-discard-bio-into-one-function/20200824-131217
>> base: git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next
>> config: i386-randconfig-a015-20200824 (attached as .config)
>> compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
>> reproduce (this is a W=1 build):
>> # save the attached .config to linux build tree
>> make W=1 ARCH=i386
>>
>> 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 >>):
>>
>> ld: drivers/md/raid10.o: in function `raid10_handle_discard':
>> drivers/md/raid10.c:1624: undefined reference to `__umoddi3'
>>>> ld: drivers/md/raid10.c:1628: undefined reference to `__umoddi3'
>> ---
>> 0-DAY CI Kernel Test Service, Intel Corporation
>> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
>
next prev parent reply other threads:[~2020-08-24 15:54 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-24 4:11 [PATCH V4 0/4] md/raid10: Improve handling raid10 discard request Xiao Ni
2020-08-24 4:11 ` [PATCH V4 1/5] md/raid10: move codes related with submitting discard bio into one function Xiao Ni
2020-08-24 4:11 ` [PATCH V4 2/5] md/raid10: extend r10bio devs to raid disks Xiao Ni
2020-08-24 4:11 ` [PATCH V4 3/5] md/raid10: pull codes that wait for blocked dev into one function Xiao Ni
2020-08-24 4:11 ` [PATCH V4 4/5] md/raid10: improve raid10 discard request Xiao Ni
2020-08-24 10:38 ` kernel test robot
2020-08-24 13:31 ` kernel test robot
2020-08-24 15:12 ` Xiao Ni
2020-08-24 15:53 ` Xiao Ni [this message]
2020-08-24 4:11 ` [PATCH V4 5/5] md/raid10: improve discard request for far layout Xiao Ni
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=9817552a-6a00-b2e5-8634-6d1edc210212@redhat.com \
--to=xni@redhat.com \
--cc=colyli@suse.de \
--cc=guoqing.jiang@cloud.ionos.com \
--cc=heinzm@redhat.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-raid@vger.kernel.org \
--cc=lkp@intel.com \
--cc=ncroxon@redhat.com \
--cc=song@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox