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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7A6DC433EF for ; Thu, 17 Feb 2022 02:16:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231528AbiBQCQx (ORCPT ); Wed, 16 Feb 2022 21:16:53 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:41080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231524AbiBQCQw (ORCPT ); Wed, 16 Feb 2022 21:16:52 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7F35028AD8A; Wed, 16 Feb 2022 18:16:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=MdoCcAk+OLslw71aT1g+FLgvYQdVds+g0psKDyCv4Dw=; b=frCj2lis/Drp84TC5bHwj3H+9b txoIs4AEW+yjU5hN1LAKZ5BqkbQAMhAx7okevRD+PhkFcJAzIeOJmE9EiGlAJy7SQf2vw2pvjgBB3 K2x0pmtnx2Q4E1x+TFzqjGEUf8zKSACSOXer1TJEv0eHdG+zBi/MfJep5A6W58pm/YjszlkZ/BWty /96L6vaNwjUaHmLlxl2YW6jDskCOuuiJVGc78hEYYSXDPCFat+u+rxQQHFjXtCbLxOPfFYcSecrWa BSQSPHE4w+U0im8Z81LcVqa45/FviHPWdhL4hlDHRN0eNEbBe+VS6sEOVh+zOJpCTE/+7LmSdzrMW uqH0JueQ==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nKWLT-008joa-HD; Thu, 17 Feb 2022 02:16:35 +0000 Date: Wed, 16 Feb 2022 18:16:35 -0800 From: Luis Chamberlain To: Kanchan Joshi , axboe@kernel.dk Cc: io-uring@vger.kernel.org, linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, axboe@kernel.dk, hch@lst.de, kbusch@kernel.org, javier@javigon.com, anuj20.g@samsung.com, joshiiitr@gmail.com, pankydev8@gmail.com Subject: Re: [RFC 03/13] io_uring: mark iopoll not supported for uring-cmd Message-ID: References: <20211220141734.12206-1-joshi.k@samsung.com> <20211220141734.12206-4-joshi.k@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211220141734.12206-4-joshi.k@samsung.com> Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Mon, Dec 20, 2021 at 07:47:24PM +0530, Kanchan Joshi wrote: > From: Anuj Gupta > > Currently uring-passthrough doesn't support iopoll. Bail out to avoid > the panic. > > Signed-off-by: Anuj Gupta Jens, can you fold this in to your series? Luis