mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] LoongArch fixes for v5.19-rc2
@ 2022-06-11 10:17 Huacai Chen
  2022-06-11 19:40 ` Linus Torvalds
  2022-06-11 19:41 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Huacai Chen @ 2022-06-11 10:17 UTC (permalink / raw)
  To: Linus Torvalds, Arnd Bergmann, Andrew Morton
  Cc: linux-arch, linux-kernel, Huacai Chen, Guo Ren, Xuerui Wang,
	Jiaxun Yang, Huacai Chen

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

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-1

for you to fetch changes up to 5c95fe8b02011c3b69173e0d86aff6d4c2798601:

  LoongArch: Remove MIPS comment about cycle counter (2022-06-08 11:00:40 +0800)

----------------------------------------------------------------
LoongArch fixes for v5.19-rc2

----------------------------------------------------------------
Huacai Chen (2):
      LoongArch: Fix the !CONFIG_SMP build
      LoongArch: Fix copy_thread() build errors

Jason A. Donenfeld (1):
      LoongArch: Remove MIPS comment about cycle counter

 arch/loongarch/Kconfig               |  1 +
 arch/loongarch/include/asm/hardirq.h |  2 +-
 arch/loongarch/include/asm/percpu.h  |  1 +
 arch/loongarch/include/asm/smp.h     | 23 +++++++----------------
 arch/loongarch/include/asm/timex.h   |  7 -------
 arch/loongarch/kernel/acpi.c         |  4 ++++
 arch/loongarch/kernel/cacheinfo.c    |  1 +
 arch/loongarch/kernel/irq.c          |  7 ++++++-
 arch/loongarch/kernel/process.c      | 14 ++++++++------
 arch/loongarch/kernel/setup.c        |  5 ++---
 arch/loongarch/kernel/smp.c          |  2 --
 11 files changed, 31 insertions(+), 36 deletions(-)

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

* Re: [GIT PULL] LoongArch fixes for v5.19-rc2
  2022-06-11 10:17 [GIT PULL] LoongArch fixes for v5.19-rc2 Huacai Chen
@ 2022-06-11 19:40 ` Linus Torvalds
  2022-06-12 14:47   ` Huacai Chen
  2022-06-11 19:41 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2022-06-11 19:40 UTC (permalink / raw)
  To: Huacai Chen
  Cc: Arnd Bergmann, Andrew Morton, linux-arch,
	Linux Kernel Mailing List, Huacai Chen, Guo Ren, Xuerui Wang,
	Jiaxun Yang

On Sat, Jun 11, 2022 at 3:15 AM Huacai Chen <chenhuacai@loongson.cn> wrote:
>
> LoongArch fixes for v5.19-rc2

I've pulled this, but please next time add an actual note on what the fixes are.

Even if it's something simple like "Fix build errors and a stale
comment", which is what I made my merge commit say.

               Linus

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

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

The pull request you sent on Sat, 11 Jun 2022 18:17:14 +0800:

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

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

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-rc2
  2022-06-11 19:40 ` Linus Torvalds
@ 2022-06-12 14:47   ` Huacai Chen
  0 siblings, 0 replies; 4+ messages in thread
From: Huacai Chen @ 2022-06-12 14:47 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Huacai Chen, Arnd Bergmann, Andrew Morton, linux-arch,
	Linux Kernel Mailing List, Guo Ren, Xuerui Wang, Jiaxun Yang

Hi, Linus,

On Sun, Jun 12, 2022 at 3:41 AM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> On Sat, Jun 11, 2022 at 3:15 AM Huacai Chen <chenhuacai@loongson.cn> wrote:
> >
> > LoongArch fixes for v5.19-rc2
>
> I've pulled this, but please next time add an actual note on what the fixes are.
>
> Even if it's something simple like "Fix build errors and a stale
> comment", which is what I made my merge commit say.
Thank you for your comments, I will do this in future.

Huacai
>
>                Linus

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

end of thread, other threads:[~2022-06-12 14:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-11 10:17 [GIT PULL] LoongArch fixes for v5.19-rc2 Huacai Chen
2022-06-11 19:40 ` Linus Torvalds
2022-06-12 14:47   ` Huacai Chen
2022-06-11 19:41 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®