[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YZZdn80/xHPvP9cf@ls3530>
Date: Thu, 18 Nov 2021 15:05:19 +0100
From: Helge Deller <deller@....de>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-parisc@...r.kernel.org,
James Bottomley <James.Bottomley@...senpartnership.com>,
John David Anglin <dave.anglin@...l.net>,
Sven Schnelle <svens@...ckframe.org>
Subject: [GIT PULL] parisc architecture bug and warning fixes for kernel
v5.16-rc2
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(-)
Powered by blists - more mailing lists