Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2606811pxj; Mon, 14 Jun 2021 02:53:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzPoMZqIY5JW7O3Fd1rlp1UCvzmNZl04cdmL4J1qAtAieXeyig77MkMM5Z7Kg/kGLnT4jct X-Received: by 2002:a17:906:994d:: with SMTP id zm13mr14005902ejb.427.1623664381828; Mon, 14 Jun 2021 02:53:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623664381; cv=none; d=google.com; s=arc-20160816; b=g4/Jlmr3/XQBSn/mpQbzHk9voJCgk5PFJVbmkhs+Qwrg5K3JVjdz7+K8jl+Dm7B2OL LjYSdyURJiYMNTuGoBeOddzv3xre6MT5kNPg02yVmdOXe/10iD9XPzMs5uog4qxylQ0y bkk5U5IMbIM7djk3eRyCVtEZjBtHkJ5XZVJEmNY3hyqhS79Km7IR464H4hhRae2WHhzv mpXsTJGLYnlGBdKNuUI+bOFgL7rCmx/oBBAB6vRrFtJFjrV16ICJKeS9KLkbEw3ypgtO kMo8moZrS/QHnxEzgOH/uMVgUHOc2RYKmhRgWnAiRbn0MwYosNKyDnymZdevjRlk7+mS 6gEg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=73R03MZelYtd6akRXN9GsiUbmlMUhD/NrGsQQ+fnu0k=; b=xT+L5vv0ykX3+zOD8BADnWBDNJkH978PmPjCAe0rJjgGOpSDQ0hk/O4TFucSMfKyPi lUkxpeuW320IZUK79uevJLFq6GTp9Kde+d2VmgmmYt8juk2/4OPhBzdWmQZzqoQSbqWY loqoMPgy3bvEllNAerEkBMhMw74B2pJpy8F0SPWN2ldlRa4gHJB06zzyxbRtfwSvc548 Gn1SRsL7yOxLuGZ2VEwzcxzoTn5VR8cNicPrUT/FJYYaePqRazyxABZZOA/Ra/ZBYQPu YvKG2MH5Ur/ypVF1E1x1urNN00pFof+ztSMKNkfO5gsg4lqoP4CXsp+tpv8hpxQuqkdP A6mg== 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 w19si10516182edc.458.2021.06.14.02.52.38; Mon, 14 Jun 2021 02:53:01 -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 S232727AbhFNJv3 (ORCPT + 99 others); Mon, 14 Jun 2021 05:51:29 -0400 Received: from verein.lst.de ([213.95.11.211]:43413 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232718AbhFNJv0 (ORCPT ); Mon, 14 Jun 2021 05:51:26 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 62CAC67373; Mon, 14 Jun 2021 11:49:19 +0200 (CEST) Date: Mon, 14 Jun 2021 11:49:19 +0200 From: Christoph Hellwig To: Anton Ivanov Cc: Christoph Hellwig , Richard Weinberger , Jens Axboe , linux-um@lists.infradead.org, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org Subject: Re: [PATCH 2/2] ubd: use blk_mq_alloc_disk and blk_cleanup_disk Message-ID: <20210614094919.GA9501@lst.de> References: <20210614060759.3965724-1-hch@lst.de> <20210614060759.3965724-3-hch@lst.de> <847f7608-1d11-1410-5394-b5aa5de9f45e@cambridgegreys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <847f7608-1d11-1410-5394-b5aa5de9f45e@cambridgegreys.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 14, 2021 at 09:26:58AM +0100, Anton Ivanov wrote: > This does not build for me when applied to master: Yes, as mentioned in the cover letter it needs for-5.14/block branch from here: git://git.kernel.dk/linux-block for-5.14/block Gitweb: https://git.kernel.dk/cgit/linux-block/log/?h=for-5.14/block