From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752613Ab0ATKUB (ORCPT ); Wed, 20 Jan 2010 05:20:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752175Ab0ATKTz (ORCPT ); Wed, 20 Jan 2010 05:19:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34835 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752081Ab0ATKTy (ORCPT ); Wed, 20 Jan 2010 05:19:54 -0500 Date: Wed, 20 Jan 2010 12:16:44 +0200 From: "Michael S. Tsirkin" To: Randy Dunlap Cc: Stephen Rothwell , netdev , linux-next@vger.kernel.org, LKML Subject: Re: linux-next: Tree for January 19 (vhost_net) Message-ID: <20100120101643.GA22706@redhat.com> References: <20100119181041.ab55f645.sfr@canb.auug.org.au> <20100119104139.2ec9164b.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100119104139.2ec9164b.randy.dunlap@oracle.com> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 19, 2010 at 10:41:39AM -0800, Randy Dunlap wrote: > On Tue, 19 Jan 2010 18:10:41 +1100 Stephen Rothwell wrote: > > > Hi all, > > > > Changes since 20100118: > > > When CONFIG_TUN is not enabled: > > drivers/built-in.o: In function `get_socket': > net.c:(.text+0x2899a3): undefined reference to `tun_get_socket' > > > so VHOST_NET can either depend on TUN or select TUN, but if it > selects TUN, it will also need to select CRC32. > > --- > ~Randy Oh, I fixed this already but then I lost the patch: http://lkml.org/lkml/2009/11/10/137 Sorry about that, I'll repost the fix immediately. -- MST