[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [linux-linus test] 25278: regressions - FAIL
On Sun, 2014-02-23 at 17:32 +0000, xen.org wrote: > build-armhf-pvops 4 kernel-build fail never > pass This is: ERROR: "__bad_udelay" [drivers/scsi/bfa/bfa.ko] undefined! which is a deliberately forced link error due to over large udelay parameter (see also http://osdir.com/ml/scm-fedora-commits/2014-01/msg14211.html) I could do this for ARM only if you prefer, but in the first instance that seemed like unnecessary faff.. 8<----------------------- From e3d00b001e57ab862032afd5d8d74183e52917a2 Mon Sep 17 00:00:00 2001 From: Ian Campbell <ian.campbell@xxxxxxxxxx> Date: Mon, 24 Feb 2014 09:42:28 +0000 Subject: [PATCH] Disable "Brocade BFA Fibre Channel Support" This driver is broken on ARM: ERROR: "__bad_udelay" [drivers/scsi/bfa/bfa.ko] undefined! I've taken the lazy way out and disabled it on all platforms. I think it isn't especially likely that any of the current osstest hosts are using Fibre Channel right now. The code to enable it came from a big batch addition of drivers in 451f39c6149e. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- ts-kernel-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-kernel-build b/ts-kernel-build index 9b92ffc..05d9e96 100755 --- a/ts-kernel-build +++ b/ts-kernel-build @@ -151,7 +151,7 @@ setopt CONFIG_SCSI_DC390T m setopt CONFIG_SCSI_NSP32 m setopt CONFIG_SCSI_PMCRAID m setopt CONFIG_SCSI_SRP m -setopt CONFIG_SCSI_BFA_FC m +setopt CONFIG_SCSI_BFA_FC n setopt CONFIG_MEGARAID_NEWGEN y setopt CONFIG_MEGARAID_MM m -- 1.8.5.2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |