[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251224-joghurt-hauen-459014aae177@brauner>
Date: Wed, 24 Dec 2025 13:49:48 +0100
From: Christian Brauner <brauner@...nel.org>
To: Thorsten Blum <thorsten.blum@...ux.dev>
Cc: Christian Brauner <brauner@...nel.org>,
linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org,
Alexander Viro <viro@...iv.linux.org.uk>,
Jan Kara <jack@...e.cz>
Subject: Re: [PATCH] dcache: Replace simple_strtoul with kstrtoul in set_dhash_entries
On Tue, 16 Dec 2025 15:52:37 +0100, Thorsten Blum wrote:
> Replace simple_strtoul() with the recommended kstrtoul() for parsing the
> 'dhash_entries=' boot parameter.
>
> Check the return value of kstrtoul() and reject invalid values. This
> adds error handling while preserving behavior for existing values, and
> removes use of the deprecated simple_strtoul() helper.
>
> [...]
Applied to the vfs-7.0.misc branch of the vfs/vfs.git tree.
Patches in the vfs-7.0.misc branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-7.0.misc
[1/1] dcache: Replace simple_strtoul with kstrtoul in set_dhash_entries
https://git.kernel.org/vfs/vfs/c/b29a0a37f46b
Powered by blists - more mailing lists