]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 May 2013 23:42:10 +0000 (16:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 May 2013 23:42:10 +0000 (16:42 -0700)
commit7243bace95aab6b2ecbc8f4fc155a6b022d5f710
tree822ba5d9751731d954895e69cf1456cb803ff944
parentf1b5c510f3bd609f335eb9eedfcc0a98be91f73e
parente2e738cc9880a68fd8857d82473cfd676674ddab
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux

Pull trivial pstore update from Tony Luck:
 "Couple of pstore cleanups"

It turns out that the kmemdup() conversion ends up being undone by the
fact that the memory block also needed the ecc information (see commit
e6218dff0b9a: "pstore/ram: Restore ecc information block"), so all that
remains after merging is the error return code change.

* tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux:
  pstore/ram: fix error return code in ramoops_probe()
  fs: pstore: Replaced calls to kmalloc and memcpy with kmemdup
fs/pstore/ram.c