From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f48.google.com ([209.85.220.48]:33177 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752344AbcDGTmi (ORCPT ); Thu, 7 Apr 2016 15:42:38 -0400 Received: by mail-pa0-f48.google.com with SMTP id zm5so60437434pac.0 for ; Thu, 07 Apr 2016 12:42:37 -0700 (PDT) Date: Thu, 7 Apr 2016 12:42:35 -0700 From: Omar Sandoval To: kbuild test robot Cc: kbuild-all@01.org, Ian Kent , autofs@vger.kernel.org, linux-fsdevel@vger.kernel.org, kernel-team@fb.com Subject: Re: Autofs and mount namespaces Message-ID: <20160407194235.GA18275@vader> References: <20160407181911.GA9018@vader> <201604080354.YGshLn7u%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201604080354.YGshLn7u%fengguang.wu@intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Apr 08, 2016 at 03:08:42AM +0800, kbuild test robot wrote: > Hi Omar, > > [auto build test ERROR on v4.6-rc2] > [also build test ERROR on next-20160407] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/Omar-Sandoval/Autofs-and-mount-namespaces/20160408-022034 > config: i386-randconfig-i0-201614 (attached as .config) > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > > >> ERROR: "lookup_mnt" [fs/autofs4/autofs4.ko] undefined! > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation Oh, yeah, that needs an EXPORT_SYMBOL(lookup_mnt). -- Omar