This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-defconfig in repository toolchain/linux-next.
from 00c569b567c7 Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/ [...] adds 1a80dade010c Fix failure path in alloc_pid() adds ded653ccbec0 signal: Add set_user_sigmask() adds 854a6ed56839 signal: Add restore_user_sigmask() adds 8bd27a3004e8 ppoll: use __kernel_timespec adds e024707bccae pselect6: use __kernel_timespec adds 7a35397f8c06 io_pgetevents: use __kernel_timespec adds 04e7712f4460 y2038: futex: Move compat implementation into futex.c adds bec2f7cbb73e y2038: futex: Add support for __kernel_timespec adds e11d4284e2f4 y2038: socket: Add compat_sys_recvmmsg_time64 adds df8522a340ee y2038: signal: Add sys_rt_sigtimedwait_time32 adds 2367c4b5fa09 y2038: signal: Add compat_sys_rt_sigtimedwait_time64 adds b0495e4b67b2 sh: dreamcast: rtc: push down rtc class ops into driver adds 09e81263e501 sh: sh03: rtc: push down rtc class ops into driver adds 07df7800c6cd sh: remove unused rtc_sh_get/set_time infrastructure adds 19f48591e67c sh: remove board_time_init() callback adds 926617889dc8 timekeeping: remove unused {read,update}_persistent_clock adds 437e78d3fd6d timekeeping: remove timespec_add/timespec_del adds d651d1607f22 vfs: replace current_kernel_time64 with ktime equivalent adds e4b92b108c6c timekeeping: remove obsolete time accessors adds b12a9124eeb7 Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/p [...]
No new revisions were added by this update.
Summary of changes: Documentation/sh/new-machine.txt | 8 - arch/sh/boards/mach-dreamcast/Makefile | 4 +- arch/sh/boards/mach-dreamcast/rtc.c | 45 +++- arch/sh/boards/mach-dreamcast/setup.c | 1 - arch/sh/boards/mach-sh03/Makefile | 3 +- arch/sh/boards/mach-sh03/rtc.c | 51 ++-- arch/sh/boards/mach-sh03/setup.c | 9 - arch/sh/boards/of-generic.c | 8 - arch/sh/configs/dreamcast_defconfig | 2 + arch/sh/configs/sh03_defconfig | 2 + arch/sh/include/asm/rtc.h | 3 - arch/sh/include/mach-dreamcast/mach/sysasic.h | 1 - arch/sh/kernel/time.c | 74 +----- fs/aio.c | 134 +++++++--- fs/eventpoll.c | 52 +--- fs/inode.c | 4 +- fs/select.c | 360 +++++++++++++++----------- include/linux/compat.h | 26 ++ include/linux/futex.h | 8 - include/linux/signal.h | 4 + include/linux/socket.h | 9 +- include/linux/syscalls.h | 29 ++- include/linux/time32.h | 25 -- include/linux/timekeeping.h | 14 - include/linux/timekeeping32.h | 15 -- kernel/Makefile | 3 - kernel/futex.c | 207 ++++++++++++++- kernel/futex_compat.c | 202 --------------- kernel/pid.c | 6 +- kernel/signal.c | 143 ++++++++++ kernel/sys_ni.c | 2 + kernel/time/ntp.c | 10 +- kernel/time/time.c | 36 --- kernel/time/timekeeping.c | 12 +- net/compat.c | 34 +-- net/socket.c | 62 +++-- 36 files changed, 851 insertions(+), 757 deletions(-) delete mode 100644 kernel/futex_compat.c