From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: Re: [PATCH] Build: Scripts/Makefile: Remove Repeated Lines Date: Thu, 15 Feb 2018 16:09:22 +1100 Message-ID: <20180215160922.39ea6c5d@canb.auug.org.au> References: <20180214092558.5846-1-progyanb@acm.org> <20180214224937.3f2feb80@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from ozlabs.org ([103.22.144.67]:37671 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750730AbeBOFJY (ORCPT ); Thu, 15 Feb 2018 00:09:24 -0500 In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Progyan Bhattacharya Cc: linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, narmstrong@baylibre.com, akpm@linux-foundation.org, Arnd Bergmann , Daniel Golle , Joe Perches Hi Progyan, On Thu, 15 Feb 2018 10:04:18 +0530 Progyan Bhattacharya wrote: > > I did some ground work and found this particular commit that causing the > error. > > Commit Hash: d96977a8c2266792397ed9814bb84b5129a278ad That hash does not appear in linux-next (or Linus' tree). > Commit Body: > > kasan: rework Kconfig settings > > We get a lot of very large stack frames using gcc-7.0.1 with the default > -fsanitize-address-use-after-scope --param asan-stack=1 options, which can > easily cause an overflow of the kernel stack, e.g.... > > Author(s): > > Signed-off-by: Arnd Bergmann > Acked-by: Andrey Ryabinin > Cc: Mauro Carvalho Chehab > Cc: Andrey Ryabinin > Cc: Alexander Potapenko > Cc: Dmitry Vyukov > Cc: Andrey Konovalov > Cc: > Signed-off-by: Andrew Morton > Signed-off-by: Stephen Rothwell That patch is in Linus' tree now (was in linux-next) but has SHA1 e7c52b84fb18 -- Cheers, Stephen Rothwell