]> 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)
commit81f16db5a4c9a38b51aa8e822fa7bf060fa3e2ad
treec4a2c9e40bc9da3cb315877e8ca37ab659500716
parent70e746f3f11fd49bd8e26b260aef0d366613813d
parent833b419e4146cbdd3400a3683cc093a2b98d079b
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()