[GIT,PULL] LoongArch fixes for v6.6-rc7

Message ID 20231019084227.4111684-1-chenhuacai@loongson.cn
State New
Headers
Series [GIT,PULL] LoongArch fixes for v6.6-rc7 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.6-3

Message

Huacai Chen Oct. 19, 2023, 8:42 a.m. UTC
  The following changes since commit 58720809f52779dc0f08e53e54b014209d13eebb:

  Linux 6.6-rc6 (2023-10-15 13:34:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.6-3

for you to fetch changes up to 278be83601dd1725d4732241f066d528e160a39d:

  LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc() (2023-10-18 08:42:52 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.6-rc7

Fix 4-level pagetable building, disable WUC for pgprot_writecombine()
like ioremap_wc(), use correct annotation for exception handlers, and
a trivial cleanup.
----------------------------------------------------------------
Huacai Chen (2):
      LoongArch: Export symbol invalid_pud_table for modules building
      LoongArch: Replace kmap_atomic() with kmap_local_page() in copy_user_highpage()

Icenowy Zheng (1):
      LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()

Tiezhu Yang (1):
      LoongArch: Use SYM_CODE_* to annotate exception handlers

 arch/loongarch/include/asm/io.h           |  5 ++---
 arch/loongarch/include/asm/linkage.h      |  8 +++++++
 arch/loongarch/include/asm/pgtable-bits.h |  4 +++-
 arch/loongarch/kernel/entry.S             |  4 ++--
 arch/loongarch/kernel/genex.S             | 16 +++++++-------
 arch/loongarch/kernel/setup.c             | 10 ++++-----
 arch/loongarch/mm/init.c                  |  9 ++++----
 arch/loongarch/mm/tlbex.S                 | 36 +++++++++++++++----------------
 8 files changed, 51 insertions(+), 41 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Oct. 19, 2023, 6:36 p.m. UTC | #1
The pull request you sent on Thu, 19 Oct 2023 16:42:27 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.6-3

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

Thank you!