]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Apr 2022 19:14:38 +0000 (12:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Apr 2022 19:14:38 +0000 (12:14 -0700)
commit01f47510b4c31b6488d57bd98234935a48c7b64a
treec4a2c9e40bc9da3cb315877e8ca37ab659500716
parentc91f8f56995ff3c1d8fb89dca791d2b2e8b38350
parent48544d30e8d96147f4fa5fbeb52287bc371bc07e
Merge tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux

Pull MIPS fixes from Thomas Bogendoerfer:

 - build fix for gpio

 - fix crc32 build problems

 - check for failed memory allocations

* tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
  MIPS: crypto: Fix CRC32 code
  MIPS: rb532: move GPIOD definition into C-files
  MIPS: lantiq: check the return value of kzalloc()
  mips: sgi-ip22: add a check for the return of kzalloc()