From owner-svn-src-stable@FreeBSD.ORG Thu Apr 22 14:13:12 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 718C61065672; Thu, 22 Apr 2010 14:13:12 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from argol.doit.wisc.edu (argol.doit.wisc.edu [144.92.197.212]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3468FC1F; Thu, 22 Apr 2010 14:13:12 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth3.wiscmail.wisc.edu by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0L1A00G1C7HZO500@smtpauth3.wiscmail.wisc.edu>; Thu, 22 Apr 2010 09:13:11 -0500 (CDT) Received: from comporellon.tachypleus.net ([unknown] [76.210.66.137]) by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0L1A00CPJ7HVO160@smtpauth3.wiscmail.wisc.edu>; Thu, 22 Apr 2010 09:13:08 -0500 (CDT) Date: Thu, 22 Apr 2010 09:13:03 -0500 From: Nathan Whitehorn In-reply-to: <201004211801.59151.bruce@cran.org.uk> To: Bruce Cran Message-id: <4BD0596F.7060209@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.210.66.137 X-Spam-PmxInfo: Server=avs-11, Version=5.5.5.374460, Antispam-Engine: 2.7.1.369594, Antispam-Data: 2010.4.22.140615, SenderIP=76.210.66.137 References: <201004202019.o3KKJJih033338@svn.freebsd.org> <20100420210208.GA2422@deviant.kiev.zoral.com.ua> <201004211801.59151.bruce@cran.org.uk> User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100407 Thunderbird/3.0.4 Cc: src-committers@freebsd.org, svn-src-stable@freebsd.org, svn-src-all@freebsd.org, svn-src-stable-8@freebsd.org, Bruce Cran , Kostik Belousov Subject: Re: svn commit: r206911 - stable/8/contrib/top X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 14:13:12 -0000 On 04/21/10 12:01, Bruce Cran wrote: > On Tuesday 20 April 2010 22:02:08 Kostik Belousov wrote: > >> On Tue, Apr 20, 2010 at 08:19:19PM +0000, Bruce Cran wrote: >> >>> Author: brucec >>> Date: Tue Apr 20 20:19:19 2010 >>> New Revision: 206911 >>> URL: http://svn.freebsd.org/changeset/base/206911 >>> >>> Log: >>> MFC r205119 and r206056: >>> >>> Prevent the SIZE field being corrupted when a process allocates more >>> than 2TB. >>> >>> PR: bin/129706 >>> Submitted by: brucec >>> Approved by: rrs (mentor) >>> >> Am I right that this change contains a bug that was fixed by r206842 ? >> If yes, why is it merged as is ? >> > Yes, it looks like it does have a bug. I was unaware of it when I did the > merge. > I have MFC'ed the bug fix. There's a possibility it is still broken on 32-bit big-endian MIPS, which I hope to check up on soon. -Nathan