From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1950024AbdDZFlz (ORCPT ); Wed, 26 Apr 2017 01:41:55 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:35576 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1949392AbdDZFlr (ORCPT ); Wed, 26 Apr 2017 01:41:47 -0400 Date: Wed, 26 Apr 2017 07:41:43 +0200 From: Ingo Molnar To: "Paul E. McKenney" Cc: linux-kernel@vger.kernel.org, fengguang.wu@intel.com Subject: Re: [GIT PULL rcu/urgent] Make SRCU be built by default Message-ID: <20170426054143.b434khux3qgojgc6@gmail.com> References: <20170425191837.GA9101@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170425191837.GA9101@linux.vnet.ibm.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Paul E. McKenney wrote: > Hello, Ingo, > > This commit causes SRCU to be built by default. This handles the > surprisingly common case where include/linux/srcu.h is included > into files being built with CONFIG_SRCU=n. The fact that there is > now a Tiny SRCU means that this should be OK from a Linux-kernel > tinification perspective. The following changes since commit > 677df9d4615a ("srcu: Fix Kconfig botch when SRCU not selected"): > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/urgent > > for you to fetch changes up to d160a727c40e7175aa642137910a3fda46262fc8: > > srcu: Make SRCU be built by default (2017-04-24 08:36:02 -0700) > > ---------------------------------------------------------------- > Paul E. McKenney (1): > srcu: Make SRCU be built by default > > init/Kconfig | 1 + > 1 file changed, 1 insertion(+) Pulled, thanks a lot Paul! Ingo