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

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

Pull-request

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

Message

Huacai Chen Nov. 22, 2023, 3:12 p.m. UTC
  The following changes since commit 98b1cc82c4affc16f5598d4fa14b1858671b2263:

  Linux 6.7-rc2 (2023-11-19 15:02:14 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c517fd2738f472eb0d1db60a70d91629349a9bf8:

  Docs/zh_CN/LoongArch: Update links in LoongArch introduction.rst (2023-11-21 15:03:26 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.7-rc3

Fix several build errors, a potential kernel panic, a cpu hotplug issue
and update links in documentations.
----------------------------------------------------------------
Bibo Mao (1):
      LoongArch: Implement constant timer shutdown interface

Huacai Chen (3):
      LoongArch: Add __percpu annotation for __percpu_read()/__percpu_write()
      LoongArch: Silence the boot warning about 'nokaslr'
      LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPL

Masahiro Yamada (1):
      LoongArch: Add dependency between vmlinuz.efi and vmlinux.efi

WANG Rui (2):
      LoongArch: Explicitly set -fdirect-access-external-data for vmlinux
      LoongArch: Record pc instead of offset in la_abs relocation

Yanteng Si (2):
      Docs/LoongArch: Update links in LoongArch introduction.rst
      Docs/zh_CN/LoongArch: Update links in LoongArch introduction.rst

 Documentation/arch/loongarch/introduction.rst      |  4 ++--
 .../zh_CN/arch/loongarch/introduction.rst          |  4 ++--
 arch/loongarch/Makefile                            |  3 +++
 arch/loongarch/include/asm/asmmacro.h              |  3 +--
 arch/loongarch/include/asm/percpu.h                | 11 +++++------
 arch/loongarch/include/asm/setup.h                 |  2 +-
 arch/loongarch/kernel/relocate.c                   | 10 +++++++++-
 arch/loongarch/kernel/time.c                       | 23 +++++++++-------------
 arch/loongarch/mm/pgtable.c                        |  4 ++--
 9 files changed, 34 insertions(+), 30 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 22, 2023, 7:16 p.m. UTC | #1
The pull request you sent on Wed, 22 Nov 2023 23:12:45 +0800:

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

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

Thank you!