Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754109AbbKLKcO (ORCPT ); Thu, 12 Nov 2015 05:32:14 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:39875 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754035AbbKLKcL (ORCPT ); Thu, 12 Nov 2015 05:32:11 -0500 Date: Thu, 12 Nov 2015 11:32:03 +0100 From: Peter Zijlstra To: Stephane Eranian Cc: linux-kernel@vger.kernel.org, acme@redhat.com, mingo@elte.hu, ak@linux.intel.com, edumazet@google.com Subject: Re: [PATCH v3 0/2] perf/core: rcu fixes Message-ID: <20151112103203.GX17308@twins.programming.kicks-ass.net> References: <1447322404-10920-1-git-send-email-eranian@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447322404-10920-1-git-send-email-eranian@google.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1144 Lines: 27 On Thu, Nov 12, 2015 at 11:00:02AM +0100, Stephane Eranian wrote: > > This short patch series fixes some issues with RCU locking in the generic > perf layer. > > Patch 1 fixes cgroup switching rcu issues related to the fact that > perf_cgroup_sched_out() and perf_cgroup_sched_in() were missing some > rcu read lock to protect the reference to the cgroup. Consequently, > we moved the rcu readlock out of perf_cgroup_switch() to avoid double > calls. > > Patch 2 reinforces the testing for the rcu locking in perf cgorup code. > Either we have to hold the rcu read lock or we must have the ctx->lock > which guarantees the task cannot leave the cgroup. > > Thanks to Peter and Eric from their suggestions on how to fix this correctly. > > Stephane Eranian (2): > perf/core: fix RCU problem with cgroup context switching code > perf/core: robustify perf_cgroup_from_task rcu checks Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/