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 7DCEAD800F6 for ; Sun, 24 Dec 2023 22:59:35 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=CaM72WyG5WBqCxPvhZ1d2OV/Uq+5OgpCfks38eDFnbY=; 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=1703458774; v=1; b=G+UQvRKG3DdM/rZI966cgyB2iOC/DKGBbSIZtwXvOLMkaUY8nv28KqBC/CwGpQ6y0nO2U0qz zAHeTfWaBQskYmSu7QyU/q2gapMKPcoDRSnNSkQ2hl1WyfV0nTYVyU5N7PJBqTZ9TdTuu4eyYk/ 8Pxtai+AESoLSR/0IK45dlZ8= X-Received: by 127.0.0.2 with SMTP id tioCYY7687511xEEsbFc8HSt; Sun, 24 Dec 2023 14:59:34 -0800 X-Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) by mx.groups.io with SMTP id smtpd.web11.35796.1703458773359051122 for ; Sun, 24 Dec 2023 14:59:33 -0800 X-Received: by mail-lf1-f45.google.com with SMTP id 2adb3069b0e04-50e5a9bcec9so4215040e87.3 for ; Sun, 24 Dec 2023 14:59:33 -0800 (PST) X-Gm-Message-State: RQX2cQWhvkpPnTxnOsfE7TtYx7686176AA= X-Google-Smtp-Source: AGHT+IF/wDs4ki+iprCcG997fZrQ5p0i9AmoQDKNixj29X/t/zn5kbewqhS8/eD3u+VT2tPJ7Aw6pw== X-Received: by 2002:a05:6512:419:b0:50e:378b:5187 with SMTP id u25-20020a056512041900b0050e378b5187mr1964993lfk.41.1703458770980; Sun, 24 Dec 2023 14:59:30 -0800 (PST) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id be44-20020a056512252c00b0050e78f5178asm326596lfb.262.2023.12.24.14.59.29 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Sun, 24 Dec 2023 14:59:30 -0800 (PST) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: abner.chang@amd.com, nicklew@nvidia.com, igork@ami.com, Mike Maslenkin Subject: [edk2-devel] [PATCH v3 0/16] Redfish related fixes and improvements Date: Mon, 25 Dec 2023 01:59:11 +0300 Message-Id: <20231224225927.9119-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=G+UQvRKG; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none) This is an expanded version of the original set of 9 patches with additional patch introducing brackets for IPv6 Redfish resource location with required changes according to comments for the initial RFC patch. PR: https://github.com/tianocore/edk2/pull/5149 diff from v2: added Abner's R-b refined copyrights added additional patches [13-14] deallocating stings stored in EFI_REDFISH_DISCOVERED_INFORMATION changed const to CONST in intermediate patches (patch 10) reworked Product and ProductVer strings handling in accordance with the comments removed IpAddress local variable in the last patch diff from v1: fixed typo double "that that" removed variable declaration in block scope added patches 10-13 removed unnecessary casts added checks for memory allocation result Cc: Abner Chang Cc: Nickle Wang Cc: Igor Kulchytskyy Signed-off-by: Mike Maslenkin -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112859): https://edk2.groups.io/g/devel/message/112859 Mute This Topic: https://groups.io/mt/103354119/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-