From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753238AbdBMQri (ORCPT ); Mon, 13 Feb 2017 11:47:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51620 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751702AbdBMQrh (ORCPT ); Mon, 13 Feb 2017 11:47:37 -0500 Date: Mon, 13 Feb 2017 17:47:34 +0100 From: Oleg Nesterov To: kbuild test robot Cc: kbuild-all@01.org, Andrew Morton , Aleksa Sarai , Andy Lutomirski , Attila Fazekas , "Eric W. Biederman" , Jann Horn , Kees Cook , Michal Hocko , Ulrich Obergfell , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] exec: don't wait for zombie threads with cred_guard_mutex held Message-ID: <20170213164734.GA5653@redhat.com> References: <20170213141516.GA30233@redhat.com> <201702140051.SLx1Dusy%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201702140051.SLx1Dusy%fengguang.wu@intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 13 Feb 2017 16:47:37 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/14, kbuild test robot wrote: > > Hi Oleg, > > [auto build test ERROR on linus/master] > [also build test ERROR on v4.10-rc8 next-20170213] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Oleg-Nesterov/fix-the-traced-mt-exec-deadlock/20170213-221943 > config: m68k-sun3_defconfig (attached as .config) > compiler: m68k-linux-gcc (GCC) 4.9.0 > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=m68k > > All errors (new ones prefixed by >>): > > >> ERROR: "de_thread" [fs/binfmt_aout.ko] undefined! Aaah thanks... Of course, I forgot to add EXPORT_SYMBOL(de_thread), will send V2. Thanks a lot! Oleg.