From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753792AbcEYJv7 (ORCPT ); Wed, 25 May 2016 05:51:59 -0400 Received: from www.linutronix.de ([62.245.132.108]:39565 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753140AbcEYJuh (ORCPT ); Wed, 25 May 2016 05:50:37 -0400 Date: Wed, 25 May 2016 11:51:20 +0200 (CEST) From: Anna-Maria Gleixner To: David Daney cc: linux-kernel@vger.kernel.org, rt@linutronix.de, Ralf Baechle , linux-mips@linux-mips.org Subject: Re: [PATCH] MIPS: Add missing FROZEN hotplug notifier transitions In-Reply-To: <57449A28.3020901@gmail.com> Message-ID: References: <1464095327-55194-1-git-send-email-anna-maria@linutronix.de> <57449A28.3020901@gmail.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 24 May 2016, David Daney wrote: > On 05/24/2016 06:08 AM, Anna-Maria Gleixner wrote: > > The corresponding FROZEN hotplug notifier transitions used on > > suspend/resume are ignored. Therefore the switch case action argument > > is masked with the frozen hotplug notifier transition mask. > > > > Cc: Ralf Baechle > > Cc: linux-mips@linux-mips.org > > Signed-off-by: Anna-Maria Gleixner > > This seems sane, and I don't object, but can you tell us how this was tested? It is compile tested only due to lack of hardware. Anna-Maria