Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755446Ab3H1WBC (ORCPT ); Wed, 28 Aug 2013 18:01:02 -0400 Received: from mail-ob0-f178.google.com ([209.85.214.178]:46919 "EHLO mail-ob0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754750Ab3H1WA7 (ORCPT ); Wed, 28 Aug 2013 18:00:59 -0400 MIME-Version: 1.0 In-Reply-To: <16805669.URyPi50bbV@vostro.rjw.lan> References: <1377287112-12018-1-git-send-email-ccross@android.com> <16805669.URyPi50bbV@vostro.rjw.lan> Date: Wed, 28 Aug 2013 15:00:58 -0700 X-Google-Sender-Auth: R4S9pfF-jYcsNbOGZeRj5-P-hb0 Message-ID: Subject: Re: [PATCH 1/3] cpuidle: coupled: disable interrupts after entering safe state From: Colin Cross To: "Rafael J. Wysocki" Cc: Linux PM list , lkml , Neil Zhang , Joseph Lo , linux-tegra , stable@vger.kernel.org, Daniel Lezcano Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1167 Lines: 24 On Wed, Aug 28, 2013 at 2:28 PM, Rafael J. Wysocki wrote: > On Friday, August 23, 2013 12:45:10 PM Colin Cross wrote: >> Calling cpuidle_enter_state is expected to return with interrupts >> enabled, but interrupts must be disabled before starting the >> ready loop synchronization stage. Call local_irq_disable after >> each call to cpuidle_enter_state for the safe state. >> >> CC: stable@vger.kernel.org >> Signed-off-by: Colin Cross > > I've queued up all thress for 3.12, but I wonder what stable versions they > should be included into? All of them or just a subset? The patches apply cleanly back to v3.6. Joseph Lo had 2 minor comments on patch 2 (changing Tegra3 to Tegra20 in the commit message, replacing cpuidle_coupled_poke_pending with cpuidle_coupled_poked in the comment above cpuidle_coupled_poked), do you want to fix those up locally or should I resend the series? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/