From patchwork Thu Oct 26 17:43:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Verma, Vishal L" X-Patchwork-Id: 13437777 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3823F3B282 for ; Thu, 26 Oct 2023 17:43:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="BNZQeYT0" Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DAD7910E; Thu, 26 Oct 2023 10:43:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1698342205; x=1729878205; h=from:date:subject:mime-version:content-transfer-encoding: message-id:to:cc; bh=bJ7ZJe8f7jPO3PUFmCxwVjRw9/MIhrO/htOh9M0sRtE=; b=BNZQeYT0G72JZdUuwq5d4+0WdqkNv2AOzdVFDAt/p+LsahBvTpqcbaXZ zFq7jSUKcf7mvkZ88gAb7uh3g4aomHVdVn0VenpSeat1Q+TD11yRU//PO RsnivyOv6c+4u6fz8XfVH9YVA9Q+UXZgiDfI4/7SpsIoZA9lfiJFRllFU QwO5KFgrwOTkLOEQC6OGfiCOYwtxEh4pVqXzCT14OpQtySo+UnsUeHeDE 7tSYW9wKekiIemBkDKryYEankXI/E/Txz4nSf3fIQ3R0KNrAe+BumQ3tW jJc3KzSIhsjsCpikKpGIymRBNlhSmBv3wtr/c0bAQAaWkGOBkrPGE5pUT Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10875"; a="387430081" X-IronPort-AV: E=Sophos;i="6.03,254,1694761200"; d="scan'208";a="387430081" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Oct 2023 10:43:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.03,254,1694761200"; d="scan'208";a="7359449" Received: from lsingh-mobl2.amr.corp.intel.com (HELO [192.168.1.200]) ([10.212.110.60]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Oct 2023 10:43:15 -0700 From: Vishal Verma Date: Thu, 26 Oct 2023 11:43:20 -0600 Subject: [PATCH] MAINTAINERS: Add tools/testing/cxl files to CXL Precedence: bulk X-Mailing-List: linux-cxl@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20231026-vv-mainteners-fix-v1-1-0a0f25634073@intel.com> X-B4-Tracking: v=1; b=H4sIADelOmUC/x2MywqAIBAAf0X23IIPkuhXooPZWnvIQkMC6d+Tj jMwUyFTYsowigqJCmc+YwPVCfC7ixshr41BS22U1BZLwcNxvClSyhj4QaNVGBZlyZseWnclavp /TvP7fqhx+ZFjAAAA To: linux-cxl@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Dan Williams , alison.schofield@intel.com, Davidlohr Bueso , Jonathan Cameron , Dave Jiang , Ira Weiny , Vishal Verma X-Mailer: b4 0.12.4 X-Developer-Signature: v=1; a=openpgp-sha256; l=911; i=vishal.l.verma@intel.com; h=from:subject:message-id; bh=bJ7ZJe8f7jPO3PUFmCxwVjRw9/MIhrO/htOh9M0sRtE=; b=owGbwMvMwCXGf25diOft7jLG02pJDKlWS21nek837o269/HMLUaVW9ornqsUnMmx1FfarH/30 MZlC/x5OkpZGMS4GGTFFFn+7vnIeExuez5PYIIjzBxWJpAhDFycAjCRojBGhrXn77V9Nz+ptOdk 09MbpZ/57RfruoZ1Tr9694b84/7KkGBGhtnuLu0PdzyxFDqbctj//mVX16gsleSd8XLxXH+dplo d5AQA X-Developer-Key: i=vishal.l.verma@intel.com; a=openpgp; fpr=F8682BE134C67A12332A2ED07AFA61BEA3B84DFF tools/testing/cxl contains the unit test infrastructure for mocking CXL hierarchies. These are under the purview of the CXL subsystem maintainers. Add the 'F:' entry for this to MAINTAINERS so that get_maintainer.pl works as expected for patches to this area. Signed-off-by: Vishal Verma --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) --- base-commit: 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa change-id: 20231026-vv-mainteners-fix-321f8b16ec35 Best regards, diff --git a/MAINTAINERS b/MAINTAINERS index 35977b269d5e..b5efa53dc3d0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5181,6 +5181,7 @@ L: linux-cxl@vger.kernel.org S: Maintained F: drivers/cxl/ F: include/uapi/linux/cxl_mem.h +F: tools/testing/cxl/ COMPUTE EXPRESS LINK PMU (CPMU) M: Jonathan Cameron