From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030348Ab2CBXKI (ORCPT ); Fri, 2 Mar 2012 18:10:08 -0500 Received: from mail-pz0-f46.google.com ([209.85.210.46]:49322 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752970Ab2CBXKF (ORCPT ); Fri, 2 Mar 2012 18:10:05 -0500 Authentication-Results: mr.google.com; spf=pass (google.com: domain of hughd@google.com designates 10.68.135.71 as permitted sender) smtp.mail=hughd@google.com; dkim=pass header.i=hughd@google.com Date: Fri, 2 Mar 2012 15:09:29 -0800 (PST) From: Hugh Dickins X-X-Sender: hugh@eggly.anvils To: Andrew Morton cc: Andrea Arcangeli , Dave Jones , David Rientjes , linux-kernel@vger.kernel.org, linux-mm@kvack.org, kernel-team@fedoraproject.org Subject: Re: exit_mmap() BUG_ON triggering since 3.1 In-Reply-To: <20120302145811.93bb49e9.akpm@linux-foundation.org> Message-ID: References: <20120215183317.GA26977@redhat.com> <20120216070753.GA23585@redhat.com> <20120216214245.GD23585@redhat.com> <20120302145811.93bb49e9.akpm@linux-foundation.org> User-Agent: Alpine 2.00 (LSU 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2 Mar 2012, Andrew Morton wrote: > On Fri, 2 Mar 2012 14:53:32 -0800 (PST) > Hugh Dickins wrote: > > > Subject: Re: exit_mmap() BUG_ON triggering since 3.1 > > ... > > Subject: [PATCH] mm: thp: fix BUG on mm->nr_ptes > > So it's needed in 3.1.x and 3.2.x? Indeed it would be needed in -stable, thanks, I forgot to add that. And although Fedora only got reports from 3.1 onwards, I believe it would equally be needed in 3.0.x. 3.1.x is closed down now, but 3.0.x and 3.2.x are still open. I've not yet tried applying it to the latest of either of those: maybe it applies cleanly and correctly, but I could imagine movements too. But the first step, yes, is to Cc: stable@vger.kernel.org Thanks, Hugh