Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964951AbdCWQqE (ORCPT ); Thu, 23 Mar 2017 12:46:04 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:28678 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935014AbdCWQqC (ORCPT ); Thu, 23 Mar 2017 12:46:02 -0400 Subject: Re: [Xen-devel] [PATCH 0/2 v2] xen/acpi: upload PM state from init-domain to Xen To: Ankur Arora , linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, Juergen Gross , Konrad Rzeszutek Wilk , stable References: <1490136218-3857-1-git-send-email-ankur.a.arora@oracle.com> From: Boris Ostrovsky Message-ID: <021f12d7-62b6-80d6-7fd4-cc9bb2681122@oracle.com> Date: Thu, 23 Mar 2017 12:45:51 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1490136218-3857-1-git-send-email-ankur.a.arora@oracle.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1051 Lines: 30 On 03/21/2017 06:43 PM, Ankur Arora wrote: > This patch series re-enables the upload of PM data from initial-domain > to Xen. This was broken in commit cd979883b9ede90643e019f33cb317933eb867b4. > > The upload now happens post-resume in workqueue context. From the > POV of Xen, the PM upload might be delayed a little but should be > fine -- Xen falls-back on more limited P and C states. > > Tested C-state upload via mwait_idle=0. > > Changes in v2: > - rebased to 4.11.0-rc2 > - addressed comments from Boris Ostrovsky > > Ankur Arora (2): > xen/acpi: Replace hard coded "ACPI0007" > xen/acpi: upload PM state from init-domain to Xen > > drivers/xen/xen-acpi-processor.c | 36 +++++++++++++++++++++++++++--------- > 1 file changed, 27 insertions(+), 9 deletions(-) > Applied to for-linus-4.11b, with some modifications to commit message in patch 2. Next time please copy maintainers (Juergen and me), otherwise there is a chance that we may miss this. I am also copying Konrad since since his R-b was not given on the public list. -boris