From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com ([134.134.136.100]:43988 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751159AbeCIQf4 (ORCPT ); Fri, 9 Mar 2018 11:35:56 -0500 Date: Fri, 9 Mar 2018 09:35:54 -0700 From: Ross Zwisler To: Jens Axboe Cc: Ross Zwisler , linux-kernel@vger.kernel.org, linux-nvdimm@lists.01.org, Christoph Hellwig , Al Viro , stable@vger.kernel.org Subject: Re: [PATCH] loop: Fix lost writes caused by missing flag Message-ID: <20180309163554.GA485@linux.intel.com> References: <20180212230558.5546-1-ross.zwisler@linux.intel.com> <20180309002048.GA22835@linux.intel.com> <81204608-a436-c16b-6846-947573e6ee3c@kernel.dk> <92dc07f1-dfbd-2449-ce76-502455f56136@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <92dc07f1-dfbd-2449-ce76-502455f56136@kernel.dk> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Mar 09, 2018 at 08:38:57AM -0700, Jens Axboe wrote: > On 3/9/18 8:38 AM, Jens Axboe wrote: > > On 3/8/18 5:20 PM, Ross Zwisler wrote: > >> This has gotten Reviewed-by tags from Christoph and Ming Lei. > >> > >> Al, are you the right person to merge this? Or is the correct person Jens, > >> whom I accidentally didn't include when I sent this out? > >> > >> Just wanted to make sure this got merged, and to see whether it was targeting > >> v4.16 or v4.17. > > > > I'm the right guy, but I don't see patches if I'm not cc'ed on them... > > I have queued this up for 4.16, thanks. > > I do see patches sent to linux-block as well, but you didn't CC that one > either. I figure out who to CC on my patches by using scripts/get_maintainer.pl, and it didn't know about you or linux-block because drivers/block wasn't covered in MAINTAINERS. I'll send a patch to fix this. As it was I just CC'd the folks involved in the original patch, and that one went up through Al. Thanks for picking this up.