From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [PATCH] Don't mlock guardpage if the stack is growing up Date: Mon, 09 May 2011 23:12:53 -0500 Message-ID: <1305000773.4865.62.camel@mulgrave.site> References: <1304979549.4865.56.camel@mulgrave.site> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Tony Luck , Mikulas Patocka , Fenghua Yu , Hugh Dickins , linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org, Michel Lespinasse , Oleg Nesterov , linux-ia64@vger.kernel.org To: Linus Torvalds Return-path: In-Reply-To: List-ID: List-Id: linux-parisc.vger.kernel.org On Mon, 2011-05-09 at 16:25 -0700, Linus Torvalds wrote: > On Mon, May 9, 2011 at 4:17 PM, Linus Torvalds > wrote: > > > > Ok, I'll consider it tested. I'll commit it with Mikulas as author, > > but note that I edited it so he won't get the blame if there's some > > problem. > > Oh, and I marked it for stable too, although I don't know if any > distribution really cares about parisc or ia64. And I'm not sure that > ia64 even saw the lvm2 failure case - I'd have expected to hear about > it if it actually happens there. Well, it's a done deal, but here's the proof on parisc too: Before: c0266000-c0289000 rwxp 00000000 00:00 0 [stack] c0266000-c0a66000 rwxp 00000000 00:00 0 [stack] After: bffee000-c0010000 rwxp 00000000 00:00 0 [stack] bffee000-c0010000 rwxp 00000000 00:00 0 [stack] James