mbox series

[GIT,PULL] MIPS fixes for v5.10

Message ID 20201117180154.GA21834@alpha.franken.de (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] MIPS fixes for v5.10 | expand

Pull-request

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

Message

Thomas Bogendoerfer Nov. 17, 2020, 6:01 p.m. UTC
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ac3b57adf87ad9bac7e33ca26bbbb13fae1ed62b:

  MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpu (2020-11-17 12:53:57 +0100)

----------------------------------------------------------------
- fix bug preventing booting on several platforms
- fix for build error, when modules need has_transparent_hugepage
- fix for memleak in alchemy clk setup

----------------------------------------------------------------
Randy Dunlap (1):
      MIPS: export has_transparent_hugepage() for modules

Thomas Bogendoerfer (1):
      MIPS: kernel: Fix for_each_memblock conversion

Zhang Qilong (1):
      MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpu

 arch/mips/alchemy/common/clock.c | 9 ++++++++-
 arch/mips/kernel/setup.c         | 6 +++---
 arch/mips/mm/tlb-r4k.c           | 1 +
 3 files changed, 12 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 17, 2020, 7:34 p.m. UTC | #1
The pull request you sent on Tue, 17 Nov 2020 19:01:54 +0100:

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

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

Thank you!