mbox series

[GIT,PULL] MIPS fixes for v6.14

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

Pull-request

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

Message

Thomas Bogendoerfer Feb. 16, 2025, 9:38 a.m. UTC
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 733a90561ad0a4a74035d2d627098da85d43b592:

  MIPS: fix mips_get_syscall_arg() for o32 (2025-02-13 12:41:29 +0100)

----------------------------------------------------------------
Fix for o32 ptrace/get_syscall_info

----------------------------------------------------------------
Dmitry V. Levin (1):
      MIPS: fix mips_get_syscall_arg() for o32

Maciej W. Rozycki (1):
      MIPS: Export syscall stack arguments properly for remote use

 arch/mips/include/asm/ptrace.h  |  4 ++--
 arch/mips/include/asm/syscall.h | 32 ++++++++------------------------
 arch/mips/kernel/asm-offsets.c  |  6 ++++++
 arch/mips/kernel/scall32-o32.S  |  8 ++++----
 4 files changed, 20 insertions(+), 30 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 16, 2025, 6:58 p.m. UTC | #1
The pull request you sent on Sun, 16 Feb 2025 10:38:28 +0100:

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

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

Thank you!