mbox series

[GIT,PULL] MIPS fixes for v5.16

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_5.16_2

Message

Thomas Bogendoerfer Nov. 27, 2021, 9:43 a.m. UTC
The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6:

  Linux 5.16-rc2 (2021-11-21 13:47:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_5.16_2

for you to fetch changes up to 41ce097f714401e6ad8f3f5eb30d7f91b0b5e495:

  MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48 (2021-11-25 16:52:11 +0100)

----------------------------------------------------------------
- build fix for ZSTD enabled configs
- fix for preempt warning
- fix for loongson FTLB detection
- fix for page table level selection

----------------------------------------------------------------
Huang Pei (2):
      MIPS: loongson64: fix FTLB configuration
      MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48

Paul Cercueil (1):
      MIPS: boot/compressed/: add __ashldi3 to target for ZSTD compression

Tiezhu Yang (1):
      MIPS: Fix using smp_processor_id() in preemptible in show_cpuinfo()

 arch/mips/Kconfig                  | 2 +-
 arch/mips/boot/compressed/Makefile | 2 +-
 arch/mips/kernel/cpu-probe.c       | 4 ++--
 arch/mips/kernel/proc.c            | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 27, 2021, 6:58 p.m. UTC | #1
The pull request you sent on Sat, 27 Nov 2021 10:43:17 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_5.16_2

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

Thank you!