From patchwork Fri Oct 5 19:05:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Snitzer X-Patchwork-Id: 10628677 X-Patchwork-Delegate: snitzer@redhat.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BA54F17E0 for ; Fri, 5 Oct 2018 19:05:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A900429BF3 for ; Fri, 5 Oct 2018 19:05:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9CDC729BF7; Fri, 5 Oct 2018 19:05:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3F6E529BF3 for ; Fri, 5 Oct 2018 19:05:36 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6C649309EFFC; Fri, 5 Oct 2018 19:05:33 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F3065308BDA1; Fri, 5 Oct 2018 19:05:32 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id D4FE8180B5B7; Fri, 5 Oct 2018 19:05:31 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w95J5U5S015933 for ; Fri, 5 Oct 2018 15:05:30 -0400 Received: by smtp.corp.redhat.com (Postfix) id 5C2E05D9C8; Fri, 5 Oct 2018 19:05:30 +0000 (UTC) Delivered-To: dm-devel@redhat.com Received: from localhost (unknown [10.18.25.149]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F29F15D9CA; Fri, 5 Oct 2018 19:05:25 +0000 (UTC) Date: Fri, 5 Oct 2018 15:05:25 -0400 From: Mike Snitzer To: Greg Kroah-Hartman Message-ID: <20181005190524.GA5921@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: dm-devel@redhat.com Cc: dm-devel@redhat.com, Geert Uytterhoeven , Joe Thornber , Alasdair G Kergon Subject: [dm-devel] [git pull] device mapper fixes for 4.19-rc7 X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Fri, 05 Oct 2018 19:05:35 +0000 (UTC) X-Virus-Scanned: ClamAV using ClamSMTP Hi Greg, The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8: Linux 4.19-rc4 (2018-09-16 11:52:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-4.19/dm-fixes-2 for you to fetch changes up to 5d07384a666d4b2f781dc056bfeec2c27fbdf383: dm cache: fix resize crash if user doesn't reload cache table (2018-10-04 15:20:52 -0400) Please pull, thanks! Mike ---------------------------------------------------------------- - Fix a DM thinp __udivdi3 undefined on 32-bit bug introduced during 4.19 merge window. - Fix leak and dangling pointer in DM multipath's scsi_dh related code. - A couple stable@ fixes for DM cache's resize support. - A DM raid fix to remove "const" from decipher_sync_action()'s return type. ---------------------------------------------------------------- Geert Uytterhoeven (1): dm raid: remove bogus const from decipher_sync_action() return type Joe Thornber (1): dm cache metadata: ignore hints array being too small during resize Mike Snitzer (3): dm thin metadata: fix __udivdi3 undefined on 32-bit dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointer dm cache: fix resize crash if user doesn't reload cache table drivers/md/dm-cache-metadata.c | 4 ++-- drivers/md/dm-cache-target.c | 9 +++++++-- drivers/md/dm-mpath.c | 14 ++++++++------ drivers/md/dm-raid.c | 2 +- drivers/md/dm-thin-metadata.c | 6 ++---- 5 files changed, 20 insertions(+), 15 deletions(-) --- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel