Hi Linus, Below is a set of MIPS fixes for 5.1; please pull. Thanks, Paul The following changes since commit aeb669d41ffabb91b1542f1f802cb12a989fced0: MIPS: lantiq: Remove separate GPHY Firmware loader (2019-02-25 14:17:10 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_5.1_1 for you to fetch changes up to f6cab793d4a70808e4946baa8f5df4ea9adacc82: MIPS: Remove custom MIPS32 __kernel_fsid_t type (2019-03-14 11:31:20 -0700) ---------------------------------------------------------------- A small batch of MIPS fixes for 5.1: - An interrupt masking fix for Loongson-based Lemote 2F systems (fixing a regression from v3.19). - A relocation fix for configurations in which the devicetree is stored in an ELF section (fixing a regression from v4.7). - Fix jump labels for MIPSr6 kernels where they previously could inadvertently place a control transfer instruction in a forbidden slot & take unexpected exceptions (fixing MIPSr6 support added in v4.0). - Extend an existing USB power workaround for the Netgear WNDR3400 to v2 boards in addition to the v3 ones that already used it. - Remove the custom MIPS32 definition of __kernel_fsid_t to make it consistent with MIPS64 & every other architecture, in particular resolving issues for code which tries to print the val field whose type previously differed (though had identical memory layout). ---------------------------------------------------------------- Archer Yan (1): MIPS: Fix kernel crash for R6 in jump label branch function Paul Burton (1): MIPS: Remove custom MIPS32 __kernel_fsid_t type Petr Štetiar (1): mips: bcm47xx: Enable USB power on Netgear WNDR3400v2 Yasha Cherikovsky (1): MIPS: Ensure ELF appended dtb is relocated Yifeng Li (1): mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction. arch/mips/bcm47xx/workarounds.c | 1 + arch/mips/include/asm/jump_label.h | 8 ++++---- arch/mips/include/uapi/asm/posix_types.h | 7 ------- arch/mips/kernel/vmlinux.lds.S | 12 +++++++----- arch/mips/loongson64/lemote-2f/irq.c | 2 +- 5 files changed, 13 insertions(+), 17 deletions(-)