From nobody Wed Dec 07 17:45:54 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NS4T53KYLz4jP0c; Wed, 7 Dec 2022 17:46:01 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from glebi.us (glebi.us [162.251.186.162]) by mx1.freebsd.org (Postfix) with ESMTP id 4NS4T512kxz4GPJ; Wed, 7 Dec 2022 17:46:01 +0000 (UTC) (envelope-from glebius@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: by glebi.us (Postfix, from userid 1000) id 88D0066C5A; Wed, 7 Dec 2022 09:45:54 -0800 (PST) Date: Wed, 7 Dec 2022 09:45:54 -0800 From: Gleb Smirnoff To: Doug Rabson Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: eb6f48854df2 - main - Fix a typo in the binmisc option name Message-ID: References: <202212071354.2B7DsAgE012788@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202212071354.2B7DsAgE012788@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4NS4T512kxz4GPJ X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:27348, ipnet:162.251.186.0/24, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Doug, On Wed, Dec 07, 2022 at 01:54:10PM +0000, Doug Rabson wrote: D> commit eb6f48854df20441b384ca36b6b31558ada087c9 D> Author: Doug Rabson D> AuthorDate: 2022-12-07 13:40:18 +0000 D> Commit: Doug Rabson D> CommitDate: 2022-12-07 13:51:34 +0000 D> D> Fix a typo in the binmisc option name D> D> This should be spelt IMGACT_BINMISC to match the filename. The option D> name does not appear outside of sys/conf and this module is typically D> used via the kernel module imgact_binmisc.ko. D> D> MFC After: 2 weeks My custom kernel has been broken by this change. I don't think you want to MFC that and you might think of reverting it at all. The option has been used for quite a long time to change its name. May be rename the file instead? -- Gleb Smirnoff