From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754024AbbHaSCV (ORCPT ); Mon, 31 Aug 2015 14:02:21 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:38701 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753936AbbHaSCU (ORCPT ); Mon, 31 Aug 2015 14:02:20 -0400 Date: Mon, 31 Aug 2015 20:02:15 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, "Paul E. McKenney" , Peter Zijlstra , Thomas Gleixner , Andrew Morton Subject: Re: [GIT PULL] RCU changes for v4.3 Message-ID: <20150831180215.GA11302@gmail.com> References: <20150831161103.GA28226@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150831161103.GA28226@gmail.com> 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 * Ingo Molnar wrote: > Linus, > > Please pull the latest core-rcu-for-linus git tree from: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-rcu-for-linus > > # HEAD: f612a7b1a7f1b5139f228724ce340aac24720591 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu > > The main RCU changes in this cycle are: JFYI, note that if you pull these RCU changes plus then pending x86/asm changes, you will see new but harmless build time deprecation warnings from new lockdep_assert() usages. This will go away once I send you: 80008e1af691 ("rcu: Convert leftover rcu_lockdep_assert() call sites to RCU_LOCKDEP_WARN()") Which I'll do once/when/if all the dependent changes hit your tree. Thanks, Ingo