From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752159AbdDHHxT (ORCPT ); Sat, 8 Apr 2017 03:53:19 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54006 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751653AbdDHHxJ (ORCPT ); Sat, 8 Apr 2017 03:53:09 -0400 Date: Sat, 8 Apr 2017 09:52:58 +0200 From: Greg Kroah-Hartman To: Ben Hutchings Cc: Jinpu Wang , "linux-kernel@vger.kernel.org" , stable , NeilBrown , Jens Axboe Subject: Re: [PATCH 4.4 25/26] blk: Ensure users for current->bio_list can see the full list. Message-ID: <20170408075258.GA9997@kroah.com> References: <20170406083604.362636628@linuxfoundation.org> <20170406083605.968271891@linuxfoundation.org> <1491502678.10415.40.camel@codethink.co.uk> <1491569158.10415.49.camel@codethink.co.uk> <1491572276.10415.53.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1491572276.10415.53.camel@codethink.co.uk> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 07, 2017 at 02:37:56PM +0100, Ben Hutchings wrote: > On Fri, 2017-04-07 at 15:03 +0200, Jinpu Wang wrote: > [...] > > Thanks, you're right, just found commit > > cd8ad4d9eb6d9ee04e77b42c6a7a15eabada85ac was included in 4.4.55+, > > I see, the device-mapper code changed after you prepared your > backport. :-/ > > > We should use your backport! > > Thanks, I'm glad we could agree. Thanks for the updated patch, I've now used it instead of the original one. greg k-h