]> git.baikalelectronics.ru Git - kernel.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)
commit30704cca96b4ee991040041c540db26deb2da753
treeb88a842c819c2e232bb76591f8d0f0096541d32f
parentc00266cf58f6217fb8acab5d3476df548b6a324b
parent2f421a88cffb0dd263de5ae0c8430024c5ea7fb8
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