loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] LoongArch fixes for v5.19-rc4
@ 2022-06-25 10:17 Huacai Chen
  2022-06-25 18:30 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Huacai Chen @ 2022-06-25 10:17 UTC (permalink / raw)
  To: Linus Torvalds, Arnd Bergmann, Huacai Chen
  Cc: loongarch, linux-arch, linux-kernel, Guo Ren, Xuerui Wang,
	Jiaxun Yang, Huacai Chen

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] LoongArch fixes for v5.19-rc4
  2022-06-25 10:17 [GIT PULL] LoongArch fixes for v5.19-rc4 Huacai Chen
@ 2022-06-25 18:30 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-25 18:30 UTC (permalink / raw)
  To: Huacai Chen
  Cc: Linus Torvalds, Arnd Bergmann, Huacai Chen, loongarch,
	linux-arch, linux-kernel, Guo Ren, Xuerui Wang, Jiaxun Yang,
	Huacai Chen

The pull request you sent on Sat, 25 Jun 2022 18:17:20 +0800:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] LoongArch fixes for v5.19-rc4
  2022-09-29  2:37 Huacai Chen
@ 2022-09-29  2:40 ` Huacai Chen
  0 siblings, 0 replies; 4+ messages in thread
From: Huacai Chen @ 2022-09-29  2:40 UTC (permalink / raw)
  To: Huacai Chen
  Cc: Linus Torvalds, Arnd Bergmann, loongarch, linux-arch,
	linux-kernel, Guo Ren, Xuerui Wang, Jiaxun Yang

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

Huacai

On Thu, Sep 29, 2022 at 10:38 AM Huacai Chen <chenhuacai@loongson.cn> 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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] LoongArch fixes for v5.19-rc4
@ 2022-09-29  2:37 Huacai Chen
  2022-09-29  2:40 ` Huacai Chen
  0 siblings, 1 reply; 4+ messages in thread
From: Huacai Chen @ 2022-09-29  2:37 UTC (permalink / raw)
  To: Linus Torvalds, Arnd Bergmann, Huacai Chen
  Cc: loongarch, linux-arch, linux-kernel, Guo Ren, Xuerui Wang,
	Jiaxun Yang, Huacai Chen

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-29  2:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-25 10:17 [GIT PULL] LoongArch fixes for v5.19-rc4 Huacai Chen
2022-06-25 18:30 ` pr-tracker-bot
2022-09-29  2:37 Huacai Chen
2022-09-29  2:40 ` Huacai Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).