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 E40507803D0 for ; Fri, 16 Feb 2024 21:27:06 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=pNE0N0DpFZP5IEZhdY1DiiS8QGBxahrHcCON46+3ODI=; 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=1708118825; v=1; b=JFHthabF3fiB5dYwlhdZ2u9wPUMbwJDCd4eoy7LZ+H7ljas4DJUDrawGrd4zOwBPgEnZLi7m oldElML7RpMvonOjxe8xsijPb4OmHlJpY4AyBPBGE/oK7C1XPyBWEIeV5IBxLSxrnr4EYX/aC9J gVXUBtbshg9RitROvUzy7/Xw= X-Received: by 127.0.0.2 with SMTP id MN3pYY7687511xyYyTakke2Z; Fri, 16 Feb 2024 13:27:05 -0800 X-Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) by mx.groups.io with SMTP id smtpd.web11.10062.1708118824390333040 for ; Fri, 16 Feb 2024 13:27:04 -0800 X-Received: by mail-lj1-f180.google.com with SMTP id 38308e7fff4ca-2d0c9967fdcso36278331fa.0 for ; Fri, 16 Feb 2024 13:27:04 -0800 (PST) X-Gm-Message-State: 4uwNvkgOWxtpcDnnE8D3uzMVx7686176AA= X-Google-Smtp-Source: AGHT+IFm4SWxmaIhNsvSiYe3m4gcgQMeuLJ1JPhxhRg1FrqxBzErkZqwIlxKUFe7qd306ttRpAoJVw== X-Received: by 2002:a19:2d0a:0:b0:511:84ba:4f8e with SMTP id k10-20020a192d0a000000b0051184ba4f8emr1983951lfj.13.1708118822098; Fri, 16 Feb 2024 13:27:02 -0800 (PST) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id j25-20020a056512345900b0051176a6a88esm78836lfr.5.2024.02.16.13.27.01 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Fri, 16 Feb 2024 13:27:01 -0800 (PST) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: ray.ni@intel.com, Mike Maslenkin Subject: [edk2-devel] [PATCH 0/2] MdeModulePkg/NvmExpressDxe: fix format specifiers for UINT64 values Date: Sat, 17 Feb 2024 00:26:57 +0300 Message-Id: <20240216212659.14849-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=JFHthabF; 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 This set contains a simple fixes for UINT64 values passed to functions producing strings. Patch 1/2 is a real fix for NVMe drive label creation logic. For example: Opal driver from SecurityPkg uses gEfiComponentNameProtocolGuid family for obtaining disk name. Signed-off-by: Mike Maslenkin Cc: Ray Ni -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115555): https://edk2.groups.io/g/devel/message/115555 Mute This Topic: https://groups.io/mt/104401875/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-