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=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,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 B336BC07E95 for ; Tue, 13 Jul 2021 06:56:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 98AE0611C0 for ; Tue, 13 Jul 2021 06:56:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234103AbhGMG7k (ORCPT ); Tue, 13 Jul 2021 02:59:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:56598 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232908AbhGMG7j (ORCPT ); Tue, 13 Jul 2021 02:59:39 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8D3F960FF4; Tue, 13 Jul 2021 06:56:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626159410; bh=6zmrZp+UpsZtKwYF50aH+ywMAYQqheyzEIjFm3aIzNI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tjot6NymBu9vhRyxpcQ0sAkIOF/DQiuHYzOq+k8nexnmoCk9e6gcE37KsJD9gw66j eZY3dhI6JI9/kHR6mEjecRhKj0IE4uZ2qNsZ7HdKiiWwWflNw6cWg3SGPO3CS3B7vO Cgcp7OUogZFtghfTX70M/dI0i+SIMD0stz1IL8ek= Date: Tue, 13 Jul 2021 08:56:47 +0200 From: Greg KH To: pandith.n@intel.com Cc: arnd@arndb.de, linux-kernel@vger.kernel.org, furong.zhou@intel.com, mgross@linux.intel.com, mallikarjunappa.sangannavar@intel.com, andriy.shevchenko@linux.intel.com, lakshmi.bai.raja.subramanian@intel.com Subject: Re: [PATCH V5 1/1] misc: NOC Probe Counters Message-ID: References: <20210713065347.21554-1-pandith.n@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210713065347.21554-1-pandith.n@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 13, 2021 at 12:23:47PM +0530, pandith.n@intel.com wrote: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12589,6 +12589,12 @@ F: include/linux/nitro_enclaves.h > F: include/uapi/linux/nitro_enclaves.h > F: samples/nitro_enclaves/ > > +NOC, DSS NOC SUPPORT I have no idea what this means, please spell it out in the MAINTAINERS file for everyone to understand. thanks, greg k-h