From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932099AbcERS4l (ORCPT ); Wed, 18 May 2016 14:56:41 -0400 Received: from e19.ny.us.ibm.com ([129.33.205.209]:33186 "EHLO e19.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752371AbcERS4j (ORCPT ); Wed, 18 May 2016 14:56:39 -0400 X-IBM-Helo: d01dlp01.pok.ibm.com X-IBM-MailFrom: paulmck@linux.vnet.ibm.com X-IBM-RcptTo: linux-clk@vger.kernel.org;linux-kernel@vger.kernel.org;linux-omap@vger.kernel.org;linux-pm@vger.kernel.org Date: Wed, 18 May 2016 11:56:38 -0700 From: "Paul E. McKenney" To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, linux-clk@vger.kernel.org, tony@atomide.com, mingo@kernel.org, rostedt@goodmis.org Subject: Re: [PATCH omap v2 0/6] Fix OMAP uses of RCU from idle loop Message-ID: <20160518185638.GD3528@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20160516184844.GA20144@linux.vnet.ibm.com> <573C7E6F.90001@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <573C7E6F.90001@roeck-us.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16051818-0057-0000-0000-0000045AB1D1 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 18, 2016 at 07:38:39AM -0700, Guenter Roeck wrote: > On 05/16/2016 11:48 AM, Paul E. McKenney wrote: > >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. > > > >Changes since v1: Fix commit-log subjects and add maintainers on CC. > > > > For the series, on top of mainline (which now experiences the problem fixed > by this series): > > Tested-by: Guenter Roeck Applied, thank you! And fixed the line-wrapping while I was at it. ;-) Thanx, Paul