]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'md/3.17-fixes' of git://neil.brown.name/md
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 Aug 2014 14:47:01 +0000 (09:47 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 Aug 2014 14:47:01 +0000 (09:47 -0500)
commit9112196ecdea1e79ee646a0810ed4b93fd77eaaf
tree4bd71a2c1fd5151c7d7186aaabaa410b9d786929
parent8e4480c23366d7209692ba44c0999a3058f8dd09
parent3b56bb909f94298b43ba2f949b3ce394016cb675
Merge tag 'md/3.17-fixes' of git://neil.brown.name/md

Pull md bugfixes from Neil Brown:
 "Here are the bug-fixes I promised :-)

  Funny how you start looking for one and other start appearing.

   - raid6 data corruption during recovery
   - raid6 livelock
   - raid10 memory leaks"

* tag 'md/3.17-fixes' of git://neil.brown.name/md:
  md/raid10: always initialise ->state on newly allocated r10_bio
  md/raid10: avoid memory leak on error path during reshape.
  md/raid10: Fix memory leak when raid10 reshape completes.
  md/raid10: fix memory leak when reshaping a RAID10.
  md/raid6: avoid data corruption during recovery of double-degraded RAID6
  md/raid5: avoid livelock caused by non-aligned writes.