2022-09-29 02:58:31

by Huacai Chen

[permalink] [raw]
Subject: [GIT PULL] LoongArch fixes for v5.19-rc4

The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e:

Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)

are available in the Git repository at:

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

for you to fetch changes up to ea18d434781105ce61ff3ef7f74c9e51812f0580:

LoongArch: Make compute_return_era() return void (2022-06-25 18:06:07 +0800)

----------------------------------------------------------------
LoongArch fixes for v5.19-rc4

Some bug fixes and a trivial cleanup.
----------------------------------------------------------------
Huacai Chen (4):
LoongArch: Fix the !THP build
LoongArch: Fix the _stext symbol address
LoongArch: Fix sleeping in atomic context in setup_tlb_handler()
LoongArch: Fix EENTRY/MERRENTRY setting in setup_tlb_handler()

Tiezhu Yang (2):
LoongArch: Fix wrong fpu version
LoongArch: Make compute_return_era() return void

arch/loongarch/include/asm/branch.h | 3 +--
arch/loongarch/include/asm/pgtable.h | 10 +++++-----
arch/loongarch/kernel/cpu-probe.c | 2 +-
arch/loongarch/kernel/head.S | 2 --
arch/loongarch/kernel/traps.c | 3 +--
arch/loongarch/kernel/vmlinux.lds.S | 1 +
arch/loongarch/mm/tlb.c | 7 ++++---
7 files changed, 13 insertions(+), 15 deletions(-)


2022-09-29 03:01:44

by Huacai Chen

[permalink] [raw]
Subject: Re: [GIT PULL] LoongArch fixes for v5.19-rc4

I sent the wrong mail, please ignore this. Sorry.

Huacai

On Thu, Sep 29, 2022 at 10:38 AM Huacai Chen <[email protected]> wrote:
>
> The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e:
>
> Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-5.19-3
>
> for you to fetch changes up to ea18d434781105ce61ff3ef7f74c9e51812f0580:
>
> LoongArch: Make compute_return_era() return void (2022-06-25 18:06:07 +0800)
>
> ----------------------------------------------------------------
> LoongArch fixes for v5.19-rc4
>
> Some bug fixes and a trivial cleanup.
> ----------------------------------------------------------------
> Huacai Chen (4):
> LoongArch: Fix the !THP build
> LoongArch: Fix the _stext symbol address
> LoongArch: Fix sleeping in atomic context in setup_tlb_handler()
> LoongArch: Fix EENTRY/MERRENTRY setting in setup_tlb_handler()
>
> Tiezhu Yang (2):
> LoongArch: Fix wrong fpu version
> LoongArch: Make compute_return_era() return void
>
> arch/loongarch/include/asm/branch.h | 3 +--
> arch/loongarch/include/asm/pgtable.h | 10 +++++-----
> arch/loongarch/kernel/cpu-probe.c | 2 +-
> arch/loongarch/kernel/head.S | 2 --
> arch/loongarch/kernel/traps.c | 3 +--
> arch/loongarch/kernel/vmlinux.lds.S | 1 +
> arch/loongarch/mm/tlb.c | 7 ++++---
> 7 files changed, 13 insertions(+), 15 deletions(-)