[GIT PULL] MIPS fixes for 4.20
From: Paul Burton <hidden>
Date: 2018-10-26 18:45:45
Hi Linus,
Please find below a couple of patches which in a perfect world I'd have
submitted a week ago for 4.19.
I've sent this separately from the main MIPS pull request rather than
rebasing or merging the mips-fixes & mips-next branches, but if you have
a different preference I'll be happy to do it differently in future.
Thanks,
Paul
The following changes since commit 148b9aba99e0bbadf361747d21456e1589015f74:
MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regression (2018-10-05 09:41:39 -0700)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_4.20_1
for you to fetch changes up to c61c7def1fa0a722610d89790e0255b74f3c07dd:
MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit (2018-10-16 09:47:18 -0700)
----------------------------------------------------------------
A couple of MIPS fixes that should have ideally made it for v4.19, but
hey-ho here they are now:
- A fix for potential poor stack placement introduced in v4.19-rc8.
- A fix for a warning introduced in use of TURBOchannel devices by DMA
changes in v4.16.
----------------------------------------------------------------
Huacai Chen (1):
MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit
Maciej W. Rozycki (1):
TC: Set DMA masks for devices
arch/mips/include/asm/processor.h | 2 +-
drivers/tc/tc.c | 8 +++++++-
include/linux/tc.h | 1 +
3 files changed, 9 insertions(+), 2 deletions(-)