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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1EC6C433DF for ; Thu, 18 Jun 2020 16:00:26 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D07342075E for ; Thu, 18 Jun 2020 16:00:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D07342075E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=citrix.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jlwxW-0003RX-L5; Thu, 18 Jun 2020 16:00:10 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jlwxV-0003RJ-5z for xen-devel@lists.xenproject.org; Thu, 18 Jun 2020 16:00:09 +0000 X-Inumbo-ID: c7f818c6-b17c-11ea-8496-bc764e2007e4 Received: from esa1.hc3370-68.iphmx.com (unknown [216.71.145.142]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id c7f818c6-b17c-11ea-8496-bc764e2007e4; Thu, 18 Jun 2020 16:00:08 +0000 (UTC) Authentication-Results: esa1.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none IronPort-SDR: NDAXoFPalvBpS5wXQFuB417IHjeB67cSo9X8ad1CfoZTJniq0JiGeYFHdr9dkQhV+g+v4SdrTj ApJtq9Eh9AmfJXdbOwbg45h6ZslONaOUT3RZB0Xwcbndi5mRQ5YF//s9CJmG1RnsgZIWs3V0aS QstuC8mCw4kA8U98tWUgECeh67dvqtuNim/vSh0H+D1nZx31toerLCcDSvaGkDjaeCPEZsufKO mabEmw8NPGahbINssD0JnEH85U3L/re0gT4ELYRN/QMflWlfCEw4KOwHQqvDcs2s4HeeA7qDMe +v0= X-SBRS: 2.7 X-MesageID: 20689301 X-Ironport-Server: esa1.hc3370-68.iphmx.com X-Remote-IP: 162.221.158.21 X-Policy: $RELAYED X-IronPort-AV: E=Sophos;i="5.75,251,1589256000"; d="scan'208";a="20689301" From: Ian Jackson MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-ID: <24299.36738.827663.937330@mariner.uk.xensource.com> Date: Thu, 18 Jun 2020 17:00:02 +0100 To: "paul@xen.org" Subject: RE: [PATCH for-4.14] xl: Allow shutdown wait for domain death In-Reply-To: <006701d64588$768bf1c0$63a3d540$@xen.org> References: <20200617023642.80594-1-jandryuk@gmail.com> <24299.35750.218855.454255@mariner.uk.xensource.com> <006701d64588$768bf1c0$63a3d540$@xen.org> X-Mailer: VM 8.2.0b under 24.5.1 (i686-pc-linux-gnu) X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Anthony Perard , "xen-devel@lists.xenproject.org" , 'Wei Liu' , 'Paul Durrant' , 'Jason Andryuk' Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Paul Durrant writes ("RE: [PATCH for-4.14] xl: Allow shutdown wait for domain death"): > > -----Original Message----- > > From: Ian Jackson ... > > I have reviewed this patch particularly carefully with a view to > > understanding what happens if you pass just one `-w' as before. > > I have convinced myself that there is definitely no change, so I don't > > think this patch can introduce a regression. > > Ok, I'll trust your judgement. Thanks :-). Pushed. Ian.