The following changes since commit b2441b3bdce6c02cb96278d98c620d7ba1d41b7b: h8300: remove stale bindings and symlink (2022-05-20 22:40:56 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-fixes-5.19 for you to fetch changes up to 8cc5b032240ae5220b62c689c20459d3e1825b2d: binder: fix sender_euid type in uapi header (2022-06-02 17:47:25 +0200) ---------------------------------------------------------------- asm-generic fixes for 5.19, part 1 The header cleanup series from Masahiro Yamada ended up causing some regressions in the ABI because of an ambiguous uid_t type. This was only caught after the original patches got merged, but at least the fixes are trivial and hopefully complete. ---------------------------------------------------------------- Carlos Llamas (1): binder: fix sender_euid type in uapi header 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 ++-- include/uapi/linux/android/binder.h | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-)