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,URIBL_BLOCKED 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 6B191C43331 for ; Fri, 3 Apr 2020 13:23:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 430582077D for ; Fri, 3 Apr 2020 13:23:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390850AbgDCNXr (ORCPT ); Fri, 3 Apr 2020 09:23:47 -0400 Received: from mga06.intel.com ([134.134.136.31]:55776 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728134AbgDCNXr (ORCPT ); Fri, 3 Apr 2020 09:23:47 -0400 IronPort-SDR: IhPiSx1HaRkXXeXNrd4xkJPjLEcfCJOFNU2IXg0WTK3E3lgOB0EvOjDfTyAA3O6J2zRYQBDAvT TFAYPBjqsySQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Apr 2020 06:23:46 -0700 IronPort-SDR: WxufuFC2p5Kg4c/tBlfG80uEMGrL/+qle+OGy/zcVc+/ZqvLOEiBklEK1jyKLQFmhH2EbZmirY /lcjHPBeosEw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,339,1580803200"; d="scan'208";a="295992101" Received: from um.fi.intel.com (HELO um) ([10.237.72.57]) by FMSMGA003.fm.intel.com with ESMTP; 03 Apr 2020 06:23:43 -0700 From: Alexander Shishkin To: Lee Jones , Greg KH Cc: stable@vger.kernel.org, Peter Zijlstra , Arnaldo Carvalho de Melo , David Ahern , Jiri Olsa , Linus Torvalds , Mark Rutland , Namhyung Kim , Stephane Eranian , Thomas Gleixner , Vince Weaver , Ingo Molnar , alexander.shishkin@linux.intel.com Subject: Re: [PATCH 4.19 11/13] perf/core: Reattach a misplaced comment In-Reply-To: <20200403125246.GE30614@dell> References: <20200403121859.901838-1-lee.jones@linaro.org> <20200403121859.901838-12-lee.jones@linaro.org> <20200403122604.GA3928660@kroah.com> <20200403125246.GE30614@dell> Date: Fri, 03 Apr 2020 16:23:42 +0300 Message-ID: <87y2rc66u9.fsf@ashishki-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Lee Jones writes: > On Fri, 03 Apr 2020, Greg KH wrote: > >> > + /* >> > + * Get the target context (task or percpu): >> > + */ >> > ctx = find_get_context(event->pmu, task, event); >> > if (IS_ERR(ctx)) { >> > err = PTR_ERR(ctx); >> >> Unless this is needed by a follow-on patch, I kind of doubt thsi is >> needed in a stable kernel release :) > > I believe you once called this "debugging the comments", or > similar. :) > > No problem though - happy to drop it from this and other sets. It's a precursor to dce5affb94eb54edfff17727a6240a6a5d998666, which I think is a stable candidate. Regards, -- Alex