Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753275AbdFVMrg (ORCPT ); Thu, 22 Jun 2017 08:47:36 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:53208 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751990AbdFVMre (ORCPT ); Thu, 22 Jun 2017 08:47:34 -0400 Date: Thu, 22 Jun 2017 14:46:59 +0200 From: Willy Tarreau To: Ben Hutchings Cc: Hugh Dickins , Linus Torvalds , Oleg Nesterov , Michal Hocko , "Jason A. Donenfeld" , Rik van Riel , Larry Woodman , "Kirill A. Shutemov" , Tony Luck , "James E.J. Bottomley" , Helge Diller , James Hogan , Laura Abbott , Greg KH , security@kernel.org, linux-distros@vs.openwall.org, qsa@qualys.com, stable , LKML Subject: Re: [PATCH] mm: larger stack guard gap, between vmas Message-ID: <20170622124659.GE22510@1wt.eu> References: <20170622123045.GA2694@decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170622123045.GA2694@decadent.org.uk> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 648 Lines: 13 On Thu, Jun 22, 2017 at 01:30:45PM +0100, Ben Hutchings wrote: > Here's my attempt at a backport to 3.2. This is only tested on > x86_64 and I think I should introduce local variables for > vma_start_gap() in a few places. I had to cherry-pick commit > 09884964335e "mm: do not grow the stack vma just because of an overrun > on preceding vma" before this one (which was a clean cherry-pick). Ben, I can't apply it on top of 3.2.89 + the patch above, do you have any other patch in your local branch ? For example the patch tries to modify a hunk starting at line 183 of arch/arm/mm/mmap.c while the one I'm having here ends at line 159. Willy