From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753760AbbCIJX7 (ORCPT ); Mon, 9 Mar 2015 05:23:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36797 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753272AbbCIJX4 (ORCPT ); Mon, 9 Mar 2015 05:23:56 -0400 Date: Mon, 9 Mar 2015 09:36:52 +0000 From: Alexander Gordeev To: linux-kernel@vger.kernel.org Cc: "Paul E. McKenney" Subject: Re: [PATCH 00/10] rcu: Cleanup RCU tree initialization Message-ID: <20150309093650.GA4767@agordeev.usersys.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 09, 2015 at 09:34:04AM +0100, Alexander Gordeev wrote: > Hi Paul, > > Here is cleanup of RCU tree initialization rebased on linux-rcu rcu/next > repo, as you requested. Please, note an extra patch #10 that was not > present in the first post. Paul, Please, ignore patch #10 for now. I missed to notice rcu_node::grpnum is used in tracing, so the patch is incomplete. I am not sure why trailing spaces in seq_printf(m, "%lx/%lx->%lx %c%c>%c %d:%d ^%d ", ....) are needed for, so not sure if "^%d" part should be removed (possibly with the traling spaces) or replaced with three spaces. Thanks! -- Regards, Alexander Gordeev agordeev@redhat.com