From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: linux-next: Tree for Jun 19 (vhost_scsi) Date: Thu, 19 Jun 2014 21:22:19 +0300 Message-ID: <20140619182219.GA22644@redhat.com> References: <20140619161632.58b442e4@canb.auug.org.au> <53A31ACF.5020302@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <53A31ACF.5020302@infradead.org> Sender: linux-kernel-owner@vger.kernel.org To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, nab@linux-iscsi.org List-Id: linux-next.vger.kernel.org On Thu, Jun 19, 2014 at 10:15:59AM -0700, Randy Dunlap wrote: > On 06/18/14 23:16, Stephen Rothwell wrote: > > Hi all, > > > > The powerpc allyesconfig is again broken more than usual. > > > > Changes since 20140618: > > > > on x86_64: > CONFIG_NET is not enabled. > > ERROR: "memcpy_fromiovecend" [drivers/vhost/vhost_scsi.ko] undefined! > > drivers/vhost/scsi.c calls memcpy_fromiovecend(). > This function is not available when CONFIG_NET is not enabled. Yes, that's nab's tree using memcpy_fromiovecend. I'll send a patch to fix that. > > -- > ~Randy