Hi Linus, Apologies that these are arriving so late in the game, but here are a few MIPS fixes heading your way from a beachside cafe. It's all pretty small, nothing too scary or invasive. Please pull. Thanks, Paul The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec: Linux 5.2-rc5 (2019-06-16 08:49:45 -1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_5.2_2 for you to fetch changes up to f2ff671f894151a611eae246a1f25b61d6c0354b: MAINTAINERS: Correct path to moved files (2019-06-24 14:45:41 -0700) ---------------------------------------------------------------- A few more MIPS fixes: - Fix a silly typo in virt_addr_valid which led to completely bogus behavior (that happened to stop tripping up hardened usercopy despite being broken). - Fix UART parity setup on AR933x systems. - A build fix for non-Linux build machines. - Have the 'all' make target build DTBs, primarily to fit in with the behavior of scripts/package/builddeb. - Handle an execution hazard in TLB exceptions that use KScratch registers, which could inadvertently clobber the $1 register on some generally higher-end out-of-order CPUs. - A MAINTAINERS update to fix the path to the NAND driver for Ingenic systems. ---------------------------------------------------------------- Cedric Hombourger (1): MIPS: have "plain" make calls build dtbs for selected platforms Dmitry Korotin (1): MIPS: Add missing EHB in mtc0 -> mfc0 sequence. Hauke Mehrtens (1): MIPS: Fix bounds check virt_addr_valid Kevin Darbyshire-Bryant (1): MIPS: fix build on non-linux hosts Paul Cercueil (1): MAINTAINERS: Correct path to moved files Stefan Hellermann (1): MIPS: ath79: fix ar933x uart parity mode MAINTAINERS | 2 +- arch/mips/Makefile | 3 ++- arch/mips/boot/compressed/Makefile | 2 ++ arch/mips/boot/compressed/calc_vmlinuz_load_addr.c | 2 +- arch/mips/include/asm/mach-ath79/ar933x_uart.h | 4 +-- arch/mips/mm/mmap.c | 2 +- arch/mips/mm/tlbex.c | 29 +++++++++++++++------- 7 files changed, 29 insertions(+), 15 deletions(-)