Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753266Ab1F0SNn (ORCPT ); Mon, 27 Jun 2011 14:13:43 -0400 Received: from mail-qw0-f46.google.com ([209.85.216.46]:43934 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753210Ab1F0SNh (ORCPT ); Mon, 27 Jun 2011 14:13:37 -0400 Date: Mon, 27 Jun 2011 15:13:56 -0300 From: "Gustavo F. Padovan" To: Randy Dunlap Cc: linux-bluetooth@vger.kernel.org, Stephen Rothwell , Marcel Holtmann , linux-next@vger.kernel.org, LKML , linux-wireless@vger.kernel.org, davem@davemloft.net Subject: Re: [PATCH -next] bluetooth: uses crypto interfaces, select CRYPTO Message-ID: <20110627181355.GA5964@joana> Mail-Followup-To: Randy Dunlap , linux-bluetooth@vger.kernel.org, Stephen Rothwell , Marcel Holtmann , linux-next@vger.kernel.org, LKML , linux-wireless@vger.kernel.org, davem@davemloft.net References: <20110622163651.7ebc407c.sfr@canb.auug.org.au> <20110622100811.258091ff.randy.dunlap@oracle.com> <20110627110308.dc64e3a7.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110627110308.dc64e3a7.randy.dunlap@oracle.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1081 Lines: 32 * Randy Dunlap [2011-06-27 11:03:08 -0700]: > On Wed, 22 Jun 2011 10:08:11 -0700 Randy Dunlap wrote: > > > From: Randy Dunlap > > ping. still need this patch in linux-next.... > > > > Recent changes to hci_core.c use crypto interfaces, so select CRYPTO > > to make sure that those interfaces are present. > > > > Fixes these build errors when CRYPTO is not enabled: > > > > net/built-in.o: In function `hci_register_dev': > > (.text+0x4cf86): undefined reference to `crypto_alloc_base' > > net/built-in.o: In function `hci_unregister_dev': > > (.text+0x4f912): undefined reference to `crypto_destroy_tfm' > > > > Signed-off-by: Randy Dunlap > > --- > > net/bluetooth/Kconfig | 1 + > > 1 file changed, 1 insertion(+) Applied. Thanks. Gustavo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/