From owner-svn-src-head@freebsd.org Sat Jun 1 17:55:32 2019 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0810E15C2471; Sat, 1 Jun 2019 17:55:32 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFAB770FEC; Sat, 1 Jun 2019 17:55:30 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id x51HtNHk062130 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 1 Jun 2019 20:55:26 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua x51HtNHk062130 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id x51HtN8a062128; Sat, 1 Jun 2019 20:55:23 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 1 Jun 2019 20:55:22 +0300 From: Konstantin Belousov To: Doug Moore Cc: koobs@FreeBSD.org, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r348484 - head/sys/vm Message-ID: <20190601175522.GC75280@kib.kiev.ua> References: <201905312102.x4VL2gvw071809@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tom.home X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 01 Jun 2019 17:55:32 -0000 On Sat, Jun 01, 2019 at 12:13:36PM -0500, Doug Moore wrote: > On 5/31/19 10:05 PM, Kubilay Kocak wrote: > > > On 1/06/2019 7:02 am, Doug Moore wrote: > >> Author: dougm > >> Date: Fri May 31 21:02:42 2019 > >> New Revision: 348484 > >> URL: https://svnweb.freebsd.org/changeset/base/348484 > >> > > Can this be an MFC candidate? > > If one of my mentors wants it to be, and then tells me what to do to > make it happen, then yes it can.  I'll wait to see if they have anything > to say about it. I think that all you work definitely should be merged to 12, after a reasonable wide public testing in HEAD. Merges for 11 should be only performed when there is both no non-trivial conflict and we are confident enough that the code around the changed place is same in 11. Otherwise, for vm_map.c, it is better to not merge. This is IMO, and its scope is only vm/vm_map.c.