Re: [PATCH v5 2/4] kho: rename fdt parameter to blob in kho_add/remove_subtree()

From: Mike Rapoport

Date: Tue Jan 27 2026 - 02:27:12 EST


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.

> Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx>
> ---
> include/linux/kexec_handover.h | 8 ++++----
> kernel/liveupdate/kexec_handover.c | 18 +++++++++---------
> 2 files changed, 13 insertions(+), 13 deletions(-)

--
Sincerely yours,
Mike.