Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756668AbaFWRmZ (ORCPT ); Mon, 23 Jun 2014 13:42:25 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:54445 "EHLO e33.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756157AbaFWRmY (ORCPT ); Mon, 23 Jun 2014 13:42:24 -0400 Date: Mon, 23 Jun 2014 10:42:17 -0700 From: "Paul E. McKenney" To: Andi Kleen Cc: Peter Zijlstra , linux-kernel@vger.kernel.org, mingo@kernel.org, laijs@cn.fujitsu.com, dipankar@in.ibm.com, akpm@linux-foundation.org, mathieu.desnoyers@efficios.com, josh@joshtriplett.org, tglx@linutronix.de, rostedt@goodmis.org, dhowells@redhat.com, edumazet@google.com, dvhart@linux.intel.com, fweisbec@gmail.com, oleg@redhat.com, dave.hansen@intel.com, cl@gentwo.org, umgwanakikbuti@gmail.com Subject: Re: [PATCH tip/core/rcu] Reduce overhead of cond_resched() checks for RCU Message-ID: <20140623174217.GK4603@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20140621025958.GA7185@linux.vnet.ibm.com> <20140623062615.GB19860@laptop.programming.kicks-ass.net> <20140623154931.GF8178@tassilo.jf.intel.com> <20140623164313.GA27233@linux.vnet.ibm.com> <20140623171905.GG8178@tassilo.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140623171905.GG8178@tassilo.jf.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14062317-0928-0000-0000-000002DC85BB Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 23, 2014 at 10:19:05AM -0700, Andi Kleen wrote: > > In 3.10, RCU had 14,046 lines of code, not counting documentation and > > test scripting. In 3.15, RCU had 13,208 lines of code, again not counting > > documentation and test scripting. That is a decrease of almost 1KLoC, > > so your wish is granted. > > Ok that's good progress. Glad you like it! > > CONFIG_RCU_NOCB_CPU, CONFIG_RCU_NOCB_CPU_NONE, CONFIG_RCU_NOCB_CPU_ZERO, > > and CONFIG_RCU_NOCB_CPU_ALL. It also might be reasonable to replace > > uses of CONFIG_PROVE_RCU with CONFIG_PROVE_LOCKING, thus allowing > > CONFIG_PROVE_RCU to be eliminated. CONFIG_PROVE_RCU_DELAY hasn't proven > > very good at finding bugs, so I am considering eliminating it as well. > > Given recent and planned changes related to RCU's stall-warning stack > > dumping, I hope to eliminate both CONFIG_RCU_CPU_STALL_VERBOSE and > > CONFIG_RCU_CPU_STALL_INFO, making them both happen unconditionally. > > (And yes, I should probably make CONFIG_RCU_CPU_STALL_INFO be the default > > for some time beforehand.) I have also been considering getting rid of > > CONFIG_RCU_FANOUT_EXACT, given that it appears that no one uses it. > > Yes please to all. > > Sounds good thanks. Very good! Please note that this will take some time. For example, getting rid of CONFIG_RCU_CPU_STALL_TIMEOUT resulted in a series of bugs over a period of a well over a year. It turned out that very few people were exercising it while it was non-default. Hopefully, Fengguang Wu's RANDCONFIG testing is testing these things more these days. Also, some of them might have non-obvious effects on performance, witness the cond_resched() fun and excitement. Thanx, Paul -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/