From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934642AbXGXIvq (ORCPT ); Tue, 24 Jul 2007 04:51:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760066AbXGXIvb (ORCPT ); Tue, 24 Jul 2007 04:51:31 -0400 Received: from canuck.infradead.org ([209.217.80.40]:36843 "EHLO canuck.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760800AbXGXIva (ORCPT ); Tue, 24 Jul 2007 04:51:30 -0400 Date: Tue, 24 Jul 2007 01:53:58 -0700 From: Greg KH To: Andrew Morton Cc: James Morris , Chris Wright , linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, Stephen Smalley , "Serge E. Hallyn" , Arjan van de Ven Subject: Re: [PATCH try #3] security: Convert LSM into a static interface Message-ID: <20070724085358.GA13845@kroah.com> References: <20070724010224.bbfb82bc.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070724010224.bbfb82bc.akpm@linux-foundation.org> User-Agent: Mutt/1.5.15 (2007-04-06) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 24, 2007 at 01:02:24AM -0700, Andrew Morton wrote: > On Sat, 14 Jul 2007 12:37:01 -0400 (EDT) James Morris wrote: > > > Convert LSM into a static interface > > allmodconfig broke > > security/built-in.o: In function `rootplug_bprm_check_security': > security/root_plug.c:64: undefined reference to `usb_find_device' > security/root_plug.c:70: undefined reference to `usb_put_dev' That's wierd, who would have disabled the exports of those functions or removed the "#include " from this file? thanks, greg k-h