Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932846AbZLGTnC (ORCPT ); Mon, 7 Dec 2009 14:43:02 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932776AbZLGTnA (ORCPT ); Mon, 7 Dec 2009 14:43:00 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:38028 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932771AbZLGTm7 (ORCPT ); Mon, 7 Dec 2009 14:42:59 -0500 Date: Mon, 7 Dec 2009 19:43:05 +0000 From: Al Viro To: Linus Torvalds Cc: Al Viro , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/19] untangling do_mremap(), part 1 Message-ID: <20091207194305.GJ14381@ZenIV.linux.org.uk> References: <20091207184438.GH14381@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 920 Lines: 23 On Mon, Dec 07, 2009 at 11:35:16AM -0800, Linus Torvalds wrote: > > > On Mon, 7 Dec 2009, Al Viro wrote: > > > > Which David? ;-) All sparc-related bits seem to have been ACKed by > > davem. > > That's the David I meant. I've seen the ack, but the acks weren't actually > quoted in your latest series. Hugh had just caught a lovely piece of idiocy in do_brk() patch; that call of get_unmapped_area() in there should take MAP_FIXED, not MAP_FIXED | flags. Harmless (we do get MAP_FIXED anyway and the only other flag that gets looked at by methods is MAP_SHARED, which is ignored when file is NULL), but definitely bogus. I'll fix that before sending a pull request. -- 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/