Re: [PATCH] "fork: reorder function qualifiers for copy_clone_args_from_user"

From: Kees Cook
Date: Thu Jul 17 2025 - 19:39:36 EST


On Wed, 16 Jul 2025 15:05:25 +0530, Dishank Jogi wrote:
> Change the order of function qualifiers from 'noinline static' to 'static noinline'
> in copy_clone_args_from_user for consistency with kernel coding style.
>
> This is a non-functional change intended to improve readability and maintain
> consistent ordering of qualifiers across the codebase.
>
>
> [...]

I've tweaked the commit log and Subject and applied to for-next/execve, thanks!

[1/1] fork: reorder function qualifiers for copy_clone_args_from_user
https://git.kernel.org/kees/c/7f71195c15dc

Take care,

--
Kees Cook