From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751229AbdBLBor (ORCPT ); Sat, 11 Feb 2017 20:44:47 -0500 Received: from mail-pg0-f66.google.com ([74.125.83.66]:36667 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751074AbdBLBoq (ORCPT ); Sat, 11 Feb 2017 20:44:46 -0500 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: [PATCH v5] fork: free vmapped stacks in cache when cpus are offline From: Hoeun Ryu X-Mailer: iPhone Mail (14C92) In-Reply-To: Date: Sun, 12 Feb 2017 10:44:43 +0900 Cc: Andrew Morton , Michal Hocko , Ingo Molnar , Andy Lutomirski , "Eric W. Biederman" , Oleg Nesterov , linux-kernel@vger.kernel.org, kernel-hardening@lists.openwall.com Message-Id: <176AF453-1CEF-4AF3-8A5F-B8AFE16A16CD@gmail.com> References: <201702111956.gS0EVcvY%fengguang.wu@intel.com> To: Thomas Gleixner Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v1C1ivNS017355 > On Feb 12, 2017, at 5:19 AM, Thomas Gleixner wrote: > >> On Sat, 11 Feb 2017, kbuild test robot wrote: >> >> Hi Hoeun, >> >> [auto build test ERROR on linus/master] >> [also build test ERROR on v4.10-rc7 next-20170210] >> [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/Hoeun-Ryu/fork-free-vmapped-stacks-in-cache-when-cpus-are-offline/20170211-183401 >> config: ia64-allmodconfig (attached as .config) >> compiler: ia64-linux-gcc (GCC) 6.2.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=ia64 >> >> All errors (new ones prefixed by >>): >> >> kernel/fork.c: In function 'fork_init': >>>> kernel/fork.c:483:2: error: implicit declaration of function 'vm_stack_cache_init' [-Werror=implicit-function-declaration] >> vm_stack_cache_init(); >> ^~~~~~~~~~~~~~~~~~~ > > Right. This needs to move to a different place as that part is nested inside > > #ifndef CONFIG_ARCH_THREAD_STACK_ALLOCATOR > > That's an horrible ifdef maze in that file. > I think we should rollback to v4. Do you agree? > Thanks, > > tglx