Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp408257ybk; Wed, 13 May 2020 03:25:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzTScLwTKrZWn3sKVFh4ddBx8bssf2QiyD+72hNYyiNropO07BpN15dQkIHopUVvr0e5IUl X-Received: by 2002:a17:906:ad4:: with SMTP id z20mr4158336ejf.82.1589365504566; Wed, 13 May 2020 03:25:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589365504; cv=none; d=google.com; s=arc-20160816; b=B6jRbnxWnLtb7HE9gFo/ePDxkgtr332J48FU+UirR3n4i24Dlq9ZA2PvScruaSLlk0 uphzG1P6r7+w6EcMVsGZ9gWbJedNbUDMXmepieM9btZJf7Z0gjm5v5tgx18omhqpP/H4 3sWmYts3QKDNgmaw3oAuW+5DKSGmGSzwIhRkmzFBJPlIBtT4nJ+lSvIRsfm5dc//fK2X vPQVxRxVGZig/DipFq7pYDpsKW/n0QDbGuFXJJm8qrWQFqojzVMX94EhDGlGt38QXaaC 0O8cLqbVXZH7Tcs/b+D19+fqu++e3Ci5Xzm3/XQCRLTbZpPU8o7a5i0lrA0g7D1SHVpC t1dg== 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; bh=GgohrSGQlCvGqbabCCnru63vkc+iqGaXjE/8iC0y+zU=; b=D3DH0SklFFXClgon7PYA5UY5uUdhMiilaO2Xh+bW9r/f1O768IkW6d2ySYQpSKlj1m IVrXg+8Ix8cZaBfkD7w0aRsoGli4IT0mBZJYARXflnofnzeI21la8JkK7KAj9fu6iI6X D5ZrPvZw9wt+BpR7mFmHtUpni+U/I5pAqHmSrA7nv01zgr1PD63CzH9khbFptaZ3kMSs h5NtbsWWfsDRhHsQjbPSwbSTXh0VR4boGBp0Hai1xm+D4P0Wp0nWUhJvtE3OXyJBVt9y C2boW9Z59m827r31ApJmfUUcjDQ3flno/GxhQR8hbZOO6FCaq0Ga88XqpB3nI4uykD/J 57jw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d7si1993437ejo.296.2020.05.13.03.24.41; Wed, 13 May 2020 03:25:04 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732890AbgEMKXA (ORCPT + 99 others); Wed, 13 May 2020 06:23:00 -0400 Received: from verein.lst.de ([213.95.11.211]:45588 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732472AbgEMKXA (ORCPT ); Wed, 13 May 2020 06:23:00 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 1852B68C65; Wed, 13 May 2020 12:22:57 +0200 (CEST) Date: Wed, 13 May 2020 12:22:56 +0200 From: Christoph Hellwig To: Martijn Coenen Cc: Jens Axboe , Narayan Kamath , Zimuzo Ezeozue , kernel-team@android.com, Martijn Coenen , Bart Van Assche , Chaitanya Kulkarni , Jaegeuk Kim , linux-block , LKML , Linux API , Christoph Hellwig , Ming Lei Subject: Re: [PATCH v4 10/10] loop: Add LOOP_CONFIGURE ioctl Message-ID: <20200513102256.GA2087@lst.de> References: <20200429140341.13294-1-maco@android.com> <20200429140341.13294-11-maco@android.com> <1f3064a9-105f-02bb-6a1a-eb9875d292e3@kernel.dk> <4416f60a-6050-5067-6881-0ee9ef944669@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Wed, May 13, 2020 at 09:07:43AM +0200, Martijn Coenen wrote: > On Wed, May 13, 2020 at 4:30 AM Jens Axboe wrote: > > > Looks acceptable to me, but I'm getting a failure applying it to > > > for-5.8/drivers on this patch: > > > > > > Applying: loop: Refactor loop_set_status() size calculation > > > > > > So you'll probably want to respin on the right branch. > > This series depends on a separate bugfix I sent to LKML earlier - see > https://lkml.org/lkml/2020/3/31/755 . I mentioned it in [00/10] of > this series, but perhaps I should have just included that patch. > > I just verified that patch + this series still applies cleanly on your > for-5.8/drivers tree, but if you prefer I send a v5 with that patch > going first let me know. You probably want to resend with the fix includes as the first patch. And drop the truncation check now that we figured out that we don't actually need it.