From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B6F83A47; Fri, 10 Nov 2023 01:51:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="W5NK1hJg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6D84AC433C8; Fri, 10 Nov 2023 01:51:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1699581104; bh=lxHFf+cJVyuGyX81+L2NmmRwViLV5SlJHHQH9byJyfg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=W5NK1hJgRBAVp5r2VqL12zxpJ8rvnR5T+pYrM8pR+cz343NvxRUsURFNl1RJdu4Ms +jIItb/Kb0CiAfLpjCyjC59peLSsmErjgsurwkNzmxSnQLR8TbSiUTVYv9ILJfRS/w HiD/fJvaSgA6zFNJP+HT+qcJ9MImLla9ZAmHdYQA= Date: Thu, 9 Nov 2023 17:51:42 -0800 From: Andrew Morton To: Daniel Walker Cc: Will Deacon , Christophe Leroy , Rob Herring , Daniel Gimpelevich , Pratyush Brahma , Tomas Mudrunka , Sean Anderson , x86@kernel.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, "H. Peter Anvin" , Nathan Chancellor , Nick Desaulniers , Nicolas Schier , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-efi@vger.kernel.org Subject: Re: [PATCH 0/8] generic command line v6 Message-Id: <20231109175142.49428d5f51325680764663bf@linux-foundation.org> In-Reply-To: <20231110013817.2378507-1-danielwa@cisco.com> References: <20231110013817.2378507-1-danielwa@cisco.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 9 Nov 2023 17:38:04 -0800 Daniel Walker wrote: > This release is an up-rev of the v5 patches. No additional features have > been added. Some changes were mode to function names and some changes to > Kconfig dependencies. Also updated the config conversion for mips. > > There are a number of people who have expressed interest in these > patches either by asking for them to be merge or testing them. If > people are so inclined please continue to request them to be merge > or to ask the status of the next release. It's helpful to motivate me to > release them again and for the maintainers to see the interest > generated. > > These patches have been used by Cisco Systems, Inc. on millions of > released products to great effect. Hopefully they can be used by the > entire Linux eco system. > fyi, none of the above is suitable for a [0/N] changelog - it's all transitory stuff which tells readers nothing much about what the patchset does. And that info is sorely missed. I can see that it's a code cleanup, but I'm sure Cisco wouldn't expend resources to maintain such a thing. There's something else here. In [1/8] I see "Even with mips and powerpc enhancement the needs of Cisco are not met on these platforms" and "This unified implementation offers the same functionality needed by Cisco on all platform which we enable it on". Well OK, what are these needs? What functionality changes does this patchset offer which Cisco finds useful? IOW, what were the requirements? What's wrong with the old code and how does this patchset fix/enhance that? I see the patchset updates nothing under Documentation/. Should it do so? Could it do so? I don't know what is the expected merge patch for this work. I can grab them if no other maintainer is in the firing line.