mbox series

[GIT,PULL] MIPS fixes for v5.11

Message ID 20210115141903.GA13991@alpha.franken.de (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] MIPS fixes for v5.11 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.11.1

Message

Thomas Bogendoerfer Jan. 15, 2021, 2:19 p.m. UTC
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.11.1

for you to fetch changes up to 7b490a8ab0f2d3ab8d838a4ff22ae86edafd34a1:

  MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciu (2021-01-13 10:59:32 +0100)

----------------------------------------------------------------
- fix coredumps on 64bit kernels
- fix for alignment bugs preventing booting
- fix checking for failed irq_alloc_desc calls

----------------------------------------------------------------
Al Viro (1):
      MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumps

Alexander Lobakin (1):
      MIPS: relocatable: fix possible boot hangup with KASLR enabled

Menglong Dong (1):
      MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciu

Paul Cercueil (1):
      MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB

 arch/mips/boot/compressed/decompress.c |  3 ++-
 arch/mips/cavium-octeon/octeon-irq.c   |  2 +-
 arch/mips/kernel/binfmt_elfn32.c       |  7 +++++++
 arch/mips/kernel/binfmt_elfo32.c       |  7 +++++++
 arch/mips/kernel/relocate.c            | 10 ++++++++--
 5 files changed, 25 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 15, 2021, 9:37 p.m. UTC | #1
The pull request you sent on Fri, 15 Jan 2021 15:19:03 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.11.1

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

Thank you!