Hi Linus, please pull a few small fixes for the parisc architecture for kernel 5.3-rc3 from: git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.3-4 Changes: * Fix fall-through warnings in parisc math emu code * Fix vmlinuz linking failure with debug-enabled kernels * Fix a race condition in kernel live-patching code * Add missing archclean Makefile target & defconfig adjustments Thanks, Helge ---------------------------------------------------------------- Helge Deller (4): parisc: Mark expected switch fall-throughs in fault.c parisc: Fix fall-through warnings in fpudispatch.c parisc: Fix build of compressed kernel even with debug enabled parisc: Strip debug info from kernel before creating compressed vmlinuz James Bottomley (1): parisc: Add archclean Makefile target Masahiro Yamada (1): parisc: rename default_defconfig to defconfig Sven Schnelle (1): parisc: fix race condition in patching code arch/parisc/Makefile | 5 +++-- arch/parisc/boot/compressed/Makefile | 4 +++- arch/parisc/boot/compressed/vmlinux.lds.S | 4 ++-- arch/parisc/configs/{default_defconfig => defconfig} | 0 arch/parisc/kernel/ftrace.c | 3 ++- arch/parisc/math-emu/Makefile | 1 + arch/parisc/mm/fault.c | 1 + 7 files changed, 12 insertions(+), 6 deletions(-) rename arch/parisc/configs/{default_defconfig => defconfig} (100%)