From owner-svn-src-all@freebsd.org Wed Nov 21 03:32:17 2018 Return-Path: Delivered-To: svn-src-all@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 74D1A1102794; Wed, 21 Nov 2018 03:32:17 +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 B34BD6C58D; Wed, 21 Nov 2018 03:32:16 +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 wAL3WEKm069991; Tue, 20 Nov 2018 19:32:14 -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 wAL3WEjV069990; Tue, 20 Nov 2018 19:32:14 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201811210332.wAL3WEjV069990@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r340695 - in stable/12/sys: amd64/conf i386/conf In-Reply-To: To: Warner Losh Date: Tue, 20 Nov 2018 19:32:14 -0800 (PST) CC: "Rodney W. Grimes" , Niclas Zeising , src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@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: B34BD6C58D X-Spamd-Result: default: False [1.12 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[rgrimes@freebsd.org]; 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)[]; NEURAL_SPAM_MEDIUM(0.40)[0.403,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: pdx.rh.CN85.dnsmgr.net]; NEURAL_SPAM_LONG(0.45)[0.451,0]; RCPT_COUNT_SEVEN(0.00)[7]; NEURAL_HAM_SHORT(-0.60)[-0.603,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.02)[country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 21 Nov 2018 03:32:17 -0000 > On Tue, Nov 20, 2018, 8:06 PM Rodney W. Grimes < > freebsd@pdx.rh.cn85.dnsmgr.net wrote: > > > > On 11/20/18 9:07 PM, Rodney W. Grimes wrote: > > > >> Author: zeising (doc,ports committer) > > > >> Date: Tue Nov 20 19:37:09 2018 > > > >> New Revision: 340695 > > > >> URL: https://svnweb.freebsd.org/changeset/base/340695 > > > >> > > > >> Log: > > > >> MFC r340387: Add evdev support to amd64 and i386 > > > >> > > > >> This merge is done sans sys/i386/conf/MINIMAL, since that doesn't > > exist in > > > >> stable/12, only current. > > > > > > > > Could you do me a favor and track down why MINIMAL has > > > > not be mfc'ed? And if there is not a good reason for > > > > it to not be MFC'ed see that it does get done. > > > > > > > > > > I asked about it cem (the original author of i386/conf/MINIMAL) about it > > > here: > > > > > https://lists.freebsd.org/pipermail/svn-src-all/2018-November/172337.html > > > The reply is here: > > > > > https://lists.freebsd.org/pipermail/svn-src-all/2018-November/172353.html > > > > Thanks. I'll find another way to deal > > > I was thinking of implementing the GENERIC is MINIMAL plus stuff, and that > would be a good time to fix this.. If you can get this done before I get mentor approval to do the MFC adding it to stable/12 and stable/11 and fixing up the merged bits that got left out because it was not there then wonderful, if not I should have MINIMAL correctly merged and cleaned up by end of week. > > Warner -- Rod Grimes rgrimes@freebsd.org