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 62F2EC433EF for ; Wed, 20 Apr 2022 06:14:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230486AbiDTGR2 (ORCPT ); Wed, 20 Apr 2022 02:17:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34382 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239577AbiDTGR1 (ORCPT ); Wed, 20 Apr 2022 02:17:27 -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 935283914F; Tue, 19 Apr 2022 23:14:42 -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 2A62F617B1; Wed, 20 Apr 2022 06:14:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1CA24C385A0; Wed, 20 Apr 2022 06:14:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1650435281; bh=AzW2KIqt1TOZ3fJCJ2Qqg0c7UdQiexQ4mM1Brh5WZcU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MM518wF3K2I2N8/3dzm2b92zKZ/1gWeSPX21dePC//u82/sP5v74676cvktRn+MiV SSH5GtpRrRpuy4aSkBdw+JVzysGOhiG178kTI2ZbnRJWFBlylI7tl+zJGN+RoEX+N8 Jum+KwTHyja8CnguAQKWlBhR8MdJtCJKjalICUIw= Date: Wed, 20 Apr 2022 08:14:37 +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, > > 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. Wait, there was comments, that you seem to have ignored. Why?