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=-3.7 required=3.0 tests=BAYES_00, 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 6D019C433E2 for ; Fri, 11 Sep 2020 16:26:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 34AF7206DB for ; Fri, 11 Sep 2020 16:26:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726570AbgIKQ0G (ORCPT ); Fri, 11 Sep 2020 12:26:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726438AbgIKPYF (ORCPT ); Fri, 11 Sep 2020 11:24:05 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35D4DC061371; Fri, 11 Sep 2020 07:32:56 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kGk6W-00EMOm-ND; Fri, 11 Sep 2020 14:32:44 +0000 Date: Fri, 11 Sep 2020 15:32:44 +0100 From: Al Viro To: Christoph Hellwig Cc: tony.luck@intel.com, fenghua.yu@intel.com, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Anant Thazhemadam Subject: Re: [PATCH] ia64: remove perfmon Message-ID: <20200911143244.GA3421308@ZenIV.linux.org.uk> References: <20200911094920.1173631-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200911094920.1173631-1-hch@lst.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 11, 2020 at 11:49:19AM +0200, Christoph Hellwig wrote: > perfmon has been marked broken and thus been disabled for all builds > for more than two years. Remove it entirely. Enthusiastically-ACKed-by: Al Viro From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Date: Fri, 11 Sep 2020 14:32:44 +0000 Subject: Re: [PATCH] ia64: remove perfmon Message-Id: <20200911143244.GA3421308@ZenIV.linux.org.uk> List-Id: References: <20200911094920.1173631-1-hch@lst.de> In-Reply-To: <20200911094920.1173631-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Hellwig Cc: tony.luck@intel.com, fenghua.yu@intel.com, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Anant Thazhemadam On Fri, Sep 11, 2020 at 11:49:19AM +0200, Christoph Hellwig wrote: > perfmon has been marked broken and thus been disabled for all builds > for more than two years. Remove it entirely. Enthusiastically-ACKed-by: Al Viro