]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'pstore-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Jan 2020 00:39:51 +0000 (16:39 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Jan 2020 00:39:51 +0000 (16:39 -0800)
commit8a042ae59cf06c56031bec5c2a964c9a03dd376e
tree8715f86aed2fd47f754b1fc902921ac932719fbb
parenteec538bbb65ecb132828b9150b36399a9042367f
parent2c2e411ec802d0d8743b857489786a9877960f77
Merge tag 'pstore-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull pstore bug fixes from Kees Cook:

 - always reset circular buffer state when writing new dump (Aleksandr
   Yashkin)

 - fix rare error-path memory leak (Kees Cook)

* tag 'pstore-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  pstore/ram: Write new dumps to start of recycled zones
  pstore/ram: Fix error-path memory leak in persistent_ram_new() callers