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 7A438C433EF for ; Fri, 11 Mar 2022 16:43:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350423AbiCKQoh (ORCPT ); Fri, 11 Mar 2022 11:44:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236353AbiCKQog (ORCPT ); Fri, 11 Mar 2022 11:44:36 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB39E17BC48; Fri, 11 Mar 2022 08:43:32 -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=NopFJbqdz3k/t/PgQ+v4eLqHiQWYYU5ZglRx8JUL8HA=; b=rXa+yTCicdMNJOtnaYJbXIbh4s NmUxvslF776Mle0p3sYZ26+x2IYEQLmnqkmyTazdab8D4wByJuq4qnsf4rjOAzK53vy+a2cHWwWJz /LEAfXkm+Xwd8VMk3RduJNGYOtBJ/hn2ElIw4TMTBTEoJ0ModY6FCgxBoeLbcAunjHxk9YtThVgGn 1D44I79t2DOIwRaep11CfPdkKuSjh9hLHmIlrFLdtCpBEEP209mabfVjELcWueTw27w5BVBIW32ei Cs9GHRvkIGoNI02zM4U4WzxwWS7gHSfxeaYKmd6oSMYi4JJ2gyvqHOu7fa23Izr85q/VWNotYTtxL iyNk/P/g==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nSiMO-00HNRj-AL; Fri, 11 Mar 2022 16:43:24 +0000 Date: Fri, 11 Mar 2022 08:43:24 -0800 From: Luis Chamberlain To: Kanchan Joshi Cc: Christoph Hellwig , Kanchan Joshi , Jens Axboe , Keith Busch , Pavel Begunkov , io-uring@vger.kernel.org, linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, sbates@raithlin.com, logang@deltatee.com, Pankaj Raghav , Javier =?iso-8859-1?Q?Gonz=E1lez?= , Adam Manzanares , Anuj Gupta Subject: Re: [PATCH 00/17] io_uring passthru over nvme Message-ID: References: <20220308152105.309618-1-joshi.k@samsung.com> <20220310082926.GA26614@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Thu, Mar 10, 2022 at 03:35:02PM +0530, Kanchan Joshi wrote: > On Thu, Mar 10, 2022 at 1:59 PM Christoph Hellwig wrote: > > > > What branch is this against? > Sorry I missed that in the cover. > Two options - > (a) https://git.kernel.dk/cgit/linux-block/log/?h=io_uring-big-sqe > first patch ("128 byte sqe support") is already there. > (b) for-next (linux-block), series will fit on top of commit 9e9d83faa > ("io_uring: Remove unneeded test in io_run_task_work_sig") > > > Do you have a git tree available? > Not at the moment. > > @Jens: Please see if it is possible to move patches to your > io_uring-big-sqe branch (and maybe rename that to big-sqe-pt.v1). Since Jens might be busy, I've put up a tree with all this stuff: https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux-next.git/log/?h=20220311-io-uring-cmd It is based on option (b) mentioned above, I took linux-block for-next and reset the tree to commit "io_uring: Remove unneeded test in io_run_task_work_sig" before applying the series. Luis