From owner-svn-src-all@FreeBSD.ORG Mon Aug 11 11:00:50 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6761C8FE; Mon, 11 Aug 2014 11:00:50 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DEBF224DA; Mon, 11 Aug 2014 11:00:49 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.9/8.14.9) with ESMTP id s7BB0kc2055662 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 11 Aug 2014 15:00:46 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id s7BB0kmd055661; Mon, 11 Aug 2014 15:00:46 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 11 Aug 2014 15:00:46 +0400 From: Gleb Smirnoff To: Konstantin Belousov Subject: Re: svn commit: r269782 - in head/sys/sparc64: include sparc64 Message-ID: <20140811110046.GQ72338@FreeBSD.org> References: <53e7a4fc.2898.352aa941@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53e7a4fc.2898.352aa941@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: alc@FreeBSD.org, svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, dumbbell@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2014 11:00:50 -0000 On Sun, Aug 10, 2014 at 04:59:39PM +0000, Konstantin Belousov wrote: K> Author: kib K> Date: Sun Aug 10 16:59:39 2014 K> New Revision: 269782 K> URL: http://svnweb.freebsd.org/changeset/base/269782 K> K> Log: K> On sparc64, do not keep mappings for the destroyed sf_bufs. Sparc64 K> pmap, unlike i386, and similar to i386/xen pv, does not tolerate K> abandoned mappings for the freed pages. K> K> Reported and tested by: dumbbell K> Diagnosed and reviewed by: alc K> Sponsored by: The FreeBSD Foundation That's my oversight. Sorry. -- Totus tuus, Glebius.