All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] LoongArch changes for v6.7
@ 2023-11-12  5:12 Huacai Chen
  2023-11-12 19:18 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Huacai Chen @ 2023-11-12  5:12 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 ffc253263a1375a65fa6c9f62a893e9767fbebfa:

  Linux 6.6 (2023-10-29 16:31:08 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 1d375d65466e5c8d7a9406826d80d475a22e8c6d:

  selftests/bpf: Enable cpu v4 tests for LoongArch (2023-11-08 14:12:21 +0800)

----------------------------------------------------------------
LoongArch changes for v6.7

1, Support PREEMPT_DYNAMIC with static keys;
2, Relax memory ordering for atomic operations;
3, Support BPF CPU v4 instructions for LoongArch;
4, Some build and runtime warning fixes.

Note: There is a conflicts in arch/loongarch/include/asm/inst.h but can
be simply fixed by adjusting context.

----------------------------------------------------------------
Hengqi Chen (8):
      LoongArch: Add more instruction opcodes and emit_* helpers
      LoongArch: BPF: Support sign-extension load instructions
      LoongArch: BPF: Support sign-extension mov instructions
      LoongArch: BPF: Support unconditional bswap instructions
      LoongArch: BPF: Support 32-bit offset jmp instructions
      LoongArch: BPF: Support signed div instructions
      LoongArch: BPF: Support signed mod instructions
      selftests/bpf: Enable cpu v4 tests for LoongArch

Huacai Chen (3):
      Merge 'bpf-next 2023-10-16' into loongarch-next
      LoongArch: Support PREEMPT_DYNAMIC with static keys
      LoongArch/smp: Call rcutree_report_cpu_starting() earlier

Nathan Chancellor (1):
      LoongArch: Mark __percpu functions as always inline

WANG Rui (2):
      LoongArch: Disable module from accessing external data directly
      LoongArch: Relax memory ordering for atomic operations

 arch/loongarch/Kconfig                             |   1 +
 arch/loongarch/Makefile                            |   2 +
 arch/loongarch/include/asm/atomic.h                |  88 ++++++++++---
 arch/loongarch/include/asm/inst.h                  |  13 ++
 arch/loongarch/include/asm/percpu.h                |  10 +-
 arch/loongarch/kernel/smp.c                        |   3 +-
 arch/loongarch/net/bpf_jit.c                       | 143 ++++++++++++++++-----
 tools/testing/selftests/bpf/progs/test_ldsx_insn.c |   3 +-
 tools/testing/selftests/bpf/progs/verifier_bswap.c |   3 +-
 tools/testing/selftests/bpf/progs/verifier_gotol.c |   3 +-
 tools/testing/selftests/bpf/progs/verifier_ldsx.c  |   3 +-
 tools/testing/selftests/bpf/progs/verifier_movsx.c |   3 +-
 tools/testing/selftests/bpf/progs/verifier_sdiv.c  |   3 +-
 13 files changed, 215 insertions(+), 63 deletions(-)

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

* Re: [GIT PULL] LoongArch changes for v6.7
  2023-11-12  5:12 [GIT PULL] LoongArch changes for v6.7 Huacai Chen
@ 2023-11-12 19:18 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-11-12 19:18 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 Sun, 12 Nov 2023 13:12:48 +0800:

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

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

Thank you!

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

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

end of thread, other threads:[~2023-11-12 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-12  5:12 [GIT PULL] LoongArch changes for v6.7 Huacai Chen
2023-11-12 19:18 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.