Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp684936imu; Fri, 11 Jan 2019 07:20:23 -0800 (PST) X-Google-Smtp-Source: ALg8bN7u8XcE9bcWxy4Ccdtdhd70OYq478RGso3n76QAXTVoiePo7epKxBzpBD5Pyd9JgvTSBtNx X-Received: by 2002:a62:35c7:: with SMTP id c190mr15423971pfa.76.1547220023169; Fri, 11 Jan 2019 07:20:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547220023; cv=none; d=google.com; s=arc-20160816; b=oImgvFkZLWjfb4EVNwv4ANnzsi5kLFilTvcERuE11u7Y0nd2buTGThQE5gGhPAEGqA xHEQ+eFVmGNc8dTz7aeRybt9ze779xJmdRQD60KrvTeIEFil4B548mAAURyLBIV/I0+B GqGsInH1rDztrLOJcEjIwO5CmSyQHDhsTDr7ZPiB2OeLGvvjp3UhuQyOCI0VEwipDfPB WeSyr3Ce7c7MuQQXl5BgORbBI1y56+jPwE+GNPJk4IOJ1bCkCdCHiNrok1ntR2lqo1eN yr7XshOXANNLyKh20z/5PkKhHDtG0FNCnT6QEVWDyQDUjbZ1LeqOMDhl8lexLFa5SvnM ij+g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=0RH2Q/WyFbIJLKNSOH++9hc60iZC5VtVxQ2QZkWCMYU=; b=EZkyR8ppUdKVvWz1NxMsUg6v3bxiFiQ3PXgbMlNMXrp8bQKgLE43lZf14A/A1OBnAP grPWJlCLeOhDxGUkZtS2suwzxRfTRnWVK29QfyYxwb3afzcFqmT97jLqa8EvOYd+H0Ka hgQ+IXkscdwuWjTGJzszIf6aQAzKHd2Y/GGI1Kt3mLyZqT5vWSUIl71uBP3gGR1vgXyo B4pSQaJ/ikjBdg16SLuFTZ1dqW5zq5EdR5LjMYza2KRFAdo7CEpYWdIcm48hsN8FYeCE nkfUlVDBegsmgYB1jQhHP4euevbYEkR1QIDmT97kcpSlgjIcsfyqJyfBz/hHA65lbqjJ UaIA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=gLbCbRZm; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c65si77677856pfa.148.2019.01.11.07.20.07; Fri, 11 Jan 2019 07:20:23 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=gLbCbRZm; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733198AbfAKPSA (ORCPT + 99 others); Fri, 11 Jan 2019 10:18:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:59746 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730715AbfAKPSA (ORCPT ); Fri, 11 Jan 2019 10:18:00 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1813420675; Fri, 11 Jan 2019 15:17:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547219879; bh=F5ptBm6roh9RBCL+nEoOqI1mhPoyMDA3FWJiFktxJXE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gLbCbRZm9ilHSamdXxgpHRt+pxTwH1D6Fkfuc1vt2kuWZr61xANSr1rf1jqUHR5vl JE8FZy7gB0+4e+vRAMqeDLSFsUkKlCOcIgY/j1hneIFKIWnN6dWyya4Q1VVHDkGno8 hRe2pjx7C+OT+/KKNoKE+NkUoPzVS2bZuLCi3+HA= Date: Fri, 11 Jan 2019 16:17:57 +0100 From: Greg Kroah-Hartman To: Mike Snitzer Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Ming Lin , Christoph Hellwig , Xiao Ni , Mariusz Dabrowski , Ming Lei , Jens Axboe , Sudip Mukherjee Subject: Re: [PATCH 4.4 72/88] block: dont deal with discard limit in blkdev_issue_discard() Message-ID: <20190111151757.GA15261@kroah.com> References: <20190111131045.137499039@linuxfoundation.org> <20190111131058.120784730@linuxfoundation.org> <20190111142539.GA10601@redhat.com> <20190111143514.GA8530@kroah.com> <20190111150605.GA10771@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190111150605.GA10771@redhat.com> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 11, 2019 at 10:06:05AM -0500, Mike Snitzer wrote: > On Fri, Jan 11 2019 at 9:35am -0500, > Greg Kroah-Hartman wrote: > > > On Fri, Jan 11, 2019 at 09:25:39AM -0500, Mike Snitzer wrote: > > > On Fri, Jan 11 2019 at 9:08am -0500, > > > Greg Kroah-Hartman wrote: > > > > > > > 4.4-stable review patch. If anyone has any objections, please let me know. > > > > > > > > ------------------ > > > > > > > > From: Ming Lei > > > > > > > > commit 744889b7cbb56a64f957e65ade7cb65fe3f35714 upstream. > > > > > > Hi Greg, > > > > > > Please also pick up this commit: > > > 89f5fa47476eda56402e29fff3c5097f5c2a1e19 ("dm: call blk_queue_split() to > > > impose device limits on bios") > > > > That's going to be hard as the dependancy for that patch is not here in > > 4.4.y, and this patch itself isn't even in anything older than 4.19.y. > > Right, I quickly replied to this thread with followup of the 3 prereq > patches needed to get 89f5fa47476 to apply. > > > So why add it here to 4.4.y only? > > Because you're looking to pull in a commit into 4.4 that causes problems > elsewhere. > > > Can you send the needed patch series to the stable@ mailing list for the > > different stable trees if this needs to get into them? > > I'll try to get to that, but it is low priority for me. And in the > meantime.. DM will be broken in 4.4 if you take 744889b7cb.. wheeeee. Ok, then I should drop this patch from 4.4, I can do that. Looks like it's not in 4.9 either, so that's another good reason to not take it here as well. Any objection to just dropping it? thanks, greg k-h