Messages in this thread |  | | Date | Sat, 2 Apr 2022 13:27:19 +0200 | From | Thomas Bogendoerfer <> | Subject | [GIT PULL] MIPS fixes vor v5.18 |
| |
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(-)
-- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]
|  |