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(-)