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 9A38778003C for ; Thu, 23 Nov 2023 00:01:18 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=wDfUBdoCBvfFUDUITdOidNwhSykiM7mjVypbIGCt8BM=; 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=1700697677; v=1; b=hxo5FUKWlfMgpqqeGcJ6gNKXPUlxooWGCyx2tHn1YB7hLlYVj6rzOG1aWMLdtalHCak7yGfJ BtSpipXZYiT+d2RJgWFDGU45Z1Azu1a5IS5zh/qnAOV6pCAWkBAiTnmg6p5fypc8PMYZuOF5728 ygW2c2h2v3FM27sThi9cA5UE= X-Received: by 127.0.0.2 with SMTP id mKIFYY7687511xWcB2jzE6G5; Wed, 22 Nov 2023 16:01:17 -0800 X-Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) by mx.groups.io with SMTP id smtpd.web10.79368.1700697676404787741 for ; Wed, 22 Nov 2023 16:01:16 -0800 X-Received: by mail-lf1-f43.google.com with SMTP id 2adb3069b0e04-507a29c7eefso369440e87.1 for ; Wed, 22 Nov 2023 16:01:16 -0800 (PST) X-Gm-Message-State: lkqd8GEVfiGYKe1pH9lrVWgOx7686176AA= X-Google-Smtp-Source: AGHT+IEmfz3RKk0yQE6jC0KZHrqfOUTKmqNg2G1oYK7PygsLo1vDlom+GZDlV9wXhgjx4V63TdVaTA== X-Received: by 2002:a05:6512:2388:b0:509:43ec:dd4c with SMTP id c8-20020a056512238800b0050943ecdd4cmr3461370lfv.3.1700697674425; Wed, 22 Nov 2023 16:01:14 -0800 (PST) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id q19-20020a194313000000b0050a78dac3fasm10621lfa.12.2023.11.22.16.01.13 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Wed, 22 Nov 2023 16:01:14 -0800 (PST) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: abner.chang@amd.com, nicklew@nvidia.com, igork@ami.com Subject: [edk2-devel] [PATCH v2 0/3] RedfishPkg: refine HiiUtilityLib and fix USB NIC discovering Date: Thu, 23 Nov 2023 03:01:00 +0300 Message-Id: <20231123000103.31216-1-mike.maslenkin@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 Reply-To: devel@edk2.groups.io,mike.maslenkin@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=20140610 header.b=hxo5FUKW; 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 v2: removed --transfer-encoding=base64 from `git send-email` command line as it has broken patch format as I can see from the mailing list. v1: This patch series involves the following changes: 1. fix memory leak and add explicit variable initialization in HiiUtilityLib 2. fix MAC address comparison during USB NIC discovering. Cc: Abner Chang Cc: Nickle Wang Cc: Igor Kulchytskyy -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111627): https://edk2.groups.io/g/devel/message/111627 Mute This Topic: https://groups.io/mt/102759076/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-