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=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 8F01BC43461 for ; Thu, 22 Apr 2021 12:48:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 518106121E for ; Thu, 22 Apr 2021 12:48:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236503AbhDVMtH (ORCPT ); Thu, 22 Apr 2021 08:49:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:43938 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236438AbhDVMtG (ORCPT ); Thu, 22 Apr 2021 08:49:06 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 911A4613FB; Thu, 22 Apr 2021 12:48:31 +0000 (UTC) Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=why.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lZYku-008tBg-Vz; Thu, 22 Apr 2021 13:48:29 +0100 From: Marc Zyngier To: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-sh@vger.kernel.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Marc Zyngier Cc: Heiko Carstens , Arnaldo Carvalho de Melo , Christian Borntraeger , Mark Rutland , kernel-team@android.com, James Morse , nathan@kernel.org, Alexandru Elisei , Will Deacon , Suzuki K Poulose , Viresh Kumar , Rich Felker , Peter Zijlstra , Yoshinori Sato Subject: Re: [PATCH 0/5] perf: oprofile spring cleanup Date: Thu, 22 Apr 2021 13:48:03 +0100 Message-Id: <161909565607.1722628.9529859651633898388.b4-ty@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210414134409.1266357-1-maz@kernel.org> References: <20210414134409.1266357-1-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-sh@vger.kernel.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, maz@kernel.org, hca@linux.ibm.com, acme@kernel.org, borntraeger@de.ibm.com, mark.rutland@arm.com, kernel-team@android.com, james.morse@arm.com, nathan@kernel.org, alexandru.elisei@arm.com, will@kernel.org, suzuki.poulose@arm.com, viresh.kumar@linaro.org, dalias@libc.org, peterz@infradead.org, ysato@users.sourceforge.jp X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org On Wed, 14 Apr 2021 14:44:04 +0100, Marc Zyngier wrote: > This small series builds on top of the work that was started with [1]. > > It recently became apparent that KVM/arm64 is the last bit of the > kernel that still uses perf_num_counters(). > > As I went ahead to address this, it became obvious that all traces of > oprofile had been eradicated from all architectures but arm64, s390 > and sh (plus a bit of cruft in the core perf code). With KVM fixed, > perf_num_counters() and perf_pmu_name() are finally gone. > > [...] Applied to kvm-arm64/kill_oprofile_dependency, thanks! [1/5] KVM: arm64: Divorce the perf code from oprofile helpers commit: 5421db1be3b11c5e469cce3760d5c8a013a90f2c [2/5] arm64: Get rid of oprofile leftovers commit: e9c74a686a45e54b2e1c4586b14c84f3ee2f2014 [3/5] s390: Get rid of oprofile leftovers commit: 8c3f7913a106aa8b94d331cb59709c84a9a1d55b [4/5] sh: Get rid of oprofile leftovers commit: ac21ecf5ad32b89909bee2b50161ce93d6462b7d [5/5] perf: Get rid of oprofile leftovers commit: 7f318847a0f37b96d8927e8d30ae7b8f149b11f1 Cheers, M. -- Without deviation from the norm, progress is not possible. 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=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 E6619C433ED for ; Thu, 22 Apr 2021 12:48:38 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 289686121E for ; Thu, 22 Apr 2021 12:48:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 289686121E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvmarm-bounces@lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id A67834B4D3; Thu, 22 Apr 2021 08:48:37 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rCoo8HnisVuW; Thu, 22 Apr 2021 08:48:35 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 873F34B4E4; Thu, 22 Apr 2021 08:48:35 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id ACCE44B3B4 for ; Thu, 22 Apr 2021 08:48:33 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EteA+VqKmiao for ; Thu, 22 Apr 2021 08:48:32 -0400 (EDT) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id B46C44B300 for ; Thu, 22 Apr 2021 08:48:32 -0400 (EDT) Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 911A4613FB; Thu, 22 Apr 2021 12:48:31 +0000 (UTC) Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=why.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lZYku-008tBg-Vz; Thu, 22 Apr 2021 13:48:29 +0100 From: Marc Zyngier To: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-sh@vger.kernel.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Marc Zyngier Subject: Re: [PATCH 0/5] perf: oprofile spring cleanup Date: Thu, 22 Apr 2021 13:48:03 +0100 Message-Id: <161909565607.1722628.9529859651633898388.b4-ty@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210414134409.1266357-1-maz@kernel.org> References: <20210414134409.1266357-1-maz@kernel.org> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-sh@vger.kernel.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, maz@kernel.org, hca@linux.ibm.com, acme@kernel.org, borntraeger@de.ibm.com, mark.rutland@arm.com, kernel-team@android.com, james.morse@arm.com, nathan@kernel.org, alexandru.elisei@arm.com, will@kernel.org, suzuki.poulose@arm.com, viresh.kumar@linaro.org, dalias@libc.org, peterz@infradead.org, ysato@users.sourceforge.jp X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Cc: Rich Felker , Yoshinori Sato , Will Deacon , Peter Zijlstra , Heiko Carstens , Arnaldo Carvalho de Melo , nathan@kernel.org, Christian Borntraeger , Viresh Kumar , kernel-team@android.com X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu On Wed, 14 Apr 2021 14:44:04 +0100, Marc Zyngier wrote: > This small series builds on top of the work that was started with [1]. > > It recently became apparent that KVM/arm64 is the last bit of the > kernel that still uses perf_num_counters(). > > As I went ahead to address this, it became obvious that all traces of > oprofile had been eradicated from all architectures but arm64, s390 > and sh (plus a bit of cruft in the core perf code). With KVM fixed, > perf_num_counters() and perf_pmu_name() are finally gone. > > [...] Applied to kvm-arm64/kill_oprofile_dependency, thanks! [1/5] KVM: arm64: Divorce the perf code from oprofile helpers commit: 5421db1be3b11c5e469cce3760d5c8a013a90f2c [2/5] arm64: Get rid of oprofile leftovers commit: e9c74a686a45e54b2e1c4586b14c84f3ee2f2014 [3/5] s390: Get rid of oprofile leftovers commit: 8c3f7913a106aa8b94d331cb59709c84a9a1d55b [4/5] sh: Get rid of oprofile leftovers commit: ac21ecf5ad32b89909bee2b50161ce93d6462b7d [5/5] perf: Get rid of oprofile leftovers commit: 7f318847a0f37b96d8927e8d30ae7b8f149b11f1 Cheers, M. -- Without deviation from the norm, progress is not possible. _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm 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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT 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 28E5BC433ED for ; Thu, 22 Apr 2021 12:50:24 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 B8FC76121E for ; Thu, 22 Apr 2021 12:50:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B8FC76121E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=szPsxz1fBThLugUOf3AVwWNNTDwWVXl3uUthLYpJSfM=; b=MPxwlpvgzWsRZ0ZZohhd3czBc NLo8WF2guGQP9iwC8vdheGnu++xNy1GVMnuQWyW2cwLvgblhdDNMSW5/S3XG5xZW6hDcAtvHJsxcf eLtP9KupQ8CNUH0eFZvOSI/P3TkReGZnBdLgyNhE4fW/m8jTSb9zIAfT9m6/rK3Od9PXO1oO7PNFP cRrJNNIlliyex0XJy7jcwkfpszSYq9MGfvj47maeqtRld5RxJCoE3vU/zZkoofS1hI1KalDWRViDn d1pdJqQGiyRdMchEuOFvWQj9xytT3f3QnM2gKAnKMb4fDOazdedc+hmVqlRL1vD3BgedLUK6HMutB hEziaFQuQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lZYl2-00GjaG-JV; Thu, 22 Apr 2021 12:48:36 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lZYl0-00Gja7-JZ for linux-arm-kernel@desiato.infradead.org; Thu, 22 Apr 2021 12:48:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc: To:From:Sender:Reply-To:Content-ID:Content-Description; bh=J31B3TZsjpSDKKMVNkQeBtlxldmJBmTM+PtuLtU6RO4=; b=NwIlCxseOQThUCwE4wt5BuzCAn 1+s+z0v7iw5rP0qXmcGMTlFzv0LBLHrZXJW1bzqnz7yOF5QLi5DHFkSTqoo0zxD1h/eWIo0EjVrZx 8Uqds0b1V3UHI+tO7CK0Pw0zwo5ziKQrwAObxu2ZNCwurcun1gULcxvByCaF5h/4SEMMe/ae7FuES XM5NYrhFqBc7Sv0v20xCZF565ZgKrQnkOR+ifIBSaEG7DR671/SUvYg3a34ih4zIzoaRJc2j1whXE Hq5/1bMD8xM9FoswI3MLTp1xfs5VvaeKve+I79IeE071jS32EOTQhNEotGbZVIR3P7RORphk8kE1L LUXwe6MQ==; Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lZYky-00DglS-3T for linux-arm-kernel@lists.infradead.org; Thu, 22 Apr 2021 12:48:33 +0000 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 911A4613FB; Thu, 22 Apr 2021 12:48:31 +0000 (UTC) Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=why.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lZYku-008tBg-Vz; Thu, 22 Apr 2021 13:48:29 +0100 From: Marc Zyngier To: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-sh@vger.kernel.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Marc Zyngier Cc: Heiko Carstens , Arnaldo Carvalho de Melo , Christian Borntraeger , Mark Rutland , kernel-team@android.com, James Morse , nathan@kernel.org, Alexandru Elisei , Will Deacon , Suzuki K Poulose , Viresh Kumar , Rich Felker , Peter Zijlstra , Yoshinori Sato Subject: Re: [PATCH 0/5] perf: oprofile spring cleanup Date: Thu, 22 Apr 2021 13:48:03 +0100 Message-Id: <161909565607.1722628.9529859651633898388.b4-ty@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210414134409.1266357-1-maz@kernel.org> References: <20210414134409.1266357-1-maz@kernel.org> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-sh@vger.kernel.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, maz@kernel.org, hca@linux.ibm.com, acme@kernel.org, borntraeger@de.ibm.com, mark.rutland@arm.com, kernel-team@android.com, james.morse@arm.com, nathan@kernel.org, alexandru.elisei@arm.com, will@kernel.org, suzuki.poulose@arm.com, viresh.kumar@linaro.org, dalias@libc.org, peterz@infradead.org, ysato@users.sourceforge.jp X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210422_054832_205060_2F221D6E X-CRM114-Status: GOOD ( 16.39 ) 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 On Wed, 14 Apr 2021 14:44:04 +0100, Marc Zyngier wrote: > This small series builds on top of the work that was started with [1]. > > It recently became apparent that KVM/arm64 is the last bit of the > kernel that still uses perf_num_counters(). > > As I went ahead to address this, it became obvious that all traces of > oprofile had been eradicated from all architectures but arm64, s390 > and sh (plus a bit of cruft in the core perf code). With KVM fixed, > perf_num_counters() and perf_pmu_name() are finally gone. > > [...] Applied to kvm-arm64/kill_oprofile_dependency, thanks! [1/5] KVM: arm64: Divorce the perf code from oprofile helpers commit: 5421db1be3b11c5e469cce3760d5c8a013a90f2c [2/5] arm64: Get rid of oprofile leftovers commit: e9c74a686a45e54b2e1c4586b14c84f3ee2f2014 [3/5] s390: Get rid of oprofile leftovers commit: 8c3f7913a106aa8b94d331cb59709c84a9a1d55b [4/5] sh: Get rid of oprofile leftovers commit: ac21ecf5ad32b89909bee2b50161ce93d6462b7d [5/5] perf: Get rid of oprofile leftovers commit: 7f318847a0f37b96d8927e8d30ae7b8f149b11f1 Cheers, M. -- Without deviation from the norm, progress is not possible. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel