mbox series

[GIT,PULL] MIPS fixes vor v5.18

Message ID 20220402112719.GA5234@alpha.franken.de (mailing list archive)
State Accepted
Commit 0b0fa57a2772be5bcef199ae5e769295afec0de5
Headers show
Series [GIT,PULL] MIPS fixes vor v5.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_5.18_1

Message

Thomas Bogendoerfer April 2, 2022, 11:27 a.m. UTC
The following changes since commit f8f9f21c7848e63133c16c899f3d84aa54eb79fe:

  MIPS: Fix build error for loongson64 and sgi-ip27 (2022-03-24 09:45:15 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_5.18_1

for you to fetch changes up to 41022eff9c2d21e658c7a6fcd31005bf514d28b7:

  MIPS: crypto: Fix CRC32 code (2022-04-01 10:19:03 +0200)

----------------------------------------------------------------
- build fix for gpio
- fix crc32 build problems
- check for failed memory allocations

----------------------------------------------------------------
Jackie Liu (1):
      MIPS: rb532: move GPIOD definition into C-files

Paul Cercueil (1):
      MIPS: crypto: Fix CRC32 code

Xiaoke Wang (2):
      mips: sgi-ip22: add a check for the return of kzalloc()
      MIPS: lantiq: check the return value of kzalloc()

 arch/mips/crypto/crc32-mips.c           | 46 +++++++++++++++++++--------------
 arch/mips/include/asm/mach-rc32434/rb.h |  9 -------
 arch/mips/lantiq/falcon/sysctrl.c       |  2 ++
 arch/mips/lantiq/xway/gptu.c            |  2 ++
 arch/mips/lantiq/xway/sysctrl.c         | 46 +++++++++++++++++++++------------
 arch/mips/rb532/gpio.c                  | 10 +++++++
 arch/mips/sgi-ip22/ip22-gio.c           |  2 ++
 7 files changed, 72 insertions(+), 45 deletions(-)

Comments

pr-tracker-bot@kernel.org April 2, 2022, 8 p.m. UTC | #1
The pull request you sent on Sat, 2 Apr 2022 13:27:19 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_5.18_1

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

Thank you!