]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'pstore-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Jan 2020 05:42:05 +0000 (21:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Jan 2020 05:42:05 +0000 (21:42 -0800)
commitd8e84a936ae718c0f21820ec73a55d3c10b4bedb
tree25208c2ee789fa255baa10fd22769e57444ea86e
parentfadf8ced2add832887d6215c31013ed3ab108da0
parent199f626286f0b1768c7e57d89a677801141ccb95
Merge tag 'pstore-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull pstore fix from Kees Cook:
 "Cengiz Can forwarded a Coverity report about more problems with a rare
  pstore initialization error path, so the allocation lifetime was
  rearranged to avoid needing to share the kfree() responsibilities
  between caller and callee"

* tag 'pstore-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  pstore/ram: Regularize prz label allocation lifetime