Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751590AbdGRSti (ORCPT ); Tue, 18 Jul 2017 14:49:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:54308 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751402AbdGRSth (ORCPT ); Tue, 18 Jul 2017 14:49:37 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8C4B422B4D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shli@kernel.org Date: Tue, 18 Jul 2017 11:49:34 -0700 From: Shaohua Li To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org Subject: [GIT PULL] MD update for 4.13-rc2 Message-ID: <20170718184934.lu3fioskpjvh7qib@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1158 Lines: 36 Hi, Please pull 3 MD fixes: - raid5-ppl fix by Artur. This one is introduced in this release cycle. - raid5 reshape fix by Xiao. This is an old bug and will be added to stable. - Bitmap fix by Guoqing. Thanks, Shaohua The following changes since commit af3c8d98508d37541d4bf57f13a984a7f73a328c: Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux (2017-07-09 18:48:37 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git tags/md/4.13-rc2 for you to fetch changes up to 6409e84ec58fc4c0085d8921f8e01815dc871971: raid5-ppl: use BIOSET_NEED_BVECS when creating bioset (2017-07-12 09:26:37 -0700) ---------------------------------------------------------------- Artur Paszkiewicz (1): raid5-ppl: use BIOSET_NEED_BVECS when creating bioset Guoqing Jiang (1): md/bitmap: don't read page from device with Bitmap_sync Xiao Ni (1): Raid5 should update rdev->sectors after reshape drivers/md/bitmap.c | 3 ++- drivers/md/md.h | 4 +++- drivers/md/raid5-ppl.c | 2 +- drivers/md/raid5.c | 4 +--- 4 files changed, 7 insertions(+), 6 deletions(-)