From nobody Sat May 18 04:30:12 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1700835821771727.0044807379862; Fri, 24 Nov 2023 06:23:41 -0800 (PST) Received: from list by lists.xenproject.org with outflank-mailman.640773.999484 (Exim 4.92) (envelope-from ) id 1r6X5K-0007W4-IN; Fri, 24 Nov 2023 14:23:10 +0000 Received: by outflank-mailman (output) from mailman id 640773.999484; Fri, 24 Nov 2023 14:23:10 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1r6X5K-0007Vx-Fr; Fri, 24 Nov 2023 14:23:10 +0000 Received: by outflank-mailman (input) for mailman id 640773; Fri, 24 Nov 2023 14:23:09 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1r6X5J-0007Ua-7M for xen-devel@lists.xenproject.org; Fri, 24 Nov 2023 14:23:09 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id fcaddc75-8ad4-11ee-9b0e-b553b5be7939; Fri, 24 Nov 2023 15:23:07 +0100 (CET) Received: from Dell.bugseng.com (unknown [37.161.237.167]) by support.bugseng.com (Postfix) with ESMTPSA id 3C4794EE073C; Fri, 24 Nov 2023 15:23:06 +0100 (CET) X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: fcaddc75-8ad4-11ee-9b0e-b553b5be7939 From: Federico Serafini To: xen-devel@lists.xenproject.org Cc: consulting@bugseng.com, Federico Serafini , Simone Ballarin , Doug Goldstein , Stefano Stabellini Subject: [XEN PATCH] automation/eclair: tag files as "adopted" and "out of scope" Date: Fri, 24 Nov 2023 15:22:59 +0100 Message-Id: <548e2f7e5794ec35997d615282f0f4dc6f6250a8.1700835046.git.federico.serafini@bugseng.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1700835823122100001 Content-Type: text/plain; charset="utf-8" Tag arm64/efibind.h as "adopted": it is used to build the efi stub, which is a separate entry point for Xen when booted from EFI firmware. Tag common/coverage/* as "out-of-scope": it is code to support gcov, hence it is part of the testing machinery. Signed-off-by: Federico Serafini --- automation/eclair_analysis/ECLAIR/out_of_scope.ecl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/automation/eclair_analysis/ECLAIR/out_of_scope.ecl b/automatio= n/eclair_analysis/ECLAIR/out_of_scope.ecl index e1ec4a607c..3bd385ecf9 100644 --- a/automation/eclair_analysis/ECLAIR/out_of_scope.ecl +++ b/automation/eclair_analysis/ECLAIR/out_of_scope.ecl @@ -84,6 +84,7 @@ -doc_begin=3D"Files imported from the gnu-efi package" -file_tag+=3D{adopted,"^xen/include/efi/.*$"} -file_tag+=3D{adopted,"^xen/arch/x86/include/asm/x86_64/efibind\\.h$"} +-file_tag+=3D{adopted,"^xen/arch/arm/include/asm/arm64/efibind\\.h$"} -doc_end =20 -doc_begin=3D"Build tools are out of scope." @@ -104,6 +105,10 @@ -file_tag+=3D{out_of_scope,"^xen/include/xen/xxhash\\.h$"} -doc_end =20 +-doc_begin=3D"Out of scope code to support gcov." +-file_tag+=3D{out_of_scope, "^xen/common/coverage/.*$"} +-doc_end + -doc_begin=3D"Headers under xen/include/public/ are the description of the= public hypercall ABI so the community is extremely conservative in making changes there, because the interface is maintained for backward compatibility: ign= ore --=20 2.34.1