Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754715AbdFXPFH (ORCPT ); Sat, 24 Jun 2017 11:05:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57658 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751316AbdFXPFG (ORCPT ); Sat, 24 Jun 2017 11:05:06 -0400 Date: Sat, 24 Jun 2017 17:04:57 +0200 From: Greg Kroah-Hartman To: Hugh Dickins Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Michal Hocko , Linus Torvalds , Willy Tarreau Subject: Re: [PATCH 3.18 32/32] mm: larger stack guard gap, between vmas Message-ID: <20170624150457.GA25360@kroah.com> References: <20170619152035.750974520@linuxfoundation.org> <20170619152037.416644984@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 779 Lines: 21 On Tue, Jun 20, 2017 at 10:49:16PM -0700, Hugh Dickins wrote: > On Mon, 19 Jun 2017, Greg Kroah-Hartman wrote: > > > 3.18-stable review patch. If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Hugh Dickins > > > > commit 1be7107fbe18eed3e319a6c3e83c78254b693acb upstream. > > Here's a few adjustments to the 3.18 patch: no doubt you'll have > already sorted out any build errors (and I have to confess that > I haven't even tried to build this); and the VM_WARN_ON line (as > in 4.4) only fixes a highly unlikely error; but those FOLL_MLOCK > lines in mm/gup.c were mistaken, and do need to be deleted. Again, many thanks for this, I've now updated my tree with this and will let it run through 0-day. greg k-h