From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 48DA3740034 for ; Tue, 9 Apr 2024 19:36:58 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=pOjChEdYBC0nwybowQdNaAcRgQXu2sAnudiLIX+emro=; c=relaxed/simple; d=groups.io; h=From:To:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1712691416; v=1; b=k29KvHdaY3AJymN8nirQ9malHtow7ur3V2nH7FlEHI0mgqYm8w9qkeIpxd3RGUzTsFC0yD4C b5UZFdmg5/WtcpPKGyLHmtX/Q4cThzvlVhZ0p9XR07akEm2Dy9hUdmHCKZMXQHAuYh6Twb427Sn o192xcEzyNSNs9rD9gVedoEEP0hUcdzxohC+0kaHMx+WpPssyDGj36QOeFi6ghrqlRirPwban3l +HAdFhMSkr+AOEVdqAKw0jSHBEJ9jNtLXE1g5nXyRtbaIGHn/udJTwpe+4HHeqjkaJmM2t2aNva eSVXGX7IPPUimPUKllxYAoCkq6QjFPzJoEN/SECg3+J1A== X-Received: by 127.0.0.2 with SMTP id t08iYY7687511xgayluyBVbr; Tue, 09 Apr 2024 12:36:56 -0700 X-Received: from mail-pf1-f169.google.com (mail-pf1-f169.google.com [209.85.210.169]) by mx.groups.io with SMTP id smtpd.web11.148164.1712691416215532523 for ; Tue, 09 Apr 2024 12:36:56 -0700 X-Received: by mail-pf1-f169.google.com with SMTP id d2e1a72fcca58-6ecf8ebff50so3683363b3a.1 for ; Tue, 09 Apr 2024 12:36:56 -0700 (PDT) X-Gm-Message-State: 05SDG0gdhVIaTJYSiA5q16hux7686176AA= X-Google-Smtp-Source: AGHT+IEZjF2w03gSrBOGQtyEWIxmrQerxJnc3WeMkylnSmFb50rtS6069/KrrEBu95PUp2kHZIdh5A== X-Received: by 2002:a05:6a00:4fd2:b0:6ed:4b2d:a764 with SMTP id le18-20020a056a004fd200b006ed4b2da764mr5811437pfb.11.1712691415372; Tue, 09 Apr 2024 12:36:55 -0700 (PDT) X-Received: from localhost.localdomain ([4.155.48.125]) by smtp.gmail.com with ESMTPSA id i26-20020aa787da000000b006ecbcbd2293sm9062104pfo.173.2024.04.09.12.36.55 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Apr 2024 12:36:55 -0700 (PDT) From: "Taylor Beebe" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH v3 0/2] Update BaseTools NULL Include and Library Matching Date: Tue, 9 Apr 2024 12:36:40 -0700 Message-Id: <20240409193642.484-1-taylor.d.beebe@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Tue, 09 Apr 2024 12:36:56 -0700 Resent-From: taylor.d.beebe@gmail.com Reply-To: devel@edk2.groups.io,taylor.d.beebe@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=k29KvHda; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io v1: - Initial patch series v2: - Simplified the check for if the currently evaluated inf is a module or library. - Added a commit to use stronger matching of NULL includes (check for pattern "NULL") v3: - In the WorkspaceCommon.py lines 126 and 144 should check LibraryClassName[4:].isdigit() instead of LibraryClass[4:].isdigit(). Taylor Beebe (2): BaseTools: Don't Recurse NULL Includes Not Linked to Module BaseTools: Use Stronger Matching for NULL Linked Libraries BaseTools/Source/Python/GenFds/FfsInfStatement.py | 4 ++-- BaseTools/Source/Python/Workspace/WorkspaceCommon.py | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) -- 2.40.1.vfs.0.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117555): https://edk2.groups.io/g/devel/message/117555 Mute This Topic: https://groups.io/mt/105428854/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-