From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753472AbcEROiv (ORCPT ); Wed, 18 May 2016 10:38:51 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:44056 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753324AbcEROit (ORCPT ); Wed, 18 May 2016 10:38:49 -0400 Subject: Re: [PATCH omap v2 0/6] Fix OMAP uses of RCU from idle loop To: paulmck@linux.vnet.ibm.com, 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 References: <20160516184844.GA20144@linux.vnet.ibm.com> Cc: tony@atomide.com, mingo@kernel.org, rostedt@goodmis.org From: Guenter Roeck Message-ID: <573C7E6F.90001@roeck-us.net> Date: Wed, 18 May 2016 07:38:39 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <20160516184844.GA20144@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Guenter