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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C583EC4332F for ; Mon, 27 Sep 2021 22:33:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A7B9B60FED for ; Mon, 27 Sep 2021 22:33:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238013AbhI0WfT (ORCPT ); Mon, 27 Sep 2021 18:35:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58414 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237755AbhI0WfR (ORCPT ); Mon, 27 Sep 2021 18:35:17 -0400 Received: from mail-il1-x12c.google.com (mail-il1-x12c.google.com [IPv6:2607:f8b0:4864:20::12c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 789A9C061740 for ; Mon, 27 Sep 2021 15:33:39 -0700 (PDT) Received: by mail-il1-x12c.google.com with SMTP id i13so21078838ilm.4 for ; Mon, 27 Sep 2021 15:33:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=LOsuwHDiPC+PPoCEQN/qtQeyMVFZbR3g1AzPIbWGz1s=; b=YTqmdXk5vu2O6Z09DphFzhzdWxPQ8jmaJFHrIsMI+6Jhr8dovpFIgf0hfWsFZmWJGq EVBCGkS1YFFNZ8M01WgONYjDBxGTGP/DCZWSKVCmRzFam2Hh4IgqxVmjePf268PGtV81 f5vMDXMmwBYUfauwYcel2Rv7+Z/vgk39qzYsRkTAosBsqgB4GwDsvm6cOxLKEb7WhBzu TSGL2cQt0huoDrGurVnZof3FIGpxyaHR8+jLKBQHjcW0vLlSgpEdy3xv/8pfNM0RjCzL S68pit92xtiJTYJshqe0ROVs/67npCPOQRoa5DA5iXWksCwd+SjdXeI2A9yZ8hXhKis6 coXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=LOsuwHDiPC+PPoCEQN/qtQeyMVFZbR3g1AzPIbWGz1s=; b=HrNNTy3LeSOZQ5sd/NW1JGVF5v7F73AGYUGjyqhfEj3C5NSnohGK1I5PxY03zmIvOu Okr4y/7bIgP+qo7Ly6//IYyaNh1sw7nAcA/iLniyOgyUc40JVMQY1usOfVB1HNrOXK7l Q9ocyhjMKAqce6C6mMApiqOvq5SpY/AFa5nZqphQiDEBle48vdhxfN+9EFgzrByLZ7x+ DS5VYpIRtxoVJaipoZLj4bzCdz6o2mchzBimKefvwmtRI0isPKyPi97HcxkRI4bXgufs /qC5e9syC1ApTnqE7Y2nuOxc4J2efxAx2B0IxPdQzuPTMe3dTF4vDmASSqrzGBd1gH/n rlhA== X-Gm-Message-State: AOAM533U08DVBNADZ7w3lFkDOPwUsIHBMeFQGM4nrn8bfMWWGcBUH4Ik 3u0WE1X5qg5ZLUbB96L4HdCoH7OrxnpZHQ== X-Google-Smtp-Source: ABdhPJwueWxtKqjP8KyNWWEV43ZHbAJgLgbtzL1ErWyEowm3/77Murhw193eceS6jFlQ9sjaEQjTVg== X-Received: by 2002:a92:da85:: with SMTP id u5mr1851944iln.213.1632782018707; Mon, 27 Sep 2021 15:33:38 -0700 (PDT) Received: from [192.168.1.116] ([66.219.217.159]) by smtp.gmail.com with ESMTPSA id y2sm6427866iot.45.2021.09.27.15.33.37 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 27 Sep 2021 15:33:38 -0700 (PDT) Subject: Re: [PATCH v2 00/10] block: second batch of add_disk() error handling conversions To: Luis Chamberlain , colyli@suse.de, kent.overstreet@gmail.com, kbusch@kernel.org, sagi@grimberg.me, vishal.l.verma@intel.com, dan.j.williams@intel.com, dave.jiang@intel.com, ira.weiny@intel.com, konrad.wilk@oracle.com, roger.pau@citrix.com, boris.ostrovsky@oracle.com, jgross@suse.com, sstabellini@kernel.org, minchan@kernel.org, ngupta@vflare.org, senozhatsky@chromium.org Cc: xen-devel@lists.xenproject.org, nvdimm@lists.linux.dev, linux-nvme@lists.infradead.org, linux-bcache@vger.kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210927220039.1064193-1-mcgrof@kernel.org> From: Jens Axboe Message-ID: Date: Mon, 27 Sep 2021 16:33:37 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210927220039.1064193-1-mcgrof@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/27/21 4:00 PM, Luis Chamberlain wrote: > This is the second series of driver conversions for add_disk() > error handling. You can find this set and the rest of the 7th set of > driver conversions on my 20210927-for-axboe-add-disk-error-handling > branch [0]. Applied 1, thanks. -- Jens Axboe