From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754616AbcEZQ0O (ORCPT ); Thu, 26 May 2016 12:26:14 -0400 Received: from e17.ny.us.ibm.com ([129.33.205.207]:33857 "EHLO e17.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753900AbcEZQ0L (ORCPT ); Thu, 26 May 2016 12:26:11 -0400 X-IBM-Helo: d01dlp02.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: Thu, 26 May 2016 09:26:06 -0700 From: "Paul E. McKenney" To: mingo@kernel.org 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, linux@roeck-us.net, tony@atomide.com, linux@arm.linux.org.uk, rostedt@goodmis.org, rjw@rjwysocki.net, pavel@ucw.cz, mturquette@baylibre.com, sboyd@codeaurora.org Subject: [GIT PULL arm] Use _rcuidle tracepoints to allow tracing from idle Message-ID: <20160526162606.GA20023@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: 16052616-0041-0000-0000-0000043F597F 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 Hello, Ingo, This series changes a number of event tracepoints to their _rcuidle() form to allow use from idle without lockdep-RCU complaints, a straightforward modification that has been successfully applied many times. These splats were found in testing by Guenter Roeck and Tony Lindgren, who have both successfully tested the full series. Tony asked that I carry these in -rcu: http://lkml.kernel.org/g/20160426213630.GV5995@atomide.com These have been posted to LKML, CCing relevant maintainers, who have not objected to the proposed changes: http://lkml.kernel.org/g/20160516184844.GA20144@linux.vnet.ibm.com These maintainers are also CCed on this pull request. They have also been subjected to 0day Test Robot and -next testing. Thanx, Paul