Hi Linus, Please pull my alpha git tree. It contains a few small fixes and clean ups. Thanks, Matt The following changes since commit 8cbab92dff778e516064c13113ca15d4869ec883: Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2018-01-16 16:47:40 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus for you to fetch changes up to 21ffceda1c8b3807615c40d440d7815e0c85d366: alpha: fix crash if pthread_create races with signal delivery (2018-01-20 17:01:16 -0800) ---------------------------------------------------------------- Arnd Bergmann (2): alpha: osf_sys.c: fix put_tv32 regression alpha: osf_sys.c: use timespec64 where appropriate Eugene Syromiatnikov (1): alpha: make XTABS equivalent to TAB3 Michael Cree (1): alpha: Fix mixed up args in EXC macro in futex operations Mikulas Patocka (3): alpha: fix reboot on Avanti platform alpha: fix formating of stack content alpha: fix crash if pthread_create races with signal delivery Sinan Kaya (1): alpha: deprecate pci_get_bus_and_slot() Tobias Klauser (1): alpha: make thread_saved_pc static arch/alpha/include/asm/futex.h | 8 ++-- arch/alpha/include/asm/processor.h | 5 +-- arch/alpha/include/uapi/asm/termbits.h | 6 ++- arch/alpha/kernel/osf_sys.c | 72 +++++++++++++++++----------------- arch/alpha/kernel/pci.c | 2 +- arch/alpha/kernel/pci_impl.h | 3 +- arch/alpha/kernel/process.c | 5 ++- arch/alpha/kernel/sys_nautilus.c | 2 +- arch/alpha/kernel/traps.c | 13 ++++-- 9 files changed, 62 insertions(+), 54 deletions(-)