From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754378AbbILI16 (ORCPT ); Sat, 12 Sep 2015 04:27:58 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:34692 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753297AbbILI1z (ORCPT ); Sat, 12 Sep 2015 04:27:55 -0400 Date: Sat, 12 Sep 2015 10:27:50 +0200 From: Ingo Molnar To: "Paul E. McKenney" Cc: linux-kernel@vger.kernel.org, balbi@ti.com, tj@kernel.org, serge.hallyn@canonical.com, jwboyer@fedoraproject.org, Peter Zijlstra Subject: Re: [GIT PULL rcu/urgent] Fix regression from conversion to RCU_LOCKDEP_WARN() Message-ID: <20150912082750.GA10942@gmail.com> References: <20150909221607.GA26671@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150909221607.GA26671@linux.vnet.ibm.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 * Paul E. McKenney wrote: > 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(-) Pulled, thanks a lot Paul! Ingo