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

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

Pull-request

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

Message

Huacai Chen Sept. 23, 2023, 9:10 a.m. UTC
  The following changes since commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70:

  Linux 6.6-rc2 (2023-09-17 14:40:24 -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-1

for you to fetch changes up to e74a6b7f3744d122ff4544f19393dfab167166ec:

  docs/zh_CN/LoongArch: Update the links of ABI (2023-09-20 14:26:38 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.6-rc3

Fix lockdep, fix a boot failure, fix some build warnings, fix document
links, and some cleanups.
----------------------------------------------------------------
Andy Shevchenko (1):
      LoongArch: Use _UL() and _ULL()

Bibo Mao (1):
      LoongArch: Fix some build warnings with W=1

Helge Deller (1):
      LoongArch: Fix lockdep static memory detection

Huacai Chen (3):
      LoongArch: Set all reserved memblocks on Node#0 at initialization
      kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usage
      LoongArch: Don't inline kasan_mem_to_shadow()/kasan_shadow_to_mem()

Tiezhu Yang (3):
      LoongArch: Remove dead code in relocate_new_kernel
      docs/LoongArch: Update the links of ABI
      docs/zh_CN/LoongArch: Update the links of ABI

 Documentation/arch/loongarch/introduction.rst      |  4 +-
 .../zh_CN/arch/loongarch/introduction.rst          |  4 +-
 arch/loongarch/include/asm/addrspace.h             | 12 ++---
 arch/loongarch/include/asm/exception.h             | 45 +++++++++++++++++
 arch/loongarch/include/asm/kasan.h                 | 59 ++++------------------
 arch/loongarch/include/asm/smp.h                   |  1 +
 arch/loongarch/kernel/Makefile                     |  4 ++
 arch/loongarch/kernel/acpi.c                       |  1 -
 arch/loongarch/kernel/mem.c                        |  4 +-
 arch/loongarch/kernel/module-sections.c            |  1 +
 arch/loongarch/kernel/process.c                    |  1 +
 arch/loongarch/kernel/relocate_kernel.S            |  1 -
 arch/loongarch/kernel/signal.c                     |  7 +--
 arch/loongarch/kernel/smp.c                        |  3 ++
 arch/loongarch/kernel/syscall.c                    |  1 +
 arch/loongarch/kernel/time.c                       |  2 +-
 arch/loongarch/kernel/topology.c                   |  3 ++
 arch/loongarch/kernel/traps.c                      | 25 ++-------
 arch/loongarch/kernel/vmlinux.lds.S                | 55 ++++++++++----------
 arch/loongarch/mm/fault.c                          |  2 +-
 arch/loongarch/mm/hugetlbpage.c                    | 12 -----
 arch/loongarch/mm/ioremap.c                        |  1 +
 arch/loongarch/mm/kasan_init.c                     | 51 +++++++++++++++++++
 arch/loongarch/mm/tlb.c                            |  2 +-
 include/linux/kasan.h                              |  2 +-
 mm/kasan/kasan.h                                   |  8 ++-
 26 files changed, 177 insertions(+), 134 deletions(-)
 create mode 100644 arch/loongarch/include/asm/exception.h
  

Comments

pr-tracker-bot@kernel.org Sept. 23, 2023, 6:25 p.m. UTC | #1
The pull request you sent on Sat, 23 Sep 2023 17:10:31 +0800:

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

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

Thank you!