From owner-svn-src-head@freebsd.org Thu May 25 19:17:03 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F3ADD82EC8; Thu, 25 May 2017 19:17:03 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71BFF1846; Thu, 25 May 2017 19:17:03 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 98188493E; Thu, 25 May 2017 19:17:02 +0000 (UTC) Date: Thu, 25 May 2017 19:17:02 +0000 From: Alexey Dokuchaev To: Stephen McConnell Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r318895 - in head: share/man/man4 sys/dev/mps Message-ID: <20170525191702.GB27521@FreeBSD.org> References: <201705251914.v4PJEi3l075183@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201705251914.v4PJEi3l075183@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2017 19:17:03 -0000 On Thu, May 25, 2017 at 07:14:44PM +0000, Stephen McConnell wrote: > New Revision: 318895 > URL: https://svnweb.freebsd.org/changeset/base/318895 > > Log: > Fix several problems with mapping code. > > Reviewed by: ken, scottl, asomers, ambrisko, mav > Approved by: ken, mav > MFC after: 1 week > Differential Revision: https://reviews.freebsd.org/D10878 It would be nice to mention, at least briefly, what were those problems in the commit log. ./danfe