From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 22DE1780425 for ; Thu, 18 Apr 2024 13:03:32 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Xdyd6J9zAcxfuMJRFQ3xe8u7ICaspDxin8KAjJoIBec=; 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:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1713445411; v=1; b=EClOSJRQ/i04MKqj/zEZbDJI9ejCk3/htTiwy2Ur0ktIrK1PiNca5W7jYPS1dxsYHSiwhj2p ztn8cxXRysFwNZpE2oxtw+6b5jd5tiyGwfLceyGr2jKKl1GmB6XcPiZvJAu2SvS3VDR9rgpuKK+ XBVKC5W9+cLc4GCBAOzTG5iCgaM02BJQleEd3dV1KZTG05k9KqaB30SkWLTKCSQ+mkeax4JTmSJ HrNfH9VDl+eZxD+hP9TIwzEo4E+vbItZ0U+fcPywFOkjcjvvmk/fH/244zHdLO7CgmYfUn/5fH7 rfvJzrBN1bnmDXVQlDT7Jhk3D/G4iaO4yC3qItiUCmGKg== X-Received: by 127.0.0.2 with SMTP id bo7bYY7687511xhcLvOUBQso; Thu, 18 Apr 2024 06:03:31 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.18]) by mx.groups.io with SMTP id smtpd.web10.12232.1713445405606502120 for ; Thu, 18 Apr 2024 06:03:26 -0700 X-CSE-ConnectionGUID: BYYA4l3BT++Vft2Ll1R7Zw== X-CSE-MsgGUID: NGpOcZ+PQkCCI0fmxnf5pA== X-IronPort-AV: E=McAfee;i="6600,9927,11047"; a="9148675" X-IronPort-AV: E=Sophos;i="6.07,212,1708416000"; d="scan'208";a="9148675" X-Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by orvoesa110.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Apr 2024 06:03:25 -0700 X-CSE-ConnectionGUID: J+qGSj0wTgu9AbURJfk5LQ== X-CSE-MsgGUID: CPc2mbC8T/uZgTaf33yXdQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,212,1708416000"; d="scan'208";a="27606699" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.135.165]) by fmviesa004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Apr 2024 06:03:23 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 2 0/1] wrmsr function is not working as expected. Date: Thu, 18 Apr 2024 18:24:37 +0530 Message-ID: <20240418130317.1149-1-n.jayaprakash@intel.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 Resent-Date: Thu, 18 Apr 2024 06:03:26 -0700 Resent-From: n.jayaprakash@intel.com Reply-To: devel@edk2.groups.io,n.jayaprakash@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 8SLfnPm5822Pmcmmn6nEovC2x7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=EClOSJRQ; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io The wrmsr function always writes 0s to the higher 32 bits of the msr register. This PR fixes the this issue reported through the BZ4745. Jayaprakash N (1): ek2-libc: wrmsr function available in edk2module is not working as expected .../Python/Python-3.6.8/PyMod-3.6.8/Modules/edk2module.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.44.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117987): https://edk2.groups.io/g/devel/message/117987 Mute This Topic: https://groups.io/mt/105597212/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-