Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp374814ybz; Wed, 15 Apr 2020 10:21:05 -0700 (PDT) X-Google-Smtp-Source: APiQypIqx11QjEtWKEK8lPIUFh0cJVJbjqJBAu16/3XcNJVExhqj8NwJjhjeqQinq7AEVYVVakvk X-Received: by 2002:a17:906:4553:: with SMTP id s19mr5928975ejq.295.1586971265165; Wed, 15 Apr 2020 10:21:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586971265; cv=none; d=google.com; s=arc-20160816; b=AhaeNE8no2wz3rqPzEMZn16cuLCIfFnBObeRrzQxmPZ/ZWG1sUEujGS6xVpkbpU6sz xufTn5CuhZQJdq5eLUmxF/0ZfH77aOd4/y+aSbZDB2USsz6K6NfbIHWcHJKfFPrkyQnE 03aMQpiG15/gFH1UI6bt9Q/jy0iQL4SoH2o9g3OubzgjCgJOTX2Pc6z0K3b3AAG7oARk ol/zKsx7uV242oR62roF8wM5bbipXWSRXss3aYQ+PsPzw7FYQ8KGnTThQGFVx1XqL1ro YDkkA1znE0qOVNL98qlm2+TqK3nx8KtKy3WF3G0MVtkEQU4e47e2zz//sI/Yk4sp4a8c dbZg== 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=CquuOBSu//CsgwNq0UFLjmlQy6HpxktjNa0iz4UtBH4=; b=QCcY5ZhK3xXX812Sx5Fh/VTdbj3qFoCPiyGomBBAMRXTtIOn/ihyYWAevq9uLuO+2z /rRlf1QdOabpbv/KbDAJ6jzLqQ6c56O6g5AW7+NpThL72NbQsN53MMeMCEoDQmH+8w7f d9+ovYgQ4mqsZhQ2BMu0mSehxA/2lxdYZDRIG3xUu4uNsaXQW4/RVb406DnakEy4L1X3 i0MTnjE5ka8HeXAfYm8MOyJjQl82OrmUDtLgeTr0HMiTTuwO4prvzH53+eQOmoVFQtaA oHwA+I+Fn5YXx9ntmPpg7nprwinqlkTR1GVk5Pud36tQ1sYFikdH57qfVKSfvZTVeIqS WlRg== 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 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 ch19si9716601ejb.240.2020.04.15.10.20.41; Wed, 15 Apr 2020 10:21:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for 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: best guess record for 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 S2405531AbgDNFd2 (ORCPT + 99 others); Tue, 14 Apr 2020 01:33:28 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:34548 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2405521AbgDNFd1 (ORCPT ); Tue, 14 Apr 2020 01:33:27 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 03E5VJbJ020951; Tue, 14 Apr 2020 07:31:19 +0200 Date: Tue, 14 Apr 2020 07:31:19 +0200 From: Willy Tarreau To: Jens Axboe Cc: Denis Efremov , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Benjamin Herrenschmidt , Geert Uytterhoeven , Helge Deller , Ian Molton , Ivan Kokshaysky , Matt Turner , Richard Henderson , Russell King , Thomas Bogendoerfer , x86@kernel.org Subject: Re: [PATCH 00/23] Floppy driver cleanups Message-ID: <20200414053119.GB20927@1wt.eu> References: <20200331094054.24441-1-w@1wt.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jens, On Mon, Apr 13, 2020 at 04:46:41PM -0600, Jens Axboe wrote: > I'll be happy to queue these up for 5.8 when ready. Would be handy > if you could resend a v2 patchset with the extra patches, makes my > life so much easier... Sure, will do once Denis confirms he's done with the review and is OK with the series. Thanks! Willy