From owner-svn-src-stable@freebsd.org Tue Apr 17 12:47:24 2018 Return-Path: Delivered-To: svn-src-stable@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 98A7DFA13B9; Tue, 17 Apr 2018 12:47:24 +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 79B6A82957; Tue, 17 Apr 2018 12:47:23 +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 w3HClJwV056066; Tue, 17 Apr 2018 05:47:19 -0700 (PDT) (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 w3HClIxS056065; Tue, 17 Apr 2018 05:47:18 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201804171247.w3HClIxS056065@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r332596 - stable/11/sys/fs/autofs In-Reply-To: To: Edward Napierala Date: Tue, 17 Apr 2018 05:47:18 -0700 (PDT) CC: rgrimes@freebsd.org, src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@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-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2018 12:47:24 -0000 > 2018-04-16 21:36 GMT+01:00 Rodney W. Grimes > : > > > > On 0416T1145, Rodney W. Grimes wrote: > > > > [ Charset UTF-8 unsupported, converting... ] > > > > > Author: trasz > > > > > Date: Mon Apr 16 16:15:31 2018 > > > > > New Revision: 332596 > > > > > URL: https://svnweb.freebsd.org/changeset/base/332596 > > > > > > > > > > Log: > > > > > MFC r328339: > > > > > > > > > > Add SPDX tags to autofs(5). > > > > > > > > > > > > > Please until I resolve the eadler miss merge/revirt mess with > > > > SPDX do NOT touch any SPDX stuff in 11/stable. > > > > > > Ok. Although, to be honest, I think I've already MFC-ed all the SPDX > > stuff > > > I had in my queue before seeing your mail, sorry for that. > > > > Could you do me a really big favor and see if any of the mfc's you > > did is in this list: > > Merged /head:r325966,326022-326025,326027,326192-326193,326219, > > 326255-326261 > > > > No, my SPDX MFCs were (HEAD revisions): r328342, r328336, r328335, > r328341, r328338, r328339, r328337, and r328196. I have moved far enough into the process of cleanup of r330897/331722 that I can verify so far I only have a small handfull of conflicts that are managable. Some of your commits are going to temporarily need to be reverted, the cleanup work I am doing done, and then your commits re-applied. The only reason for the temporary revert/reapply is to allow the larger revert(s) of 330897 and 331722 to be done with 0 conflicts. Revert log message: The intent is to use 1 or 2 line log messages of the form: Revert rXXXXXX,XXXXXX,.. to clear path for Revert of r331722. This revert shall be reverted shortly making this a NOP. Revert of Revert log message: Reapply rXXXXXX,XXXXXX after revert of r331722. I would like to ask for your approval to revert the following commits that are in conflict with reverting r331722: svn merge -c-332599 . #trasz svn merge -c-332578 . #trasz svn merge -c-332577 . #trasz svn merge -c-332576 . #trasz svn merge -c-332575 . #trasz This block of 5 commits shall be reverted in 1 commit, and reapplied in a second commit. At present these are the only blocking commits to revert r331722, I am still working out the path to revert r330897, at present it is at 5 commits needing reverted with 1 conflict left to figure out. Thanks, -- Rod Grimes rgrimes@freebsd.org