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 6AD96941B2B for ; Tue, 26 Dec 2023 16:11:31 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=sUBLTzVnpWiBFQq93xb7B2W6kYRLA8rJSc/CjGAYm5Q=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding; s=20140610; t=1703607090; v=1; b=iIsIpWu2ckVcKoSXp4NHfl36/0d/9kcTycNfRXVhK3vyC1GVqtKn7w8PsYt2SAYNAq7AnBqw Gx9VRSXehMBhqIa6wJKIYWoi9FzTztDNhAXng/qJ6EX+mYA0gZjVa5gY0+usJAskfiCjPOL/kd3 1yZbo/mavbgj9o8BI2cjSmlQ= X-Received: by 127.0.0.2 with SMTP id RXwpYY7687511xBG7cfQbxNP; Tue, 26 Dec 2023 08:11:30 -0800 X-Received: from mail-yb1-f180.google.com (mail-yb1-f180.google.com [209.85.219.180]) by mx.groups.io with SMTP id smtpd.web10.84093.1703607089314698502 for ; Tue, 26 Dec 2023 08:11:29 -0800 X-Received: by mail-yb1-f180.google.com with SMTP id 3f1490d57ef6-dbd029beef4so4157481276.0 for ; Tue, 26 Dec 2023 08:11:29 -0800 (PST) X-Gm-Message-State: MLTEiDKFEJgYLZmQjc7vb8ltx7686176AA= X-Google-Smtp-Source: AGHT+IEwfSOGpSeOo9KMPK14GHUhCGj3oSZcZ+Xcqd9IzRqHrb4TcFLZn/ETv9k0tWt6d/F+2Sheeo5e34Gv3WYy1ew= X-Received: by 2002:a25:84c5:0:b0:db9:9177:c3bd with SMTP id x5-20020a2584c5000000b00db99177c3bdmr4196376ybm.23.1703607088412; Tue, 26 Dec 2023 08:11:28 -0800 (PST) MIME-Version: 1.0 References: <20231224225927.9119-1-mike.maslenkin@gmail.com> In-Reply-To: From: "Mike Maslenkin" Date: Tue, 26 Dec 2023 19:10:52 +0300 Message-ID: Subject: Re: [edk2-devel] [PATCH v3 0/16] Redfish related fixes and improvements To: "Chang, Abner" Cc: "devel@edk2.groups.io" , "nicklew@nvidia.com" , "igork@ami.com" 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-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=iIsIpWu2; 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 Hi Abner, I added your RB to all patches in the set and updated PR. Thanks, Mike. On Tue, Dec 26, 2023 at 4:41=E2=80=AFAM Chang, Abner = wrote: > > [AMD Official Use Only - General] > > Hi Mike, > I had RB on this patch set. Please update PR with my RB. Also let me know= when you reset it. > > Thanks > Abner > > > -----Original Message----- > > From: Mike Maslenkin > > Sent: Monday, December 25, 2023 6:59 AM > > To: devel@edk2.groups.io > > Cc: Chang, Abner ; nicklew@nvidia.com; > > igork@ami.com; Mike Maslenkin > > Subject: [PATCH v3 0/16] Redfish related fixes and improvements > > > > Caution: This message originated from an External Source. Use proper ca= ution > > when opening attachments, clicking links, or responding. > > > > > > This is an expanded version of the original set of 9 patches with > > additional patch introducing brackets for IPv6 Redfish resource locatio= n > > 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 t= he > > 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 > > > -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112926): https://edk2.groups.io/g/devel/message/112926 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] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-