]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 May 2015 22:10:07 +0000 (15:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 May 2015 22:10:07 +0000 (15:10 -0700)
commita30ec4b347192f65e811b0b165ef08fa1ba379c4
treeb88a842c819c2e232bb76591f8d0f0096541d32f
parent1d82b0baf9abd59ae6f53f3102f4e442043763a4
parent8532e3439087de69bb1b71fd6be2baa6fc196a55
Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md

Pull md bugfixes from Neil Brown:
 "I have a few more raid5 bugfixes pending, but I want them to get a bit
  more review first.  In the meantime:

   - one serious RAID0 data corruption - caused by recent bugfix that
     wasn't reviewed properly.

   - one raid5 fix in new code (a couple more of those to come).

   - one little fix to stop static analysis complaining about silly rcu
     annotation"

* tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md:
  md/bitmap: remove rcu annotation from pointer arithmetic.
  md/raid0: fix restore to sector variable in raid0_make_request
  raid5: fix broken async operation chain