mbox series

[GIT,PULL] MIPS fixes for v6.9

Message ID Zhjt0hXiftxCyFsH@alpha.franken.de (mailing list archive)
State Accepted
Commit e00011a146cde3a86fff96cb643f9b7dd40166ac
Headers show
Series [GIT,PULL] MIPS fixes for v6.9 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_6.9_1

Message

Thomas Bogendoerfer April 12, 2024, 8:16 a.m. UTC
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_6.9_1

for you to fetch changes up to 4370b673ccf240bf7587b0cb8e6726a5ccaf1f17:

  MIPS: scall: Save thread_info.syscall unconditionally on entry (2024-04-09 16:52:21 +0200)

----------------------------------------------------------------
Fix for syscall_get_nr() to make it work even if tracing is disabled

----------------------------------------------------------------
Jiaxun Yang (1):
      MIPS: scall: Save thread_info.syscall unconditionally on entry

 arch/mips/include/asm/ptrace.h |  2 +-
 arch/mips/kernel/asm-offsets.c |  1 +
 arch/mips/kernel/ptrace.c      | 15 ++++++---------
 arch/mips/kernel/scall32-o32.S | 23 +++++++++++++----------
 arch/mips/kernel/scall64-n32.S |  3 ++-
 arch/mips/kernel/scall64-n64.S |  3 ++-
 arch/mips/kernel/scall64-o32.S | 33 +++++++++++++++++----------------
 7 files changed, 42 insertions(+), 38 deletions(-)

Comments

pr-tracker-bot@kernel.org April 12, 2024, 4:08 p.m. UTC | #1
The pull request you sent on Fri, 12 Apr 2024 10:16:18 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_6.9_1

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

Thank you!