[GIT PULL] MIPS fixes for v6.1

From: Thomas Bogendoerfer
Date: Sun Nov 13 2022 - 08:35:52 EST


The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc:

Linux 6.1-rc4 (2022-11-06 15:07:11 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_6.1_1

for you to fetch changes up to 648060902aa302331b5d6e4f26d8ee0761d239ab:

MIPS: pic32: treat port as signed integer (2022-11-11 15:53:58 +0100)

----------------------------------------------------------------
- fix jump label branch range check
- check kmalloc failures in Loongson64 kexec
- fix builds with clang-14
- fix char/int handling in pic32

----------------------------------------------------------------
Jason A. Donenfeld (1):
MIPS: pic32: treat port as signed integer

Jiaxun Yang (1):
MIPS: jump_label: Fix compat branch range check

John Thomson (1):
mips: boot/compressed: use __NO_FORTIFY

Liao Chang (1):
MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failed

Linus Walleij (1):
mips: alchemy: gpio: Include the right header

Rongwei Zhang (1):
MIPS: fix duplicate definitions for exported symbols

arch/mips/alchemy/common/gpiolib.c | 2 +-
arch/mips/boot/compressed/decompress.c | 1 +
arch/mips/include/asm/fw/fw.h | 2 +-
arch/mips/kernel/jump_label.c | 2 +-
arch/mips/kernel/relocate_kernel.S | 15 +++++----------
arch/mips/loongson64/reset.c | 10 ++++++++++
arch/mips/pic32/pic32mzda/early_console.c | 13 ++++++-------
arch/mips/pic32/pic32mzda/init.c | 2 +-
8 files changed, 26 insertions(+), 21 deletions(-)

--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]