From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932628AbbIXDXH (ORCPT ); Wed, 23 Sep 2015 23:23:07 -0400 Received: from mx0a-0016f401.pphosted.com ([67.231.148.174]:24403 "EHLO mx0a-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932537AbbIXDXD (ORCPT ); Wed, 23 Sep 2015 23:23:03 -0400 Date: Thu, 24 Sep 2015 11:18:54 +0800 From: Jisheng Zhang To: Tony Lindgren CC: Kevin Hilman , , , , Subject: Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle() Message-ID: <20150924111854.43429ca2@xhacker> In-Reply-To: <20150923180814.GL23801@atomide.com> References: <1442554881-706-1-git-send-email-jszhang@marvell.com> <7hfv25dnkn.fsf@deeprootsystems.com> <20150923180814.GL23801@atomide.com> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-09-24_02:,, signatures=0 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310000 definitions=main-1509240059 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Tony, On Wed, 23 Sep 2015 11:08:15 -0700 Tony Lindgren wrote: > * 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? IMHO, this is a fix. But it can wait for v4.4 merge window. Thanks, Jisheng