2022-06-11 10:23:40

by Huacai Chen

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

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


2022-06-11 22:33:59

by pr-tracker-bot

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

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

2022-06-11 23:45:57

by Linus Torvalds

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

On Sat, Jun 11, 2022 at 3:15 AM Huacai Chen <[email protected]> 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

2022-06-12 16:11:12

by Huacai Chen

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

Hi, Linus,

On Sun, Jun 12, 2022 at 3:41 AM Linus Torvalds
<[email protected]> wrote:
>
> On Sat, Jun 11, 2022 at 3:15 AM Huacai Chen <[email protected]> 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