Re: [PATCH v3 5/7] selinux: avoid implicit conversions in selinuxfs code

From: Paul Moore
Date: Wed Aug 09 2023 - 19:07:56 EST


On Aug 7, 2023 =?UTF-8?q?Christian=20G=C3=B6ttsche?= <cgzones@xxxxxxxxxxxxxx> wrote:
>
> Use umode_t as parameter type for sel_make_inode(), which assigns the
> value to the member i_mode of struct inode.
>
> Use identical and unsigned types for loop iterators.
>
> Signed-off-by: Christian Göttsche <cgzones@xxxxxxxxxxxxxx>
> ---
> v3:
> - drop leftover declaration in init-clauses of for loops
> - use unsigned int instead of u32 for loop iterator with loop bounds
> known at compile time to be small (<100)
> v2: avoid declarations in init-clauses of for loops
> ---
> security/selinux/selinuxfs.c | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)

Merged into selinux/next, thanks.

--
paul-moore.com