Hi Linus,
please pull following bugfixes.
I have a few more raid5 bugfixes pending, but I want to get a bit more
review first.
Thanks,
NeilBrown
The following changes since commit bb27051f9fd7643f05d8f0babce3337f0b9b3087:
md/raid5: fix handling of degraded stripes in batches. (2015-05-08 18:47:57 +1000)
are available in the git repository at:
git://neil.brown.name/md tags/md/4.1-rc4-fixes
for you to fetch changes up to 8532e3439087de69bb1b71fd6be2baa6fc196a55:
md/bitmap: remove rcu annotation from pointer arithmetic. (2015-05-21 09:14:41 +1000)
----------------------------------------------------------------
md fixes for 4.1-rc4
- 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.
----------------------------------------------------------------
Eric Work (1):
md/raid0: fix restore to sector variable in raid0_make_request
NeilBrown (1):
md/bitmap: remove rcu annotation from pointer arithmetic.
Shaohua Li (1):
raid5: fix broken async operation chain
drivers/md/bitmap.c | 7 ++++++-
drivers/md/raid0.c | 4 +++-
drivers/md/raid5.c | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)