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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6A3D1C5AD4C for ; Thu, 23 Nov 2023 14:45:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345897AbjKWOpO (ORCPT ); Thu, 23 Nov 2023 09:45:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345887AbjKWOpM (ORCPT ); Thu, 23 Nov 2023 09:45:12 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5AC84D47 for ; Thu, 23 Nov 2023 06:45:19 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CCDC5C433CB; Thu, 23 Nov 2023 14:45:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700750719; bh=xSS4XJ6jsV62nRxW5pw1LAIvE4xH/2T8q1MLLBd7+Jk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=st1k0okmO1npp2rBVOAMJV8vQk+sETYRZQoovYhJoEe57+4PXXMPuo4w5ZO03zIoZ qoq6C7vIVAny4Po1a0G2rYOFMxW7a/2CJcY5FIasxSmwnaOVAZBB57e8bzB5Q9dHNd X/0DUXnS6UjI6rglv/7hwsslR7U7IOdv4owPF1ZfHctD6MMkIb0OnX0QCX6eut5HcL qN67KeJmjSsEvRSoMFwhmJnr1pem7Xck9mnLjnUZZRVUdJxrncQm1/HWHCOvUrhu5M LjBdtj9I44nqAK3FMJhpSC2xotDDgQWskLVQEUTZoEqpwBQCz+qnKPO7ifN5lf0Boj BRbJLZMWgebdw== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 3C9C340094; Thu, 23 Nov 2023 11:45:16 -0300 (-03) Date: Thu, 23 Nov 2023 11:45:16 -0300 From: Arnaldo Carvalho de Melo To: Ravi Bangoria Cc: Namhyung Kim , Peter Zijlstra , Jiri Olsa , Ian Rogers , Adrian Hunter , LKML , Stephane Eranian , Ingo Molnar Subject: Re: [PATCH] perf/x86/amd: Reject branch stack for IBS events Message-ID: References: <20230602194513.1589179-1-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Jun 06, 2023 at 10:08:43AM +0530, Ravi Bangoria escreveu: > On 03-Jun-23 1:15 AM, Namhyung Kim wrote: > > The AMD IBS PMU doesn't handle branch stacks, so it should not accept > > events with brstack. > > > > Cc: Ravi Bangoria > > Signed-off-by: Namhyung Kim > > Reviewed-by: Ravi Bangoria It seems this patch was not merged, can you please check? - Arnaldo