From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1BADC5DF60 for ; Thu, 7 Nov 2019 08:08:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B324421D7B for ; Thu, 7 Nov 2019 08:08:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733190AbfKGIIf (ORCPT ); Thu, 7 Nov 2019 03:08:35 -0500 Received: from mga14.intel.com ([192.55.52.115]:58575 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726800AbfKGIIf (ORCPT ); Thu, 7 Nov 2019 03:08:35 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Nov 2019 00:08:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,277,1569308400"; d="scan'208";a="233179404" Received: from um.fi.intel.com (HELO um) ([10.237.72.57]) by fmsmga002.fm.intel.com with ESMTP; 07 Nov 2019 00:08:33 -0800 From: Alexander Shishkin To: Peter Zijlstra Cc: Arnaldo Carvalho de Melo , Ingo Molnar , linux-kernel@vger.kernel.org, alexander.shishkin@linux.intel.com Subject: Re: [PATCH] perf: Fix the aux_output group inheritance fix In-Reply-To: <20191101151248.47327-1-alexander.shishkin@linux.intel.com> References: <20191101151248.47327-1-alexander.shishkin@linux.intel.com> Date: Thu, 07 Nov 2019 10:08:32 +0200 Message-ID: <87r22kds73.fsf@ashishki-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alexander Shishkin writes: > Commit > > f733c6b508bc ("perf/core: Fix inheritance of aux_output groups") In case this one is falling through the cracks. Regards, -- Alex