From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754244AbbIWSIV (ORCPT ); Wed, 23 Sep 2015 14:08:21 -0400 Received: from muru.com ([72.249.23.125]:53751 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752188AbbIWSIU (ORCPT ); Wed, 23 Sep 2015 14:08:20 -0400 Date: Wed, 23 Sep 2015 11:08:15 -0700 From: Tony Lindgren To: Kevin Hilman Cc: Jisheng Zhang , linux@arm.linux.org.uk, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle() Message-ID: <20150923180814.GL23801@atomide.com> References: <1442554881-706-1-git-send-email-jszhang@marvell.com> <7hfv25dnkn.fsf@deeprootsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7hfv25dnkn.fsf@deeprootsystems.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kevin Hilman [150923 11:03]: > Jisheng Zhang writes: > > > The cpuidle tracepoints are called within a rcu_idle_exit() section, and > > must be denoted with the _rcuidle() version of the tracepoint. > > > > Signed-off-by: Jisheng Zhang > > Acked-by: Kevin Hilman Hmm is this needed as a fix for the -rc cycle or can this wait for v4.4? Regards, Tony