From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751836AbcLEI5i (ORCPT ); Mon, 5 Dec 2016 03:57:38 -0500 Received: from merlin.infradead.org ([205.233.59.134]:33248 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751762AbcLEI5f (ORCPT ); Mon, 5 Dec 2016 03:57:35 -0500 Date: Mon, 5 Dec 2016 09:57:19 +0100 From: Peter Zijlstra To: David Carrillo-Cisneros Cc: linux-kernel@vger.kernel.org, "x86@kernel.org" , Ingo Molnar , Thomas Gleixner , Andi Kleen , Kan Liang , Vegard Nossum , Marcelo Tosatti , Nilay Vaish , Borislav Petkov , Vikas Shivappa , Ravi V Shankar , Fenghua Yu , Paul Turner , Stephane Eranian Subject: Re: [PATCH] perf/core: remove invalid warning from list_update_cgroup_event Message-ID: <20161205085719.GS3092@twins.programming.kicks-ass.net> References: <1480841177-27299-1-git-send-email-davidcc@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1480841177-27299-1-git-send-email-davidcc@google.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 04, 2016 at 12:46:17AM -0800, David Carrillo-Cisneros wrote: > The warning introduced in commit: > > 979bfef8607c ("perf/core: Do not set cpuctx->cgrp for unscheduled cgroups") That commit doesn't exist. You instead mean this one, right? 864c2357ca89 ("perf/core: Do not set cpuctx->cgrp for unscheduled cgroups")