From: Masahiro Yamada <masahiroy@kernel.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
Todd Kjos <tkjos@android.com>,
Masahiro Yamada <masahiroy@kernel.org>,
Carlos Llamas <cmllamas@google.com>,
linux-kernel@vger.kernel.org, Paul Mackerras <paulus@samba.org>,
Christopher Ferris <cferris@google.com>,
sparclinux@vger.kernel.org, linux-mips@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org,
"David S. Miller" <davem@davemloft.net>
Subject: [PATCH 0/3] asm-generic: fix misconversion of {uid,gid}_t
Date: Thu, 2 Jun 2022 03:19:38 +0900 [thread overview]
Message-ID: <20220601181941.3706832-1-masahiroy@kernel.org> (raw)
I accidentally broke android binder.h:
https://lore.kernel.org/all/20220601010017.2639048-1-cmllamas@google.com/
I checked my previous conversions, and found some more.
(at least, the sparc one seems fatal.)
Masahiro Yamada (3):
mips: use __kernel_{uid,gid}32_t in uapi/asm/stat.h
powerpc: use __kernel_{uid,gid}32_t in uapi/asm/stat.h
sparc: fix mis-use of __kernel_{uid,gid}_t in uapi/asm/stat.h
arch/mips/include/uapi/asm/stat.h | 12 ++++++------
arch/powerpc/include/uapi/asm/stat.h | 4 ++--
arch/sparc/include/uapi/asm/stat.h | 4 ++--
3 files changed, 10 insertions(+), 10 deletions(-)
--
2.32.0
next reply other threads:[~2022-06-01 18:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-01 18:19 Masahiro Yamada [this message]
2022-06-01 18:19 ` [PATCH 2/3] powerpc: use __kernel_{uid,gid}32_t in uapi/asm/stat.h Masahiro Yamada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220601181941.3706832-1-masahiroy@kernel.org \
--to=masahiroy@kernel.org \
--cc=arnd@arndb.de \
--cc=cferris@google.com \
--cc=cmllamas@google.com \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=paulus@samba.org \
--cc=sparclinux@vger.kernel.org \
--cc=tkjos@android.com \
--cc=tsbogend@alpha.franken.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).