[GIT PULL] parisc architecture updates for kernel v5.1

From: Helge Deller
Date: Sat Apr 06 2019 - 16:30:06 EST


Hi Linus,

please pull four small parisc architecture fixes for kernel 5.1 from:

git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.1-2

A 32-bit boot regression fix introduced in the merge window, a QEMU detection
fix and two fixes by Sven regarding ptrace & kprobes.

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (2):
Revert: parisc: Use F_EXTEND() macro in iosapic code
parisc: Detect QEMU earlier in boot process

Sven Schnelle (2):
parisc: regs_return_value() should return gpr28
parisc: also set iaoq_b in instruction_pointer_set()

arch/parisc/include/asm/ptrace.h | 5 +++--
arch/parisc/kernel/process.c | 6 ------
arch/parisc/kernel/setup.c | 3 +++
drivers/parisc/iosapic.c | 6 +++++-
4 files changed, 11 insertions(+), 9 deletions(-)