diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-06-02 03:19:39 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-06-02 17:38:15 +0200 |
commit | 6cd6356206605f283f82210918049465d0a08670 (patch) | |
tree | bb7a4ac13d8dcec6fba47f6c3a1f7047308ed681 /fs | |
parent | b2441b3bdce6c02cb96278d98c620d7ba1d41b7b (diff) | |
download | linux-6cd6356206605f283f82210918049465d0a08670.tar.gz linux-6cd6356206605f283f82210918049465d0a08670.tar.bz2 linux-6cd6356206605f283f82210918049465d0a08670.zip |
mips: use __kernel_{uid,gid}32_t in uapi/asm/stat.h
Commit 8c1a381a4fbb ("mips: add asm/stat.h to UAPI compile-test
coverage") converted as follows:
uid_t --> __kernel_uid_t
gid_t --> __kernel_gid_t
The bit width of __kernel_{uid,gid}_t is 16 or 32-bits depending on
architectures.
MIPS uses 32-bits for them as in include/uapi/asm-generic/posix_types.h,
so the previous conversion is probably fine, but let's stick to the
arch-independent conversion just in case.
The safe replacements across all architectures are:
uid_t --> __kernel_uid32_t
gid_t --> __kernel_gid32_t
as defined in include/linux/types.h.
A similar issue was reported for the android binder. [1]
[1]: https://lore.kernel.org/all/20220601010017.2639048-1-cmllamas@google.com/
Fixes: 8c1a381a4fbb ("mips: add asm/stat.h to UAPI compile-test coverage")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions