The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.16/parisc-4 for you to fetch changes up to 9412f5aaa86429e018941994076bd63a0618111c: parisc: Enable CONFIG_PRINTK_TIME=y in 32bit defconfig (2021-11-18 09:02:32 +0100) ---------------------------------------------------------------- parisc bug and warning fixes and wire up futex_waitv Fix some warnings which showed up with allmodconfig builds, a revert of a change to the sigreturn trampoline which broke signal handling, wire up futex_waitv and add CONFIG_PRINTK_TIME=y to 32bit defconfig. ---------------------------------------------------------------- Helge Deller (5): parisc: Include stringify.h to avoid build error in crypto/api.c parisc: Wire up futex_waitv parisc: Wrap assembler related defines inside __ASSEMBLY__ Revert "parisc: Reduce sigreturn trampoline to 3 instructions" parisc: Enable CONFIG_PRINTK_TIME=y in 32bit defconfig Sven Schnelle (1): parisc/sticon: fix reverse colors arch/parisc/configs/generic-32bit_defconfig | 1 + arch/parisc/include/asm/assembly.h | 44 ++++++++++++++++------------- arch/parisc/include/asm/jump_label.h | 1 + arch/parisc/include/asm/rt_sigframe.h | 2 +- arch/parisc/kernel/signal.c | 13 +++++---- arch/parisc/kernel/signal32.h | 2 +- arch/parisc/kernel/syscalls/syscall.tbl | 1 + drivers/video/console/sticon.c | 12 ++++---- 8 files changed, 42 insertions(+), 34 deletions(-)