Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751754AbdG0Oac (ORCPT ); Thu, 27 Jul 2017 10:30:32 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:49239 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751577AbdG0Oab (ORCPT ); Thu, 27 Jul 2017 10:30:31 -0400 Subject: Re: [PATCH 2/2] xen: dont fiddle with event channel masking in suspend/resume To: Juergen Gross , linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, x86@kernel.org References: <20170717174703.4603-1-jgross@suse.com> <20170717174703.4603-3-jgross@suse.com> Cc: hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com From: Boris Ostrovsky Message-ID: <13d4da64-64b5-f5eb-e432-dc663355283f@oracle.com> Date: Thu, 27 Jul 2017 10:30:39 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170717174703.4603-3-jgross@suse.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 451 Lines: 11 On 07/17/2017 01:47 PM, Juergen Gross wrote: > Instead of fiddling with masking the event channels during suspend > and resume handling let do the irq subsystem do its job. It will do > the mask and unmask operations as needed. > > Signed-off-by: Juergen Gross Reviewed-by: Boris Ostrovsky (I've been running dumpdata with this for the last couple of days so you can add Tested-by as well if you wish)