From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759545AbcIMQ42 (ORCPT ); Tue, 13 Sep 2016 12:56:28 -0400 Received: from mail.kernel.org ([198.145.29.136]:53276 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756807AbcIMQ41 (ORCPT ); Tue, 13 Sep 2016 12:56:27 -0400 Date: Tue, 13 Sep 2016 09:56:23 -0700 From: Shaohua Li To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, neilb@suse.de Subject: [GIT PULL] MD update for 4.8-rc6 Message-ID: <20160913165623.GA13578@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, A few bug fixes for MD. - Guoqing fixed a bug compiling md-cluster in kernel - I fixed a potential deadlock in raid5-cache superblock write, a hang in raid5 reshape resume and a race condition introduced in -rc4 Please pull! Thanks, Shaohua The following changes since commit 86a1679860babbacd61fc1e8c0c0f43641d5860d: Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md (2016-08-30 11:24:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git tags/md/4.8-rc6 for you to fetch changes up to c94455558337eece474eebb6a16b905f98930418: raid5: fix a small race condition (2016-09-09 11:09:19 -0700) ---------------------------------------------------------------- Guoqing Jiang (1): md-cluster: make md-cluster also can work when compiled into kernel Shaohua Li (3): raid5-cache: fix a deadlock in superblock write raid5: guarantee enough stripes to avoid reshape hang raid5: fix a small race condition drivers/md/md.c | 12 ++++-------- drivers/md/raid5-cache.c | 46 +++++++++++++++------------------------------- drivers/md/raid5.c | 14 ++++++++++++-- 3 files changed, 31 insertions(+), 41 deletions(-)