From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-fw-80007.amazon.com (smtp-fw-80007.amazon.com [99.78.197.218]) by sourceware.org (Postfix) with ESMTPS id EEBC23858C5E for ; Wed, 22 Feb 2023 17:29:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EEBC23858C5E 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=1677086945; x=1708622945; h=from:to:cc:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version:subject; bh=A+nijaYvP4qSRdGfqEFVk3ICss+YOMHu9loUMkSo4hY=; b=bZhmqk4cL7Tw8wp334HaRyc/9W34AyhrBB1os0nutKbA7VR+J9TetBOZ rDSMDhIqQVZCKrhdsHP0IqPsIX9ZCYtwNOYvhRjJ5LXwUg93JGly4Zw9s UN/golxhDXtgOO1Gam6YLTJh7ij5anBBxYiQCjpOm7MU0xRiJ71E8f2Ym Y=; X-IronPort-AV: E=Sophos;i="5.97,319,1669075200"; d="scan'208";a="185057496" Subject: RE: [PATCH v2] AArch64: Fix HP_TIMING_DIFF computation Thread-Topic: [PATCH v2] AArch64: Fix HP_TIMING_DIFF computation Received: from pdx4-co-svc-p1-lb2-vlan3.amazon.com (HELO email-inbound-relay-iad-1e-m6i4x-0aba4706.us-east-1.amazon.com) ([10.25.36.214]) by smtp-border-fw-80007.pdx80.corp.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2023 17:29:04 +0000 Received: from EX13MTAUWA001.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan2.iad.amazon.com [10.40.163.34]) by email-inbound-relay-iad-1e-m6i4x-0aba4706.us-east-1.amazon.com (Postfix) with ESMTPS id 324DFA881B; Wed, 22 Feb 2023 17:29:01 +0000 (UTC) Received: from EX19D044UWA001.ant.amazon.com (10.13.139.100) by EX13MTAUWA001.ant.amazon.com (10.43.160.58) with Microsoft SMTP Server (TLS) id 15.0.1497.45; Wed, 22 Feb 2023 17:29:01 +0000 Received: from EX19D044UWA004.ant.amazon.com (10.13.139.7) by EX19D044UWA001.ant.amazon.com (10.13.139.100) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.24; Wed, 22 Feb 2023 17:29:01 +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; Wed, 22 Feb 2023 17:29:01 +0000 From: "Tang, Jun" To: Wilco Dijkstra CC: 'GNU C Library' Thread-Index: AQHZRuJjaXX05Nd2/0e8CZj2hjECua7bOFmw Date: Wed, 22 Feb 2023 17:29:01 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.13.138.196] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Spam-Status: No, score=-11.3 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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: Wilco, Thanks for the update, Jun -----Original Message----- From: Wilco Dijkstra =20 Sent: Wednesday, February 22, 2023 11:27 AM To: Tang, Jun Cc: 'GNU C Library' Subject: RE: [EXTERNAL][PATCH v2] AArch64: Fix HP_TIMING_DIFF computation CAUTION: This email originated from outside of the organization. Do not cli= ck links or open attachments unless you can confirm the sender and know the= content is safe. Hi Jun, I've merged your patch, see commit 311a7e0256975275d97077f1af338bc9caf0c837= . Cheers, Wilco