]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'pstore-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Mar 2019 17:02:47 +0000 (09:02 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Mar 2019 17:02:47 +0000 (09:02 -0800)
commite503622e6c8ecd9f74acc9d10c53c0f8d42f8174
tree260b01b049873aa3c9897343ed49eb80dbf83f4e
parent695aa0b09e6003a192c3d36717736f9af819f141
parent0f1c0c87489ecc46d4da39edf7aba397f44e5deb
Merge tag 'pstore-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull pstore cleanups from Kees Cook:

 - Remove some needless memory allocations (Yue Hu, Kees Cook)

 - Add zero-length checks to avoid no-op calls (Yue Hu)

* tag 'pstore-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  pstore/ram: Avoid needless alloc during header write
  pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write()
  pstore/ram: Move initialization earlier
  pstore: Avoid writing records with zero size
  pstore/ram: Replace dummy_data heap memory with stack memory