]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstore
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 May 2013 14:06:37 +0000 (07:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 May 2013 14:06:37 +0000 (07:06 -0700)
commit339684f5151e23c20b8fa224d44b6c3261e60c08
tree1cf855601ce34630b487f8555cf7df2e96efb506
parentbff7c9e24261193659d6147b98551d8ce6fe11de
parentcbe9b6737a46f192d4e8f6a7a1775bb6044ed4f4
Merge tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstore

Pull pstore update from Anton Vorontsov:

 - A new platform data parameter to specify ECC configuration;

 - Rounding fixup to not waste memory in ecc_blocks;

 - Restore ECC information printouts;

 - A small code cleanup: use kmemdup where appropriate.

* tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstore:
  pstore/ram: Restore ecc information block
  pstore/ram: Allow specifying ecc parameters in platform data
  pstore/ram: Include ecc_size when calculating ecc_block
  pstore: Replace calls to kmalloc and memcpy with kmemdup