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 8C572D80225 for ; Thu, 14 Dec 2023 23:25:06 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=CiICIll2DK/Fkczc4wRSX16fsZxI9waaCqvG+ejcmJg=; 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=1702596305; v=1; b=FiShZjMEhN8MotHAzGYWcvbVlH5KFpgXTF/uiL1vTlx6HV+mCqs428NeHGfXnwBWhTZyNaqK 2L/s9JwgEmXHfOK/6HOqugQJlFyassZxiqzMGV2T5UIq4zpkaH59VFCuXuFOcYW7gTQRNiSjF/Z iR19MzNP3N70grq1idddhj3I= X-Received: by 127.0.0.2 with SMTP id zJabYY7687511xQ9UDW27Jlh; Thu, 14 Dec 2023 15:25:05 -0800 X-Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) by mx.groups.io with SMTP id smtpd.web11.44948.1702596304271284023 for ; Thu, 14 Dec 2023 15:25:04 -0800 X-Received: by mail-lf1-f53.google.com with SMTP id 2adb3069b0e04-50c0f13ea11so27589e87.3 for ; Thu, 14 Dec 2023 15:25:04 -0800 (PST) X-Gm-Message-State: n8Uid2EFDLsYsKmbOh1X33MJx7686176AA= X-Google-Smtp-Source: AGHT+IG7tRMTTxeg3fPZoqy73sqiRN5Df6rC8mRuPwIOnjfXIJyVkaBqWoH8NA1VUAGP3VfSkbLVIw== X-Received: by 2002:a05:6512:12cf:b0:50e:1837:66a2 with SMTP id p15-20020a05651212cf00b0050e183766a2mr881788lfg.28.1702596301828; Thu, 14 Dec 2023 15:25:01 -0800 (PST) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id j24-20020ac24558000000b0050bfe5815e7sm1973119lfm.165.2023.12.14.15.25.01 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Thu, 14 Dec 2023 15:25:01 -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 v2 0/14] Redfish related fixes and improvements Date: Fri, 15 Dec 2023 02:24:44 +0300 Message-Id: <20231214232458.4636-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=FiShZjME; 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 exapanded 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 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 (#112549): https://edk2.groups.io/g/devel/message/112549 Mute This Topic: https://groups.io/mt/103181035/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-