From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753728AbbIIWQO (ORCPT ); Wed, 9 Sep 2015 18:16:14 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:34229 "EHLO e37.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751055AbbIIWQL (ORCPT ); Wed, 9 Sep 2015 18:16:11 -0400 X-Helo: d03dlp03.boulder.ibm.com X-MailFrom: paulmck@linux.vnet.ibm.com X-RcptTo: linux-kernel@vger.kernel.org Date: Wed, 9 Sep 2015 15:16:07 -0700 From: "Paul E. McKenney" To: mingo@kernel.org Cc: linux-kernel@vger.kernel.org, balbi@ti.com, tj@kernel.org, serge.hallyn@canonical.com, jwboyer@fedoraproject.org Subject: [GIT PULL rcu/urgent] Fix regression from conversion to RCU_LOCKDEP_WARN() Message-ID: <20150909221607.GA26671@linux.vnet.ibm.com> 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-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15090922-0025-0000-0000-00001C0FC338 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Ingo, This additional series contains a single fix for a regression introduced earlier in this merge window: 1. security/device_cgroup: f78f5b90c4ff ("rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()") introduced a bug by incorrectly inverting the condition when moving from rcu_lockdep_assert() to RCU_LOCKDEP_WARN(). This commit therefore fixes the inversion. This change has been subjected to 0day Test Robot and -next testing, and is available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git for-mingo for you to fetch changes up to dc3a04d551b5d21f1badbb39bfe8e5bc1289b184: security/device_cgroup: Fix RCU_LOCKDEP_WARN() condition (2015-09-03 18:13:10 -0700) ---------------------------------------------------------------- Paul E. McKenney (1): security/device_cgroup: Fix RCU_LOCKDEP_WARN() condition security/device_cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)