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 42F7D740034 for ; Thu, 4 Apr 2024 09:44:47 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=1o03rJalcGLYXc+VJWEu/YOIRCeSKZb2c/YEyWedrBc=; 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=1712223885; v=1; b=4gybys6y6VSuAEIxXT+reGu7HPsooZM9YF/WmTraI6q3yDNdAJevSSdOm/3hOka2fHk4wjCC VrfUVHi78i4GhLTNNDkS1DpmZA0YAqhV+4UkcJBQ6htTTRH13pLx893jNiGZOVJ3SuvmQPzXQYG IXTCkxT+EHOVhzjgTbKHHN+Q0jhtBdZmiLyH5tfVAu3E/KL/Oh2+t4kejNE3p4jyuSoZAehMgt9 x8ljg+3PflBjH5B3kKmyxdPkpxD9Zvy+XAHqMSpD9esgWVFX7HRsdXgj1bNJQZrVL/f8K8ML3/o 4i+Xis1oL8/EGtVPo8olyHvR1zFUwcpVC3znY0O2dX22g== X-Received: by 127.0.0.2 with SMTP id FngLYY7687511xmQD6Spg28Z; Thu, 04 Apr 2024 02:44:45 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.16]) by mx.groups.io with SMTP id smtpd.web10.34173.1712223885117654672 for ; Thu, 04 Apr 2024 02:44:45 -0700 X-CSE-ConnectionGUID: VTTZD29XSTCkIYAAhi5uUg== X-CSE-MsgGUID: YhLCCoRQTpWKcYAjd7I7dg== X-IronPort-AV: E=McAfee;i="6600,9927,11033"; a="8072906" X-IronPort-AV: E=Sophos;i="6.07,179,1708416000"; d="scan'208";a="8072906" X-Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa110.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Apr 2024 02:44:43 -0700 X-CSE-ConnectionGUID: MpiDhFbBTkK1JrCodvy2nQ== X-CSE-MsgGUID: p/3u0gi8RyiVnKyrSRB0vg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,179,1708416000"; d="scan'208";a="49682135" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.66.97.164]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Apr 2024 02:44:42 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 0/1] wrmsr function is not working as expected. Date: Thu, 4 Apr 2024 15:14:25 +0530 Message-Id: <20240404094426.1636-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, 04 Apr 2024 02:44:45 -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: HhgOz5GcIUakScCPNm0W2AL5x7686176AA= 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=4gybys6y; 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 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io The wrmsr function always writes 0s to the higher 32 bits of the msr register. This issue has been fixed by this PR. Jayaprakash N (1): edk2-libc: wrmsr function available in edk2module is not working as expected .../Python/Python-3.6.8/PyMod-3.6.8/Modules/edk2module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.40.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117420): https://edk2.groups.io/g/devel/message/117420 Mute This Topic: https://groups.io/mt/105325842/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-