mbox series

[GIT,PULL] MIPS fixes for v5.17

Message ID 20220128133345.GA10829@alpha.franken.de (mailing list archive)
State Superseded
Headers show
Series [GIT,PULL] MIPS fixes for v5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes-5.17_1

Message

Thomas Bogendoerfer Jan. 28, 2022, 1:33 p.m. UTC
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes-5.17_1

for you to fetch changes up to fa62f39dc7e25fc16371b958ac59b9a6fd260bea:

  MIPS: Fix build error due to PTR used in more places (2022-01-27 09:04:19 +0100)

----------------------------------------------------------------
- build fix for allmodconfig

----------------------------------------------------------------
Thomas Bogendoerfer (1):
      MIPS: Fix build error due to PTR used in more places

 arch/mips/include/asm/asm.h            |   4 +-
 arch/mips/include/asm/ftrace.h         |   4 +-
 arch/mips/include/asm/r4kcache.h       |   4 +-
 arch/mips/include/asm/unaligned-emul.h | 176 ++++++++++++++++-----------------
 arch/mips/kernel/mips-r2-to-r6-emul.c  | 104 +++++++++----------
 arch/mips/kernel/r2300_fpu.S           |   6 +-
 arch/mips/kernel/r4k_fpu.S             |   2 +-
 arch/mips/kernel/relocate_kernel.S     |  22 ++---
 arch/mips/kernel/scall32-o32.S         |  10 +-
 arch/mips/kernel/scall64-n32.S         |   2 +-
 arch/mips/kernel/scall64-n64.S         |   2 +-
 arch/mips/kernel/scall64-o32.S         |  10 +-
 arch/mips/kernel/syscall.c             |   8 +-
 arch/mips/lib/csum_partial.S           |   4 +-
 arch/mips/lib/memcpy.S                 |   4 +-
 arch/mips/lib/memset.S                 |   2 +-
 arch/mips/lib/strncpy_user.S           |   4 +-
 arch/mips/lib/strnlen_user.S           |   2 +-
 18 files changed, 185 insertions(+), 185 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 28, 2022, 5:36 p.m. UTC | #1
The pull request you sent on Fri, 28 Jan 2022 14:33:45 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes-5.17_1

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

Thank you!