From owner-svn-src-stable-12@freebsd.org Wed Nov 21 03:05:57 2018 Return-Path: Delivered-To: svn-src-stable-12@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 626BD11007D5; Wed, 21 Nov 2018 03:05:57 +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 BA3F06B0FD; Wed, 21 Nov 2018 03:05:56 +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 wAL35s3D069880; Tue, 20 Nov 2018 19:05:54 -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 wAL35sEJ069879; Tue, 20 Nov 2018 19:05:54 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201811210305.wAL35sEJ069879@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r340695 - in stable/12/sys: amd64/conf i386/conf In-Reply-To: To: Niclas Zeising Date: Tue, 20 Nov 2018 19:05:54 -0800 (PST) CC: rgrimes@freebsd.org, src-committers@freebsd.org, 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: BA3F06B0FD X-Spamd-Result: default: False [1.28 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[rgrimes@freebsd.org]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(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]; IP_SCORE(-0.02)[country: US(-0.09)]; MX_GOOD(-0.01)[cached: pdx.rh.CN85.dnsmgr.net]; NEURAL_SPAM_LONG(0.54)[0.536,0]; NEURAL_HAM_SHORT(-0.64)[-0.644,0]; NEURAL_SPAM_MEDIUM(0.52)[0.515,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)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-src-stable-12@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for only the 12-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2018 03:05:57 -0000 > 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 with this. -- Rod Grimes rgrimes@freebsd.org