From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753990AbcEBOjF (ORCPT ); Mon, 2 May 2016 10:39:05 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:52887 "EHLO e37.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753292AbcEBOix (ORCPT ); Mon, 2 May 2016 10:38:53 -0400 X-IBM-Helo: d03dlp01.boulder.ibm.com X-IBM-MailFrom: paulmck@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org;linux-omap@vger.kernel.org Date: Mon, 2 May 2016 07:21:17 -0700 From: "Paul E. McKenney" To: linux-kernel@vger.kernel.org Cc: tony@atomide.com, mingo@kernel.org, linux@arm.linux.org.uk, rostedt@goodmis.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH omap 0/6] Fix OMAP uses of RCU from idle loop Message-ID: <20160502142117.GA2911@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16050214-0025-0000-0000-000037045C11 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello! The following series fixes a number of uses of RCU from the idle loop. These are all due to tracing, so the fix is simply to append _rcuidle to the event-tracing call. Thanx, Paul ------------------------------------------------------------------------ arch/arm/kernel/smp.c | 2 +- arch/arm/mach-omap2/powerdomain.c | 9 +++++---- drivers/base/power/runtime.c | 14 +++++++------- drivers/clk/clk.c | 8 ++++---- 4 files changed, 17 insertions(+), 16 deletions(-)