From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1432441AbdDYTSt (ORCPT ); Tue, 25 Apr 2017 15:18:49 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:42239 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1428317AbdDYTSl (ORCPT ); Tue, 25 Apr 2017 15:18:41 -0400 Date: Tue, 25 Apr 2017 12:18:37 -0700 From: "Paul E. McKenney" To: mingo@kernel.org Cc: linux-kernel@vger.kernel.org, fengguang.wu@intel.com Subject: [GIT PULL rcu/urgent] Make SRCU be built by default 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-GCONF: 00 x-cbid: 17042519-0056-0000-0000-0000034C10BD X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006972; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000208; SDB=6.00852375; UDB=6.00421321; IPR=6.00631213; BA=6.00005312; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00015175; XFM=3.00000013; UTC=2017-04-25 19:18:37 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17042519-0057-0000-0000-0000078228CF Message-Id: <20170425191837.GA9101@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-25_12:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1704250337 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(+)