Discussion:
next-20140925 build: 1 failures 106 warnings (next-20140925)
Mark Brown
2014-09-25 15:31:20 UTC
Permalink
arm-allmodconfig
ERROR: "__aeabi_uldivmod" [drivers/scsi/mpt2sas/mpt2sas.ko] undefined!
Today's ARM allmodconfig fails to build due to a call to a GCC intrinsic
being emitted from the mpt2sas module - I've not made any effort to
investigate this myself yet, unfortunately there's been a build error in
this configuration for arch/arm for the past week or so which means that
the error may not have been introduced today.
Christoph Hellwig
2014-09-25 15:46:52 UTC
Permalink
Post by Mark Brown
arm-allmodconfig
ERROR: "__aeabi_uldivmod" [drivers/scsi/mpt2sas/mpt2sas.ko] undefined!
Today's ARM allmodconfig fails to build due to a call to a GCC intrinsic
being emitted from the mpt2sas module - I've not made any effort to
investigate this myself yet, unfortunately there's been a build error in
this configuration for arch/arm for the past week or so which means that
the error may not have been introduced today.
http://git.infradead.org/users/hch/scsi-queue.git/commitdiff/f78f694c34ae6fdc29f5e80abb2dbb894f961772

I just need James to pull the latests scsi-queue tree changes..

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Sreekanth Reddy
2014-09-26 06:32:03 UTC
Permalink
Hi Mark,

Can you please let me known whether you are observing these warning
messages even after inclusion of below patch

http://git.infradead.org/users/hch/scsi-queue.git/commitdiff/f78f694c34ae6fdc29f5e80abb2dbb894f961772

Regards,
Sreekanth
Post by Christoph Hellwig
Post by Mark Brown
arm-allmodconfig
ERROR: "__aeabi_uldivmod" [drivers/scsi/mpt2sas/mpt2sas.ko] undefined!
Today's ARM allmodconfig fails to build due to a call to a GCC intrinsic
being emitted from the mpt2sas module - I've not made any effort to
investigate this myself yet, unfortunately there's been a build error in
this configuration for arch/arm for the past week or so which means that
the error may not have been introduced today.
http://git.infradead.org/users/hch/scsi-queue.git/commitdiff/f78f694c34ae6fdc29f5e80abb2dbb894f961772
I just need James to pull the latests scsi-queue tree changes..
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Mark Brown
2014-09-28 11:08:43 UTC
Permalink
Post by Sreekanth Reddy
Can you please let me known whether you are observing these warning
messages even after inclusion of below patch
Well, today's -next has arch/arm build breakages so not immediately.
Loading...