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 52C12941E40 for ; Wed, 17 Jan 2024 22:47:34 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=47Rxz/jCxnG4OHNtPGx8wVbnDTiPgm8PUdzItSO1awQ=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1705531653; v=1; b=EA3PP8yCRhFi/+R6BjbPZ6R3gOavCefuIKVTjfLptTb8xyJKRhmveDk7bYFQIjR9YlNSqEvn SfbLL67/xuFbStRDO5I1RnRlKwSd0ND2f2g57rxfaifs1h9VQeRClIruFu7f81ESBzX33xYruVB Ln6ZfvF5XlahmLlWYj9Gz90o= X-Received: by 127.0.0.2 with SMTP id dmXaYY7687511xS2rehHRzRJ; Wed, 17 Jan 2024 14:47:33 -0800 X-Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) by mx.groups.io with SMTP id smtpd.web10.1544.1705531652501929928 for ; Wed, 17 Jan 2024 14:47:32 -0800 X-Received: by mail-ot1-f47.google.com with SMTP id 46e09a7af769-6ddf1e88e51so5672331a34.0 for ; Wed, 17 Jan 2024 14:47:32 -0800 (PST) X-Gm-Message-State: 9WKERbQ31JxGbffFMDxwosgox7686176AA= X-Google-Smtp-Source: AGHT+IEYAwKdUiQ0vDcv6ffDn2gG+5qJ7fk0HVtTpt061IqGaMKUtfoppuU9FtjaMamEnrQhXxUDYw== X-Received: by 2002:a9d:6c58:0:b0:6de:8ce3:4f6b with SMTP id g24-20020a9d6c58000000b006de8ce34f6bmr10159083otq.34.1705531651581; Wed, 17 Jan 2024 14:47:31 -0800 (PST) X-Received: from localhost.localdomain ([131.107.1.227]) by smtp.gmail.com with ESMTPSA id h10-20020a65518a000000b0059d6f5196fasm139973pgq.78.2024.01.17.14.47.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Jan 2024 14:47:30 -0800 (PST) From: "Doug Flick via groups.io" To: devel@edk2.groups.io Cc: "Douglas Flick [MSFT]" , Jiewen Yao , Rahul Kumar Subject: [edk2-devel] [PATCH 0/3] DxeTpm and DxeTpm2MeasureBootLib symbol rename Date: Wed, 17 Jan 2024 14:47:19 -0800 Message-ID: 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 Reply-To: devel@edk2.groups.io,dougflick@microsoft.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=20140610 header.b=EA3PP8yC; dmarc=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 OVMF is failing because it includes both DxeTpm2MeasureBootLib and DxeTpm2MeasureBootLib which makes the symbols collide. This patch renames the function names to be unique to avoid symbol collision. Cc: Jiewen Yao Cc: Rahul Kumar Signed-off-by: Doug Flick [MSFT] Douglas Flick [MSFT] (3): SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4117/4118 symbol rename SecurityPkg: DxeTpmMeasureBootLib: SECURITY PATCH 4117/4118 symbol rename SecurityPkg: : Updating SecurityFixes.yaml after symbol rename .../DxeTpm2MeasureBootLibSanitization.h | 8 +++--- .../DxeTpmMeasureBootLibSanitization.h | 8 +++--- .../DxeTpm2MeasureBootLib.c | 8 +++--- .../DxeTpm2MeasureBootLibSanitization.c | 8 +++--- .../DxeTpm2MeasureBootLibSanitizationTest.c | 26 ++++++++--------- .../DxeTpmMeasureBootLib.c | 8 +++--- .../DxeTpmMeasureBootLibSanitization.c | 10 +++---- .../DxeTpmMeasureBootLibSanitizationTest.c | 26 ++++++++--------- SecurityPkg/SecurityFixes.yaml | 28 +++++++++++-------- 9 files changed, 68 insertions(+), 62 deletions(-) -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113966): https://edk2.groups.io/g/devel/message/113966 Mute This Topic: https://groups.io/mt/103797461/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-