From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752927AbaH2Mlc (ORCPT ); Fri, 29 Aug 2014 08:41:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31828 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751608AbaH2Mlb (ORCPT ); Fri, 29 Aug 2014 08:41:31 -0400 Date: Fri, 29 Aug 2014 08:41:28 -0400 From: Mike Snitzer To: Linus Torvalds Cc: dm-devel@redhat.com, linux-kernel@vger.kernel.org, Alasdair G Kergon , Mikulas Patocka Subject: [git pull] device mapper fix for 3.17 Message-ID: <20140829124128.GA28291@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef: Linux 3.17-rc2 (2014-08-25 15:36:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/dm-3.17-fix for you to fetch changes up to d49ec52ff6ddcda178fc2476a109cf1bd1fa19ed: dm crypt: fix access beyond the end of allocated space (2014-08-28 14:24:09 -0400) Please pull, thanks. Mike ---------------------------------------------------------------- Fix 3.17-rc1 regression introduced by switching the DM crypt target to using per-bio data. ---------------------------------------------------------------- Mikulas Patocka (1): dm crypt: fix access beyond the end of allocated space drivers/md/dm-crypt.c | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-)