[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aXi_ppb4P1QFSqR7@gmail.com>
Date: Tue, 27 Jan 2026 05:41:22 -0800
From: Breno Leitao <leitao@...ian.org>
To: Mike Rapoport <rppt@...nel.org>
Cc: Alexander Graf <graf@...zon.com>,
Pasha Tatashin <pasha.tatashin@...een.com>, Pratyush Yadav <pratyush@...nel.org>,
linux-kernel@...r.kernel.org, kexec@...ts.infradead.org, linux-mm@...ck.org,
usamaarif642@...il.com, rmikey@...a.com, clm@...com, riel@...riel.com,
SeongJae Park <sj@...nel.org>, kernel-team@...a.com
Subject: Re: [PATCH v5 2/4] kho: rename fdt parameter to blob in
kho_add/remove_subtree()
Helo Mike,
On Tue, Jan 27, 2026 at 09:26:52AM +0200, Mike Rapoport wrote:
> On Mon, Jan 26, 2026 at 08:07:24AM -0800, Breno Leitao wrote:
> > Since kho_add_subtree() now accepts arbitrary data blobs (not just
> > FDTs), rename the parameter from 'fdt' to 'blob' to better reflect
> > its purpose. Apply the same rename to kho_remove_subtree() for
> > consistency.
>
> So if we are doing renames, let's take care of kho_debugfs_fdt_*() as well.
Sure. I am happy to do it. I will update the functions name as well,
basically s/fdt/blob in the function defition.
Something like:
kho_debugfs_blob_add(struct kho_debugfs *dbg, const char *name,
const void *blob, size_t size, bool root)
void kho_debugfs_blob_remove(struct kho_debugfs *dbg, void *blob);
Thanks for the review,
--breno
Powered by blists - more mailing lists