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 50E009415BD for ; Fri, 19 Apr 2024 09:03:30 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=iYOBHvKYvzVj0oxRGohU7wDchsos4BkfhmW29srKXaM=; 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=1713517408; v=1; b=klhftI+Eur2FKgoVLrN9IfFo0JsShzJZfiDBcdct/hQacMRRD5vkPR5j54NRRXgDrAljL6AF hH448G6X1eu6AnuDjnYjnKsXk1YNhRlp5V3pQnOVJbzK50oMGIFY4pTV2ykWzwW9MmhsvBxFhvm ZIHHVSKaGFdnsvqn+LTzXJyhK4+uaA2UdMlDK/F4eKgeCVathIuXafpIcCsGRCs9N+5zf5q0PmC OZg+DRKFeFbDp3hJBroc/u4xo35AsFOxif04C1eoGs1RbKSnGOSyGAWR09uz928a24jfykeYF8/ +yEE/3T6fGg1C4seP36kxFKo+aAQKkGlsek1Vct6FFiWg== X-Received: by 127.0.0.2 with SMTP id cY6OYY7687511x46l3vn34DP; Fri, 19 Apr 2024 02:03:28 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) by mx.groups.io with SMTP id smtpd.web11.15923.1713517407951349511 for ; Fri, 19 Apr 2024 02:03:28 -0700 X-CSE-ConnectionGUID: prPQ5h/CSde5ICVAINiBWQ== X-CSE-MsgGUID: v4yRbwf9SiOtMBcN/n1o+g== X-IronPort-AV: E=McAfee;i="6600,9927,11047"; a="8945513" X-IronPort-AV: E=Sophos;i="6.07,213,1708416000"; d="scan'208";a="8945513" X-Received: from orviesa007.jf.intel.com ([10.64.159.147]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2024 02:03:28 -0700 X-CSE-ConnectionGUID: l4PaduMFSMi71vP8ojhllQ== X-CSE-MsgGUID: fD9thR49RECGLF1ABkHUWQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,213,1708416000"; d="scan'208";a="23779584" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.135.165]) by orviesa007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2024 02:03:26 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch v3 0/1] wrmsr function is not working as expected Date: Fri, 19 Apr 2024 14:31:01 +0530 Message-ID: <20240419090319.660-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: Fri, 19 Apr 2024 02:03:28 -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: fPGLfmTahjAsc3X63a9MOyTMx7686176AA= 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=klhftI+E; 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 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.44.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118011): https://edk2.groups.io/g/devel/message/118011 Mute This Topic: https://groups.io/mt/105614475/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-