From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 72B7DC11F65 for ; Wed, 30 Jun 2021 09:04:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 57E8B61CFC for ; Wed, 30 Jun 2021 09:04:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233605AbhF3JHW (ORCPT ); Wed, 30 Jun 2021 05:07:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:52030 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233514AbhF3JHV (ORCPT ); Wed, 30 Jun 2021 05:07:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CC0E9619BE; Wed, 30 Jun 2021 09:04:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1625043892; bh=dDbVKllmYGwodeUR0MU6gWTp8rDyNKjkRIqypB5Ypgc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bwjf18KVWEOl0ZLJhHIHMpfA5zIHj0tnNkTF3ycWqgGt1yTBGNF0WmQ7NgXRJF0F4 uH63SKlSiz2pcn3FZl/5mz9TnJB2tGFt9acnFOelAq0AsWRV+6KgjHLZrAETplkUna DcUgIvYMW+SJXzs6B+GM/MPcvfiqh4DVMo4mEl7A= Date: Wed, 30 Jun 2021 11:04:50 +0200 From: Greg Kroah-Hartman To: Hugh Dickins Cc: Nick Hu , Greentime Hu , Vincent Chen , iLifetruth , Michal Hocko , Qiang Liu , stable Subject: Re: [PATCH] nds32: fix up stack guard gap Message-ID: References: <20210629104024.2293615-1-gregkh@linuxfoundation.org> <382e353f-7489-d8c8-5711-a2d99b0b7f0@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <382e353f-7489-d8c8-5711-a2d99b0b7f0@google.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Jun 29, 2021 at 01:33:14PM -0700, Hugh Dickins wrote: > On Tue, 29 Jun 2021, Greg Kroah-Hartman wrote: > > > Commit 1be7107fbe18 ("mm: larger stack guard gap, between vmas") fixed > > up almost all architectures to deal with the stack guard gap, but forgit > > nds32. > > > > Resolve this by properly fixing up the nsd32's version of > > arch_get_unmapped_area() > > > > Reported-by: iLifetruth > > Cc: Nick Hu > > Cc: Greentime Hu > > Cc: Vincent Chen > > Cc: Michal Hocko > > Cc: Hugh Dickins > > Cc: Qiang Liu > > Cc: stable > > Fixes: 1be7107fbe18 ("mm: larger stack guard gap, between vmas") > > Signed-off-by: Greg Kroah-Hartman > > Acked-by: Hugh Dickins > > but it's a bit unfair to say that commit forgot nds32: > nds32 came into the tree nearly a year later. Ah, missed that. I will change the text to say that. greg k-h