Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750943Ab1EJENA (ORCPT ); Tue, 10 May 2011 00:13:00 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:39292 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750703Ab1EJEM6 (ORCPT ); Tue, 10 May 2011 00:12:58 -0400 Subject: Re: [PATCH] Don't mlock guardpage if the stack is growing up From: James Bottomley To: Linus Torvalds 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 In-Reply-To: References: <1304979549.4865.56.camel@mulgrave.site> Content-Type: text/plain; charset="UTF-8" Date: Mon, 09 May 2011 23:12:53 -0500 Message-ID: <1305000773.4865.62.camel@mulgrave.site> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1215 Lines: 33 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/