From owner-svn-src-head@freebsd.org Mon Nov 5 19:04:29 2018 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 870A21109393; Mon, 5 Nov 2018 19:04:29 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C28A16E4ED; Mon, 5 Nov 2018 19:04:28 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id wA5J4Qkg092359; Mon, 5 Nov 2018 11:04:26 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id wA5J4QMV092358; Mon, 5 Nov 2018 11:04:26 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201811051904.wA5J4QMV092358@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r340152 - head/stand/lua In-Reply-To: To: Warner Losh Date: Mon, 5 Nov 2018 11:04:26 -0800 (PST) CC: Kyle Evans , "Rodney W. Grimes" , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: C28A16E4ED X-Spamd-Result: default: False [0.70 / 200.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[rgrimes@freebsd.org]; NEURAL_HAM_MEDIUM(-0.00)[-0.005,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[dnsmgr.net]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_FIVE(0.00)[6]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: pdx.rh.CN85.dnsmgr.net]; NEURAL_HAM_SHORT(-0.17)[-0.169,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.01)[country: US(-0.06)] X-Rspamd-Server: mx1.freebsd.org 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: Mon, 05 Nov 2018 19:04:29 -0000 [ Charset UTF-8 unsupported, converting... ] > On Mon, Nov 5, 2018 at 11:47 AM Kyle Evans wrote: > > > On Mon, Nov 5, 2018 at 12:44 PM Rodney W. Grimes > > wrote: > > > > > > > Author: kevans > > > > Date: Mon Nov 5 16:20:07 2018 > > > > New Revision: 340152 > > > > URL: https://svnweb.freebsd.org/changeset/base/340152 > > > > > > > > Log: > > > > lualoader: Add chainload menu entry > > > > > > > > MFC after: 4 days > > > > > > Please do this a bit sooner so that it makes the next > > > build on stable/12 which starts in ~72 hours. So maybe > > > MFC: 2 days? > > > > > > > Will do, since it's a fairly trivial change... I'll plan to put in a > > request for this and the boot-conf addition Wednesday night or > > Thursday morning (in GMT-6, for reference). > > > > Hmmm, I just committed something that should definitely be in the next > build... didn't know we were doing builds early this week... I had a 3 day > MFC on it... Another data point is you may notice gjb commits marked: MFC after: 3 days MFC after: Before 12.0BETA3 That does inform RE@ that you want this in the next build... though I do not think there is any prompting system that makes sure this happens, it does make it clear the intent. We may wish to add some automagic that we can do a search for these to see if there are any pending. Thoughs? -- Rod Grimes rgrimes@freebsd.org