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 1BC05C433F5 for ; Wed, 20 Apr 2022 06:14:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242725AbiDTGQw (ORCPT ); Wed, 20 Apr 2022 02:16:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230486AbiDTGQv (ORCPT ); Wed, 20 Apr 2022 02:16:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BEDBA38BF8; Tue, 19 Apr 2022 23:14:06 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 56265617A9; Wed, 20 Apr 2022 06:14:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1E8A1C385A0; Wed, 20 Apr 2022 06:14:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1650435245; bh=f+gZduF2psfthY6DZICa9pGL/YCscA8r6rtJLOIe55U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gAiFuoZWbfA3Gbp4SxuUGUqH6JkSe/fn7fp5xEdlK/nzTT++Vz8BaPmQUgPR6AAKo qpD9ofG9aKOVf4zuM/gyDF8rlIv39oalEu+uV7byAtPbTdqsd7rQqeLrmOIEy1FAxc bnfeKWqpizdlXwCr0aCusvizQMdxjb/o/hq7o9KM= Date: Wed, 20 Apr 2022 08:13:50 +0200 From: Greg Kroah-Hartman To: Tanjore Suresh Cc: "Rafael J . Wysocki" , Christoph Hellwig , Sagi Grimberg , Bjorn Helgaas , Linux Kernel Mailing List , linux-nvme@lists.infradead.org, linux-pci Subject: Re: [PATCH v2 0/3] Asynchronous shutdown interface and example implementation Message-ID: References: <20220412224348.1038613-1-tansuresh@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Tue, Apr 19, 2022 at 03:35:47PM -0700, Tanjore Suresh wrote: > Hey, Please never top-post. > I did not hear any comments on this v2 version. Please help me with your > comments and approval so that this can be prepared for checkin. Relax, it is in my to-review queue... There is no rush here. greg k-h