[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190608064006.zofqsbrtfftsutjr@pburton-laptop>
Date: Sat, 8 Jun 2019 06:40:08 +0000
From: Paul Burton <paul.burton@...s.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-mips@...r.kernel.org" <linux-mips@...r.kernel.org>
Subject: [GIT PULL] MIPS fixes
Hi Linus,
Here's a batch of MIPS fixes for 5.2, nothing particularly scary; please
pull.
Thanks,
Paul
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_5.2_1
for you to fetch changes up to f532beeeff0c0a3586cc15538bc52d249eb19e7c:
MIPS: uprobes: remove set but not used variable 'epc' (2019-05-29 13:20:30 -0700)
----------------------------------------------------------------
A batch of MIPS fixes:
- Declare ginvt() __always_inline due to its use of an argument as an
inline asm immediate.
- A VDSO build fix following Kbuild changes made this cycle.
- A fix for boot failures on txx9 systems following memory
initialization changes made this cycle.
- Bounds check virt_addr_valid() to prevent it spuriously indicating
that bogus addresses are valid, in turn fixing hardened usercopy
failures that have been present since v4.12.
- Build uImage.gz for pistachio systems by default, since this is the
image we need in order to actually boot on a board.
- Remove an unused variable in our uprobes code.
----------------------------------------------------------------
Geert Uytterhoeven (1):
MIPS: TXx9: Fix boot crash in free_initmem()
Masahiro Yamada (2):
MIPS: mark ginvt() as __always_inline
MIPS: remove a space after -I to cope with header search paths for VDSO
Paul Burton (3):
MIPS: Bounds check virt_addr_valid
MIPS: Make virt_addr_valid() return bool
MIPS: pistachio: Build uImage.gz by default
YueHaibing (1):
MIPS: uprobes: remove set but not used variable 'epc'
arch/mips/include/asm/ginvt.h | 2 +-
arch/mips/include/asm/page.h | 2 +-
arch/mips/kernel/uprobes.c | 3 ---
arch/mips/mm/mmap.c | 7 ++++++-
arch/mips/pistachio/Platform | 1 +
arch/mips/pnx833x/Platform | 2 +-
arch/mips/txx9/generic/setup.c | 6 ------
7 files changed, 10 insertions(+), 13 deletions(-)
Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)
Powered by blists - more mailing lists