From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH RESEND] hyper-v: Fix wakeup from suspend-to-idle Date: Thu, 15 Nov 2018 11:07:44 -0800 Message-ID: <20181115190744.GA212221@dtor-ws> References: <20181115180933.396-1-vkuznets@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20181115180933.396-1-vkuznets@redhat.com> Sender: linux-kernel-owner@vger.kernel.org To: Vitaly Kuznetsov Cc: Linux PM , "Rafael J. Wysocki" , kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com, Jiri Kosina , linux-input@vger.kernel.org, Linux Kernel Mailing List List-Id: linux-pm@vger.kernel.org On Thu, Nov 15, 2018 at 07:09:33PM +0100, Vitaly Kuznetsov wrote: > It makes little sense but still possible to put Hyper-V guests into > suspend-to-idle state. To wake them up two wakeup sources were registered > in the past: hyperv-keyboard and hid-hyperv. However, since > commit eed4d47efe95 ("ACPI / sleep: Ignore spurious SCI wakeups from > suspend-to-idle") pm_wakeup_event() from these devices is ignored. Switch > to pm_wakeup_hard_event() API as these devices are actually the only > possible way to wakeup Hyper-V guests. > > Fixes: eed4d47efe95 (ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle) > Reviewed-by: Rafael J. Wysocki > Acked-by: K. Y. Srinivasan > Acked-by: Jiri Kosina > Signed-off-by: Vitaly Kuznetsov > --- > - It seems the patch slipped through the cracks, resending. OK, so since nobody else took it I'll push it through my tree. Thanks. -- Dmitry