From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_PASS,SPF_SOFTFAIL autolearn=ham autolearn_force=no version=3.4.6 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99754C433EF for ; Mon, 9 May 2022 18:13:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240072AbiEISRk (ORCPT ); Mon, 9 May 2022 14:17:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240053AbiEISRi (ORCPT ); Mon, 9 May 2022 14:17:38 -0400 Received: from mail-io1-xd2f.google.com (mail-io1-xd2f.google.com [IPv6:2607:f8b0:4864:20::d2f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 377FA8166A for ; Mon, 9 May 2022 11:13:43 -0700 (PDT) Received: by mail-io1-xd2f.google.com with SMTP id z26so16214362iot.8 for ; Mon, 09 May 2022 11:13:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=nbP4UxLudGGNXmlugF8xlwUjdH1zs5seOC29q5oKmlM=; b=PybJiJI+d6ApKBe4iSRLaK6vywNjH97JUmHy6z+pDyFUQ52ijVw8IzHkt19i9PfCex /CiILaWaKuwS1WOkuZwboqWsSpJtluUcdtf+e3vK32dHeUvErjB6yip3QLAHx4vpT1TC ZIVSlvVQoqPXFMA3VgPK0AxnURv2ZcP7jRI9eGIQ/pRztwh/vkHfZSQlsPWN6fLN5E8m J3NvcRuxxd+jsPb5WiKXDoRZ6wgXDWwevVTWPfJoXK1xD4NzXej2tv9QO2/JjUqz5P5F jKcXf7Dy3dHKtd6cNYyqVBx9obL5nsM1In1c0CvffbEZk7y5sZ5R/kPXPim2HCsT8zx+ jADQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=nbP4UxLudGGNXmlugF8xlwUjdH1zs5seOC29q5oKmlM=; b=hsMpLe3751HWYflU+Dw1cFhR53gKcGL1YJl3MTX3otiJwJDWvkdPcXUUenPWli6MAW uymFFwncvMFmHnPZNhJzWVmD9nwLBm5zuDopLkgfvKoIwvXiR6pj3kI9nKsXgeN6OnWc zAFjuSTneohB89sMOjMy41+fQV+iDOex3ur0X4YE9wEXXcDquE5nktoY8qeW6cDfp5kM OuUwrQo6xWtpViZn0D4DwO/+O+jHD8tKtqGGk3mDUSRHWw9sEV8JX0bgsALafUisj/2v /ZkuIw6GHx6asP/6ZNL2zOSks2aOLn85CrhjqNdUDwCMMYZW7QxtGYvoHKEOeEpTDXDp pxug== X-Gm-Message-State: AOAM532nSBrZChOHDL2MF1gKXYoNZy9rZYmt+GFFhzJB7e83WQ0RtISO +x9cPirmGSunURFwYFw9fVfE4w== X-Google-Smtp-Source: ABdhPJxpiF7pEVwsiiKNfZHLI9HL8Q///9vvlshdKdDVPVDb+qc+pwHj7s9deiXYZWA3j7ytvjkfIA== X-Received: by 2002:a05:6602:2e82:b0:65a:a33e:6d3f with SMTP id m2-20020a0566022e8200b0065aa33e6d3fmr7341288iow.44.1652120022527; Mon, 09 May 2022 11:13:42 -0700 (PDT) Received: from [192.168.1.172] ([207.135.234.126]) by smtp.gmail.com with ESMTPSA id v4-20020a92ab04000000b002cfa97470c1sm980351ilh.21.2022.05.09.11.13.41 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 09 May 2022 11:13:42 -0700 (PDT) Message-ID: <14b5e588-3df8-fbdc-d4df-ae9187c18812@kernel.dk> Date: Mon, 9 May 2022 12:13:41 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [RFC PATCH] ubd: add io_uring based userspace block driver Content-Language: en-US To: Gabriel Krisman Bertazi , Randy Dunlap Cc: Ming Lei , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, io-uring@vger.kernel.org, ZiyangZhang , Xiaoguang Wang References: <20220509092312.254354-1-ming.lei@redhat.com> <8e3ecd00-1c73-7481-fec2-158528b2798f@infradead.org> <87bkw6lgoo.fsf@collabora.com> From: Jens Axboe In-Reply-To: <87bkw6lgoo.fsf@collabora.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On 5/9/22 12:11 PM, Gabriel Krisman Bertazi wrote: > Randy Dunlap writes: > >> On 5/9/22 02:23, Ming Lei wrote: >>> diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig >>> index fdb81f2794cd..3893ccd82e8a 100644 >>> --- a/drivers/block/Kconfig >>> +++ b/drivers/block/Kconfig >>> @@ -408,6 +408,13 @@ config BLK_DEV_RBD >>> >>> If unsure, say N. >>> >>> +config BLK_DEV_USER_BLK_DRV >>> + bool "Userspace block driver" >>> + select IO_URING >>> + default y >> >> Any "default y" driver is highly questionable and needs to be justified. >> >> Also: why is it bool instead of tristate? > > I think it's only bool because it depends on task_work_add, which is > not exported to modules. It is something to be fixed for sure, can > that function just be exported? There might (rightfully) be resistance to doing that, as it's one of this interfaces that's a bit tricky to use correctly and still have it be efficient and not introduce dependency loops... But this is very much RFC and in progress stuff, so I don't really think we need to pay much attention to that at this point. -- Jens Axboe