mbox series

[GIT,PULL] MIPS fixes for v5.14

Message ID 20210710121523.GA8431@alpha.franken.de (mailing list archive)
State Superseded
Headers show
Series [GIT,PULL] MIPS fixes for v5.14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_5.14_1

Message

Thomas Bogendoerfer July 10, 2021, 12:15 p.m. UTC
The following changes since commit cf02ce742f09188272bcc8b0e62d789eb671fc4c:

  MIPS: Fix PKMAP with 32-bit MIPS huge page support (2021-06-30 14:41:32 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_5.14_1

for you to fetch changes up to 47ce8527fbba145a7723685bc9a27d9855e06491:

  MIPS: vdso: Invalid GIC access through VDSO (2021-07-09 15:29:06 +0200)

----------------------------------------------------------------
- fix for accesing gic via vdso
- two build fixes

----------------------------------------------------------------
Arnd Bergmann (1):
      mips: always link byteswap helpers into decompressor

Martin Fäcknitz (1):
      MIPS: vdso: Invalid GIC access through VDSO

Randy Dunlap (1):
      mips: disable branch profiling in boot/decompress.o

 arch/mips/boot/compressed/Makefile     | 4 ++--
 arch/mips/boot/compressed/decompress.c | 2 ++
 arch/mips/include/asm/vdso/vdso.h      | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org July 10, 2021, 6:34 p.m. UTC | #1
The pull request you sent on Sat, 10 Jul 2021 14:15:23 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_5.14_1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/379cf80a9861e4356792185bc3fcdd7d4133f2f7

Thank you!