From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B81A5C2D0FA for ; Wed, 13 May 2020 10:23:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 99300206E5 for ; Wed, 13 May 2020 10:23:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733031AbgEMKXB (ORCPT ); Wed, 13 May 2020 06:23:01 -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.