From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-fw-9103.amazon.com (smtp-fw-9103.amazon.com [207.171.188.200]) by sourceware.org (Postfix) with ESMTPS id 07949385781F for ; Fri, 17 Feb 2023 16:44:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 07949385781F Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=amazon.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=amazon.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1676652278; x=1708188278; h=from:to:subject:date:message-id:references:in-reply-to: mime-version; bh=u59GTNivao81qHw6swyPnCaXz+Lh7vw93HdvcBiwi5g=; b=J05r8jKwMxbrk0NtAcSIdskL+f87Und+cDHUm7LPSbx47uGPcsVNwhon yHQJokDaHe10CXt6sdbt9KLPMq79HCyVUi+Xgd06spWMwYV/2rQRJjNxe 9kaJ1zSgG4FsIE5bAJYIwS3YE6vM+3mV7juGtYFgzPExXpPeteON4WJrD o=; X-IronPort-AV: E=Sophos;i="5.97,306,1669075200"; d="scan'208,217";a="1103475612" Received: from pdx4-co-svc-p1-lb2-vlan3.amazon.com (HELO email-inbound-relay-pdx-2c-m6i4x-8c5b1df3.us-west-2.amazon.com) ([10.25.36.214]) by smtp-border-fw-9103.sea19.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Feb 2023 16:44:36 +0000 Received: from EX13MTAUWA002.ant.amazon.com (pdx1-ws-svc-p6-lb9-vlan3.pdx.amazon.com [10.236.137.198]) by email-inbound-relay-pdx-2c-m6i4x-8c5b1df3.us-west-2.amazon.com (Postfix) with ESMTPS id 6FBE041657 for ; Fri, 17 Feb 2023 16:44:36 +0000 (UTC) Received: from EX19D044UWA004.ant.amazon.com (10.13.139.7) by EX13MTAUWA002.ant.amazon.com (10.43.160.12) with Microsoft SMTP Server (TLS) id 15.0.1497.45; Fri, 17 Feb 2023 16:44:35 +0000 Received: from EX19D044UWA004.ant.amazon.com (10.13.139.7) by EX19D044UWA004.ant.amazon.com (10.13.139.7) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.24; Fri, 17 Feb 2023 16:44:35 +0000 Received: from EX19D044UWA004.ant.amazon.com ([fe80::781f:7190:c095:c260]) by EX19D044UWA004.ant.amazon.com ([fe80::781f:7190:c095:c260%5]) with mapi id 15.02.1118.024; Fri, 17 Feb 2023 16:44:35 +0000 From: "Tang, Jun" To: 'GNU C Library' Subject: RE: [PATCH v2] AArch64: Fix HP_TIMING_DIFF computation Thread-Topic: [PATCH v2] AArch64: Fix HP_TIMING_DIFF computation Thread-Index: Adk71aLtMXVKZc9wT+SiauD4AeCEnQHGWnAA Date: Fri, 17 Feb 2023 16:44:35 +0000 Message-ID: References: <973fda3c2f5b4d71b205c853e4b34af9@amazon.com> In-Reply-To: <973fda3c2f5b4d71b205c853e4b34af9@amazon.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.13.138.67] Content-Type: multipart/alternative; boundary="_000_c023fd97d94f47879d5ce48a460dee45amazoncom_" MIME-Version: 1.0 X-Spam-Status: No, score=-12.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP,USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --_000_c023fd97d94f47879d5ce48a460dee45amazoncom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Please let me know what else needs to be done to get this patch merged. Regards, Jun From: Tang, Jun Sent: Wednesday, February 8, 2023 9:58 AM To: 'GNU C Library' Subject: [PATCH v2] AArch64: Fix HP_TIMING_DIFF computation Attached is the updated patch that allows max execution time to be 1024 sec= onds before overflowing. Link to the bug report - https://sourceware.org/bugzilla/show_bug.cgi?id=3D= 29329. Regards, Jun --_000_c023fd97d94f47879d5ce48a460dee45amazoncom_--