Received: by 10.223.185.116 with SMTP id b49csp3729459wrg; Tue, 13 Feb 2018 06:56:26 -0800 (PST) X-Google-Smtp-Source: AH8x225qfwXzzUU7L7igfea5RQlkKh5J0/dJd35L8I5GK1oSzpXeleRDad9Q8yZw65NpmWVLyZe9 X-Received: by 2002:a17:902:bf0c:: with SMTP id bi12-v6mr1180949plb.143.1518533786734; Tue, 13 Feb 2018 06:56:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518533786; cv=none; d=google.com; s=arc-20160816; b=dQ6a+fR7CI/UkaNEX2K6Tf5p1xi1uNvvvaThuYFKifmkvhgCIzeqYIxGGKWnsoP8UD NzXJzu+Gz7/hcn/96yE9Jg5pLPVLIhAhCOqHJJP5ByXV0uF3Fbo30Zt1KQIAsOv9c3Yp wd3ZExd8lAfdq86QQqfp66ICiPwVoL9sMmQdHj7hDhW5y++Wih0iEs/8eq7Zk93qwLyX aCa1OkyagKvCvdlu30Y5wfM3UtX/1ctkpAm1QRtnMH8YtMHWCGTMeaYzhYlS+QTQKlxY ClwhbCe3xwoNTTK1pgkCPN5BcEp5aQ3bWDIqB/048esUkPqEBos3FD7U20sCuYLA4yZA i0LA== 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:arc-authentication-results; bh=h3nKQBuYzf5Tt0JtV3VzqWUmUPCN1eY3R7/XKE52twA=; b=nnLczIWWL4M/ZuW9BNNISVVsEV/J62ompxooXmioDpIGNLLrPk5FYuykH+jDwCjj3z boXOVbBthc1b+UyZBETRVKm4+cOWt3DWYvOPYzcHi/vaGS0pKIWgLMpobAHCkEoaLz7a pHedOpopJfPEofM7uj807UUcxegXlQN/d4WXhxggnEUNPDojwhOSq8zEvqdDciWIwNRD VkuyrSXVgE/s4Jaiy9KGzh67+Uyb6M23NQK3j5Q0bUzH00S8pSsvf4ETgUl/kKuC36Er P+3ibLRoL0H7h8+/rkQazKj7CP5VJdFjIJGeBt5g0lYkzXHfYmcBl+VAM3eo7wuHkIqM aa7w== ARC-Authentication-Results: i=1; mx.google.com; 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 97-v6si1397566ple.430.2018.02.13.06.56.11; Tue, 13 Feb 2018 06:56:26 -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; 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 S935437AbeBMOyH (ORCPT + 99 others); Tue, 13 Feb 2018 09:54:07 -0500 Received: from verein.lst.de ([213.95.11.211]:45417 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933716AbeBMOyG (ORCPT ); Tue, 13 Feb 2018 09:54:06 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 9AFE36FAC4; Tue, 13 Feb 2018 15:54:04 +0100 (CET) Date: Tue, 13 Feb 2018 15:54:04 +0100 From: Christoph Hellwig To: Ross Zwisler Cc: 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: <20180213145404.GB14657@lst.de> References: <20180212230558.5546-1-ross.zwisler@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180212230558.5546-1-ross.zwisler@linux.intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig Can you wire up your test cases for blktests?