From patchwork Fri Nov 24 14:22:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Federico Serafini X-Patchwork-Id: 13467712 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7BB1FC61D97 for ; Fri, 24 Nov 2023 14:23:32 +0000 (UTC) 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 X-Outflank-Mailman: Message body and most headers restored to incoming version 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-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 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/automation/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="Files imported from the gnu-efi package" -file_tag+={adopted,"^xen/include/efi/.*$"} -file_tag+={adopted,"^xen/arch/x86/include/asm/x86_64/efibind\\.h$"} +-file_tag+={adopted,"^xen/arch/arm/include/asm/arm64/efibind\\.h$"} -doc_end -doc_begin="Build tools are out of scope." @@ -104,6 +105,10 @@ -file_tag+={out_of_scope,"^xen/include/xen/xxhash\\.h$"} -doc_end +-doc_begin="Out of scope code to support gcov." +-file_tag+={out_of_scope, "^xen/common/coverage/.*$"} +-doc_end + -doc_begin="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: ignore