Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751418AbdGRIGe (ORCPT ); Tue, 18 Jul 2017 04:06:34 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:36056 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751203AbdGRIGc (ORCPT ); Tue, 18 Jul 2017 04:06:32 -0400 Date: Tue, 18 Jul 2017 10:06:29 +0200 (CEST) From: Thomas Gleixner To: Juergen Gross cc: linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, x86@kernel.org, boris.ostrovsky@oracle.com, hpa@zytor.com, mingo@redhat.com Subject: Re: [PATCH 2/2] xen: dont fiddle with event channel masking in suspend/resume In-Reply-To: <20170717174703.4603-3-jgross@suse.com> Message-ID: References: <20170717174703.4603-1-jgross@suse.com> <20170717174703.4603-3-jgross@suse.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 326 Lines: 9 On Mon, 17 Jul 2017, 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 Acked-by: Thomas Gleixner