[GIT,PULL] LoongArch fixes for v6.7-rc5

Message ID 20231209112317.1542046-1-chenhuacai@loongson.cn
State New
Headers
Series [GIT,PULL] LoongArch fixes for v6.7-rc5 |

Pull-request

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

Message

Huacai Chen Dec. 9, 2023, 11:23 a.m. UTC
  The following changes since commit 33cc938e65a98f1d29d0a18403dbbee050dcad9a:

  Linux 6.7-rc4 (2023-12-03 18:52:56 +0900)

are available in the Git repository at:

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

for you to fetch changes up to e2f7b3d8b4b300956a77fa1ab084c931ba1c7421:

  LoongArch: BPF: Fix unconditional bswap instructions (2023-12-09 15:49:16 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.7-rc5

Preserve syscall nr across execve(), slightly clean up drdtime(), fix
the Clang built zboot kernel, fix a stack unwinder bug and several bpf
jit bugs.
----------------------------------------------------------------
Hengqi Chen (3):
      LoongArch: Preserve syscall nr across execve()
      LoongArch: BPF: Don't sign extend memory load operand
      LoongArch: BPF: Don't sign extend function return value

Jinyang He (1):
      LoongArch: Set unwind stack type to unknown rather than set error flag

Tiezhu Yang (2):
      LoongArch: BPF: Fix sign-extension mov instructions
      LoongArch: BPF: Fix unconditional bswap instructions

WANG Rui (1):
      LoongArch: Apply dynamic relocations for LLD

Xi Ruoyao (1):
      LoongArch: Slightly clean up drdtime()

 arch/loongarch/Makefile                 |  2 +-
 arch/loongarch/include/asm/elf.h        |  2 +-
 arch/loongarch/include/asm/loongarch.h  |  5 ++---
 arch/loongarch/kernel/stacktrace.c      |  2 +-
 arch/loongarch/kernel/unwind.c          |  1 -
 arch/loongarch/kernel/unwind_prologue.c |  2 +-
 arch/loongarch/net/bpf_jit.c            | 18 ++++++------------
 7 files changed, 12 insertions(+), 20 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 9, 2023, 8:34 p.m. UTC | #1
The pull request you sent on Sat,  9 Dec 2023 19:23:17 +0800:

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

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

Thank you!