* next-20160722 build: 1 failures 5 warnings (next-20160722)
@ 2016-07-22 10:13 Build bot for Mark Brown
2016-07-22 10:38 ` Mark Brown
0 siblings, 1 reply; 10+ messages in thread
From: Build bot for Mark Brown @ 2016-07-22 10:13 UTC (permalink / raw)
To: kernel-build-reports, linaro-kernel, linux-next
Tree/Branch: next-20160722
Git describe: next-20160722
Commit: 13123042d0 Add linux-next specific files for 20160722
Build Time: 86 min 57 sec
Passed: 8 / 9 ( 88.89 %)
Failed: 1 / 9 ( 11.11 %)
Errors: 1
Warnings: 5
Section Mismatches: 0
Failed defconfigs:
arm-allmodconfig
Errors:
arm-allmodconfig
ERROR: "dax_do_io" [fs/xfs/xfs.ko] undefined!
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
3 warnings 0 mismatches : arm64-allmodconfig
2 warnings 0 mismatches : arm-multi_v5_defconfig
2 warnings 0 mismatches : arm-multi_v7_defconfig
2 warnings 0 mismatches : x86_64-defconfig
5 warnings 0 mismatches : arm-allmodconfig
2 warnings 0 mismatches : arm64-defconfig
-------------------------------------------------------------------------------
Errors summary: 1
1 ERROR: "dax_do_io" [fs/xfs/xfs.ko] undefined!
Warnings Summary: 5
6 ../drivers/ata/libata-scsi.c:3702:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
6 ../drivers/ata/libata-scsi.c:3637:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
2 ../include/linux/dynamic_debug.h:134:3: warning: 'carrier_offset' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 ../drivers/tty/serial/8250/8250_fintek.c:34:0: warning: "IRQ_MODE" redefined
1 ../drivers/misc/lkdtm_usercopy.c:52:15: warning: 'bad_stack' may be used uninitialized in this function [-Wmaybe-uninitialized]
===============================================================================
Detailed per-defconfig build reports below:
-------------------------------------------------------------------------------
arm64-allmodconfig : PASS, 0 errors, 3 warnings, 0 section mismatches
Warnings:
../drivers/ata/libata-scsi.c:3637:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
../drivers/ata/libata-scsi.c:3702:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
../include/linux/dynamic_debug.h:134:3: warning: 'carrier_offset' may be used uninitialized in this function [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-multi_v5_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
../drivers/ata/libata-scsi.c:3637:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
../drivers/ata/libata-scsi.c:3702:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
-------------------------------------------------------------------------------
arm-multi_v7_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
../drivers/ata/libata-scsi.c:3637:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
../drivers/ata/libata-scsi.c:3702:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
-------------------------------------------------------------------------------
x86_64-defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
../drivers/ata/libata-scsi.c:3637:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
../drivers/ata/libata-scsi.c:3702:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
-------------------------------------------------------------------------------
arm-allmodconfig : FAIL, 1 errors, 5 warnings, 0 section mismatches
Errors:
ERROR: "dax_do_io" [fs/xfs/xfs.ko] undefined!
Warnings:
../drivers/ata/libata-scsi.c:3637:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
../drivers/ata/libata-scsi.c:3702:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
../drivers/misc/lkdtm_usercopy.c:52:15: warning: 'bad_stack' may be used uninitialized in this function [-Wmaybe-uninitialized]
../include/linux/dynamic_debug.h:134:3: warning: 'carrier_offset' may be used uninitialized in this function [-Wmaybe-uninitialized]
../drivers/tty/serial/8250/8250_fintek.c:34:0: warning: "IRQ_MODE" redefined
-------------------------------------------------------------------------------
arm64-defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
../drivers/ata/libata-scsi.c:3637:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
../drivers/ata/libata-scsi.c:3702:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
-------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
x86_64-allnoconfig
arm64-allnoconfig
arm-allnoconfig
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: next-20160722 build: 1 failures 5 warnings (next-20160722)
2016-07-22 10:13 next-20160722 build: 1 failures 5 warnings (next-20160722) Build bot for Mark Brown
2016-07-22 10:38 ` Mark Brown
@ 2016-07-22 10:38 ` Mark Brown
0 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2016-07-22 10:38 UTC (permalink / raw)
To: Matthew Wilcox, Christoph Hellwig, Dave Chinner
Cc: kernel-build-reports, linaro-kernel, linux-next, xfs,
linux-arm-kernel
[-- Attachment #1: Type: text/plain, Size: 491 bytes --]
On Fri, Jul 22, 2016 at 11:13:41AM +0100, Build bot for Mark Brown wrote:
Today's -next fails to build an ARM allmodconfig due to:
> arm-allmodconfig
> ERROR: "dax_do_io" [fs/xfs/xfs.ko] undefined!
due to 16d4d43595b47 (xfs: split direct I/O and DAX path) which added an
unconditional reference to dax_do_io(). DAX is explicitly disabled on
32 bit ARM due to problems with virtual aliasing caches (it's not clear
to me that it shouldn't also be disabled for arm64 for the same reason).
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: next-20160722 build: 1 failures 5 warnings (next-20160722)
@ 2016-07-22 10:38 ` Mark Brown
0 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2016-07-22 10:38 UTC (permalink / raw)
To: Matthew Wilcox, Christoph Hellwig, Dave Chinner
Cc: xfs, linaro-kernel, linux-next, linux-arm-kernel,
kernel-build-reports
[-- Attachment #1.1: Type: text/plain, Size: 491 bytes --]
On Fri, Jul 22, 2016 at 11:13:41AM +0100, Build bot for Mark Brown wrote:
Today's -next fails to build an ARM allmodconfig due to:
> arm-allmodconfig
> ERROR: "dax_do_io" [fs/xfs/xfs.ko] undefined!
due to 16d4d43595b47 (xfs: split direct I/O and DAX path) which added an
unconditional reference to dax_do_io(). DAX is explicitly disabled on
32 bit ARM due to problems with virtual aliasing caches (it's not clear
to me that it shouldn't also be disabled for arm64 for the same reason).
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
[-- Attachment #2: Type: text/plain, Size: 121 bytes --]
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 10+ messages in thread
* next-20160722 build: 1 failures 5 warnings (next-20160722)
@ 2016-07-22 10:38 ` Mark Brown
0 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2016-07-22 10:38 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jul 22, 2016 at 11:13:41AM +0100, Build bot for Mark Brown wrote:
Today's -next fails to build an ARM allmodconfig due to:
> arm-allmodconfig
> ERROR: "dax_do_io" [fs/xfs/xfs.ko] undefined!
due to 16d4d43595b47 (xfs: split direct I/O and DAX path) which added an
unconditional reference to dax_do_io(). DAX is explicitly disabled on
32 bit ARM due to problems with virtual aliasing caches (it's not clear
to me that it shouldn't also be disabled for arm64 for the same reason).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160722/00350e08/attachment.sig>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: next-20160722 build: 1 failures 5 warnings (next-20160722)
2016-07-22 10:38 ` Mark Brown
(?)
@ 2016-07-22 11:29 ` Robin Murphy
-1 siblings, 0 replies; 10+ messages in thread
From: Robin Murphy @ 2016-07-22 11:29 UTC (permalink / raw)
To: Mark Brown, Matthew Wilcox, Christoph Hellwig, Dave Chinner
Cc: xfs, linaro-kernel, linux-next, linux-arm-kernel,
kernel-build-reports
On 22/07/16 11:38, Mark Brown wrote:
[...]
> DAX is explicitly disabled on
> 32 bit ARM due to problems with virtual aliasing caches (it's not clear
> to me that it shouldn't also be disabled for arm64 for the same reason).
>From ARMv7 onwards, data caches have to behave as if PIPT, so I wouldn't
expect there to be a problem for arm64.
Robin.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: next-20160722 build: 1 failures 5 warnings (next-20160722)
@ 2016-07-22 11:29 ` Robin Murphy
0 siblings, 0 replies; 10+ messages in thread
From: Robin Murphy @ 2016-07-22 11:29 UTC (permalink / raw)
To: Mark Brown, Matthew Wilcox, Christoph Hellwig, Dave Chinner
Cc: kernel-build-reports, linaro-kernel, linux-next, linux-arm-kernel,
xfs
On 22/07/16 11:38, Mark Brown wrote:
[...]
> DAX is explicitly disabled on
> 32 bit ARM due to problems with virtual aliasing caches (it's not clear
> to me that it shouldn't also be disabled for arm64 for the same reason).
>From ARMv7 onwards, data caches have to behave as if PIPT, so I wouldn't
expect there to be a problem for arm64.
Robin.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 10+ messages in thread
* next-20160722 build: 1 failures 5 warnings (next-20160722)
@ 2016-07-22 11:29 ` Robin Murphy
0 siblings, 0 replies; 10+ messages in thread
From: Robin Murphy @ 2016-07-22 11:29 UTC (permalink / raw)
To: linux-arm-kernel
On 22/07/16 11:38, Mark Brown wrote:
[...]
> DAX is explicitly disabled on
> 32 bit ARM due to problems with virtual aliasing caches (it's not clear
> to me that it shouldn't also be disabled for arm64 for the same reason).
>From ARMv7 onwards, data caches have to behave as if PIPT, so I wouldn't
expect there to be a problem for arm64.
Robin.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: next-20160722 build: 1 failures 5 warnings (next-20160722)
2016-07-22 10:38 ` Mark Brown
(?)
@ 2016-07-22 11:58 ` Dave Chinner
-1 siblings, 0 replies; 10+ messages in thread
From: Dave Chinner @ 2016-07-22 11:58 UTC (permalink / raw)
To: Mark Brown
Cc: Matthew Wilcox, Christoph Hellwig, Dave Chinner, xfs,
linaro-kernel, linux-next, linux-arm-kernel, kernel-build-reports
On Fri, Jul 22, 2016 at 11:38:29AM +0100, Mark Brown wrote:
> On Fri, Jul 22, 2016 at 11:13:41AM +0100, Build bot for Mark Brown wrote:
>
> Today's -next fails to build an ARM allmodconfig due to:
>
> > arm-allmodconfig
> > ERROR: "dax_do_io" [fs/xfs/xfs.ko] undefined!
Already fixed.
https://git.kernel.org/cgit/linux/kernel/git/dgc/linux-xfs.git/commit/?h=for-next&id=f021bd071f06b545926b1031348873b05442139f
--
Dave Chinner
david@fromorbit.com
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: next-20160722 build: 1 failures 5 warnings (next-20160722)
@ 2016-07-22 11:58 ` Dave Chinner
0 siblings, 0 replies; 10+ messages in thread
From: Dave Chinner @ 2016-07-22 11:58 UTC (permalink / raw)
To: Mark Brown
Cc: linaro-kernel, kernel-build-reports, xfs, linux-next,
Matthew Wilcox, Dave Chinner, Christoph Hellwig, linux-arm-kernel
On Fri, Jul 22, 2016 at 11:38:29AM +0100, Mark Brown wrote:
> On Fri, Jul 22, 2016 at 11:13:41AM +0100, Build bot for Mark Brown wrote:
>
> Today's -next fails to build an ARM allmodconfig due to:
>
> > arm-allmodconfig
> > ERROR: "dax_do_io" [fs/xfs/xfs.ko] undefined!
Already fixed.
https://git.kernel.org/cgit/linux/kernel/git/dgc/linux-xfs.git/commit/?h=for-next&id=f021bd071f06b545926b1031348873b05442139f
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 10+ messages in thread
* next-20160722 build: 1 failures 5 warnings (next-20160722)
@ 2016-07-22 11:58 ` Dave Chinner
0 siblings, 0 replies; 10+ messages in thread
From: Dave Chinner @ 2016-07-22 11:58 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jul 22, 2016 at 11:38:29AM +0100, Mark Brown wrote:
> On Fri, Jul 22, 2016 at 11:13:41AM +0100, Build bot for Mark Brown wrote:
>
> Today's -next fails to build an ARM allmodconfig due to:
>
> > arm-allmodconfig
> > ERROR: "dax_do_io" [fs/xfs/xfs.ko] undefined!
Already fixed.
https://git.kernel.org/cgit/linux/kernel/git/dgc/linux-xfs.git/commit/?h=for-next&id=f021bd071f06b545926b1031348873b05442139f
--
Dave Chinner
david at fromorbit.com
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2016-07-22 11:58 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-22 10:13 next-20160722 build: 1 failures 5 warnings (next-20160722) Build bot for Mark Brown
2016-07-22 10:38 ` Mark Brown
2016-07-22 10:38 ` Mark Brown
2016-07-22 10:38 ` Mark Brown
2016-07-22 11:29 ` Robin Murphy
2016-07-22 11:29 ` Robin Murphy
2016-07-22 11:29 ` Robin Murphy
2016-07-22 11:58 ` Dave Chinner
2016-07-22 11:58 ` Dave Chinner
2016-07-22 11:58 ` Dave Chinner
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.