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 CBA60D80121 for ; Thu, 26 Oct 2023 23:54:01 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=4wLvAjoq3Lx8Qh6OjkqekPFoSi5j6PXqKJWNgvDReCA=; 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=1698364440; v=1; b=AagoI5llVo2SM3vTewWgN041w1k3hQGTkhr/3Koo3WljIFWddgb0KqyK2WMWl+ZhY+HXwhDc xAFsN30AfiQXxEpRsFm0CPig5kfIrD6XCGoBN2OVkCmnS+wSTVKk2PxSPz/j87WUOwh+qjWEpZp LvTfMTRzaiZgjnp2nTVsw68s= X-Received: by 127.0.0.2 with SMTP id timrYY7687511xRvhq8ZZ1As; Thu, 26 Oct 2023 16:54:00 -0700 X-Received: from mail-lf1-f54.google.com (mail-lf1-f54.google.com [209.85.167.54]) by mx.groups.io with SMTP id smtpd.web11.86060.1698364439722841473 for ; Thu, 26 Oct 2023 16:54:00 -0700 X-Received: by mail-lf1-f54.google.com with SMTP id 2adb3069b0e04-5079f9675c6so2330036e87.2 for ; Thu, 26 Oct 2023 16:53:59 -0700 (PDT) X-Gm-Message-State: Bz7p6t9qgmYBnDsjnRXVTkkkx7686176AA= X-Google-Smtp-Source: AGHT+IH/P3IghnJ1yAvUJ0euLHI9TZ6Cpo+OLm30T2lVs5SVDV9KTEJ6cacA2dXSiXpxuNidd3qEMw== X-Received: by 2002:ac2:4435:0:b0:504:7e12:4846 with SMTP id w21-20020ac24435000000b005047e124846mr573166lfl.30.1698364437277; Thu, 26 Oct 2023 16:53:57 -0700 (PDT) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id u8-20020a056512040800b00507a8789b43sm39389lfk.269.2023.10.26.16.53.56 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Thu, 26 Oct 2023 16:53:56 -0700 (PDT) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: abner.chang@amd.com, nicklew@nvidia.com, igork@ami.com, Mike Maslenkin Subject: [edk2-devel] [edk2-redfish-client][PATCH v2 0/11] RedfishClientPkg: various minor fixes Date: Fri, 27 Oct 2023 02:53:43 +0300 Message-Id: <20231026235354.67625-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=AagoI5ll; 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 patchset contains fixes of wrong format and number of arguments passed to DEBUG macro. Also a number of memory leaks were fixed. Here is a link to PR: https://github.com/tianocore/edk2-redfish-client/pull/52 Cc: Abner Chang Cc: Nickle Wang Cc: Igor Kulchytskyy Signed-off-by: Mike Maslenkin --- Changes in v2: added patches 10,11. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110145): https://edk2.groups.io/g/devel/message/110145 Mute This Topic: https://groups.io/mt/102211769/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-