From owner-svn-src-stable-11@freebsd.org Thu Jun 6 20:02:58 2019 Return-Path: Delivered-To: svn-src-stable-11@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 E32DE15BEBAB; Thu, 6 Jun 2019 20:02:57 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.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 5DAE185E7F; Thu, 6 Jun 2019 20:02:51 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x56K2nRD059618; Thu, 6 Jun 2019 13:02:49 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id x56K2nVF059617; Thu, 6 Jun 2019 13:02:49 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201906062002.x56K2nVF059617@gndrsh.dnsmgr.net> Subject: Re: svn commit: r348753 - stable/11/sys/kern In-Reply-To: <71c1b128-3365-7e9a-89bb-6d4dc96a81d2@FreeBSD.org> To: John Baldwin Date: Thu, 6 Jun 2019 13:02:49 -0700 (PDT) CC: rgrimes@FreeBSD.org, src-committers@FreeBSD.org, 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-Rspamd-Queue-Id: 5DAE185E7F X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2019 20:02:58 -0000 > On 6/6/19 12:53 PM, Rodney W. Grimes wrote: > >> Author: jhb > >> Date: Thu Jun 6 19:41:05 2019 > >> New Revision: 348753 > >> URL: https://svnweb.freebsd.org/changeset/base/348753 > >> > >> Log: > >> MFC 348543: Warn about deprecated features on all major OS versions. > >> > >> Approved by: re (gjb) > >> > >> Modified: > >> stable/11/sys/kern/subr_bus.c > >> Directory Properties: > >> stable/11/ (props changed) > > > > Relnotes: Yes > > > > This should probably be mentioned in the release notes so > > that users know what these new messages they are getting > > are about. > > I'm not sure if we need that? We've had deprecation warnings > before (FCP-101, etc.) This was just an edge case where some > recently-added warnings weren't triggering on 11. My larger concern here was that there running 11 and are now going to start getting warnings that are "Gone in 13" type of stuff and that may be confusing. Easy to document, and I think this is probably some of the first chunk that well start spitting out in the stable/11 branch so it may be the first time for many to see them. -- Rod Grimes rgrimes@freebsd.org