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=-9.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham 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 E1226C433F5 for ; Thu, 2 Sep 2021 18:22:04 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A8F4161041 for ; Thu, 2 Sep 2021 18:22:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A8F4161041 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Ott9+5NBQGuUM0l76MMUvf4Iwdf8/MKDT/NZItSIYRg=; b=PtnuvbWB2pCC2f e9V39N8/CtTMONRVTmL1ysiyWnXd3Hv5Yr+w1trFH4Rc+KApE26I3vcyx5Mp9ik0tEeZuKMrGAObr qKJA6+S1JvPTZCsDnyhGzNkl/gm4Nhgo8ZSSbSEVT6oVVHl2ic3y8GisIWvBXZwjgasAXERLMzCZG DdSaz163gJMvRvIY4eHxHEDOGxe4rNynPV87z5pa4ZsyXIJNlnMqdHf4PcCyBZFZzjbapQ2gGbfAL l3Zhv94hKXziz3LSKrNKF8/8s/0TPC6TWdwo7Vw+y2tYAHneCdtkB6baQPO/dG2xOR+VaO3jSoWY8 uwNXUoN9E0BWRZ5tVSPw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mLrJY-00AI8P-Ka; Thu, 02 Sep 2021 18:19:52 +0000 Received: from desiato.infradead.org ([2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mLrJW-00AI8I-IW for linux-arm-kernel@bombadil.infradead.org; Thu, 02 Sep 2021 18:19:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=1rKgYWzLCn+inUHXe7FkdQ4YUJJ/kooH3Cl4tcbt/GM=; b=pOTAvJELEBfsoSrfraEvpBfETe G/H9ANFLDY6j3MEB9doJMYxGLltEsCwq/+cjz5pDvQwF6zXukyFXwVZThREzf+r/5QZMvrOPr9gqq vO6wzYUXOjeesYWalbzONHyhPGlJz9TB9ZvIb3/+cKmkzluibiaKZwhQBUBkqHZMqn5ol18JArXC0 YJ3uH6YmEti2YIjahKm52gifejpitrqOeWsa65w/B8Hx4wFaadIrvi4M6EzVMQ94HKrb9q9QIPKbJ WgRUcnq4A8rxiqyxKWEXVj67bpg5Glnh3++q2zqLvAzfgYfwFheyRtPLOFOnJd+yobs72u8D47cxU Bdh0oV4w==; Received: from [179.97.37.151] (helo=quaco.ghostprotocols.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mLrJU-000Ab4-KB for linux-arm-kernel@lists.infradead.org; Thu, 02 Sep 2021 18:19:49 +0000 Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 70AB44007E; Thu, 2 Sep 2021 15:19:45 -0300 (-03) Date: Thu, 2 Sep 2021 15:19:45 -0300 From: Arnaldo Carvalho de Melo To: Mathieu Poirier Cc: Leo Yan , James Clark , coresight@lists.linaro.org, linux-perf-users@vger.kernel.org, mike.leach@linaro.org, suzuki.poulose@arm.com, John Garry , Will Deacon , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 9/9] perf cs-etm: Show a warning for an unknown magic number Message-ID: References: <20210806134109.1182235-1-james.clark@arm.com> <20210806134109.1182235-10-james.clark@arm.com> <20210824083615.GF204566@leoy-ThinkPad-X240s> <20210902174851.GB1078000@p14s> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210902174851.GB1078000@p14s> X-Url: http://acmel.wordpress.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Em Thu, Sep 02, 2021 at 11:48:51AM -0600, Mathieu Poirier escreveu: > Hi Arnaldo, > > On Wed, Sep 01, 2021 at 12:54:34PM -0300, Arnaldo Carvalho de Melo wrote: > > Em Tue, Aug 24, 2021 at 04:36:15PM +0800, Leo Yan escreveu: > > > On Fri, Aug 06, 2021 at 02:41:09PM +0100, James Clark wrote: > > > > Currently perf reports "Cannot allocate memory" which isn't very helpful > > > > for a potentially user facing issue. If we add a new magic number in > > > > the future, perf will be able to report unrecognised magic numbers. > > > > > > > > Signed-off-by: James Clark > > > > > > Reviewed-by: Leo Yan > > > > Applies cleanly to my tree, test building it now, holler if there is > > something that prevents it from being merged. > > Have you already merged this? > > If so than let it be. Otherwise please hold off as I'd like to take a look, > something I intend on doing next week. Ok, I can remove them from my local branch, but this may make this miss the v5.15 merge window, please advise. - Arnaldo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel