From patchwork Thu Aug 17 09:42:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Federico Serafini X-Patchwork-Id: 13356212 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 62E80C2FC0E for ; Thu, 17 Aug 2023 09:43:30 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.585229.916290 (Exim 4.92) (envelope-from ) id 1qWZX3-0006Dy-BI; Thu, 17 Aug 2023 09:43:09 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 585229.916290; Thu, 17 Aug 2023 09:43:09 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qWZX3-0006BY-5W; Thu, 17 Aug 2023 09:43:09 +0000 Received: by outflank-mailman (input) for mailman id 585229; Thu, 17 Aug 2023 09:43:07 +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 1qWZX1-000662-UE for xen-devel@lists.xenproject.org; Thu, 17 Aug 2023 09:43:07 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 77800027-3ce2-11ee-9b0c-b553b5be7939; Thu, 17 Aug 2023 11:43:06 +0200 (CEST) Received: from Dell.homenet.telecomitalia.it (host-79-55-201-67.retail.telecomitalia.it [79.55.201.67]) by support.bugseng.com (Postfix) with ESMTPSA id 464ED4EE0737; Thu, 17 Aug 2023 11:43:05 +0200 (CEST) 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: 77800027-3ce2-11ee-9b0c-b553b5be7939 From: Federico Serafini To: xen-devel@lists.xenproject.org Cc: consulting@bugseng.com, Federico Serafini , Simone Ballarin , Doug Goldstein , Stefano Stabellini , Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Wei Liu Subject: [XEN PATCH 0/2] Add files to the exclude list and update ECL files Date: Thu, 17 Aug 2023 11:42:54 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Add files to exclude-list.json and adapt the ECLAIR configuration to keep track of the changes. Federico Serafini (2): automation/eclair: update configuration misra: add more entires to exclude-list.json .../eclair_analysis/ECLAIR/deviations.ecl | 29 +++++++++++++++++++ .../eclair_analysis/ECLAIR/out_of_scope.ecl | 3 ++ docs/misra/exclude-list.json | 12 ++++++++ 3 files changed, 44 insertions(+)