From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:57786 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932108AbeFKRSN (ORCPT ); Mon, 11 Jun 2018 13:18:13 -0400 Date: Mon, 11 Jun 2018 10:18:11 -0700 From: Matthew Wilcox To: Linus Torvalds Cc: Christoph Hellwig , Al Viro , Linux Kernel Mailing List , linux-fsdevel , Stephane Eranian , Tony Luck , Fenghua Yu , linux-ia64@vger.kernel.org Subject: Re: perfmon trouble Message-ID: <20180611171811.GB28292@bombadil.infradead.org> References: <20180608184842.GD30522@ZenIV.linux.org.uk> <20180609051051.GF30522@ZenIV.linux.org.uk> <20180609155107.GH30522@ZenIV.linux.org.uk> <20180611021028.GT30522@ZenIV.linux.org.uk> <20180611162313.GA6942@infradead.org> <20180611164859.GA28292@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Jun 11, 2018 at 10:04:00AM -0700, Linus Torvalds wrote: > On Mon, Jun 11, 2018 at 9:49 AM Matthew Wilcox wrote: > > > > The problem is that even oprofile on ia64 depends on perfmon. > > Hmm? You can definitely enable ia64 support for oprofile even without perfmon. Oh, I think my memory is playing tricks on me. This is my confusion, I think: oprofile-$(CONFIG_PERFMON) += perfmon.o so perfmon events are exposed through oprofile, but you can disable perfmon without disabling oprofile. > Because I'd be inclined to just remove CONFIG_PERFMON support, and see > if anybody even notices.. > > I'm not expecting a lot of people to do a lot of oprofile on ia64 > anyway. It's a bit late to start optimizing things now. > > Do people use perfmon still? Maybe. Maybe not. Perhaps we could just > mark it as broken in the Kconfig file for now, and see if somebody > says something? That gets my vote. Tony? Fenghua? diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 792437d526c6..ff861420b8f5 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -455,6 +455,7 @@ config IA64_MCA_RECOVERY config PERFMON bool "Performance monitor support" + depends on BROKEN help Selects whether support for the IA-64 performance monitor hardware is included in the kernel. This makes some kernel data-structures a