From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 935B6C4332F for ; Mon, 19 Dec 2022 08:56:36 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.465903.724711 (Exim 4.92) (envelope-from ) id 1p7BwT-0000nJ-L9; Mon, 19 Dec 2022 08:56:13 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 465903.724711; Mon, 19 Dec 2022 08:56:13 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1p7BwT-0000nC-IV; Mon, 19 Dec 2022 08:56:13 +0000 Received: by outflank-mailman (input) for mailman id 465903; Mon, 19 Dec 2022 08:56:12 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1p7BwS-0000n6-9Y for xen-devel@lists.xenproject.org; Mon, 19 Dec 2022 08:56:12 +0000 Received: from neowutran.ovh (vps-eb112777.vps.ovh.net [51.83.40.211]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id fa612a8b-7f7a-11ed-91b6-6bf2151ebd3b; Mon, 19 Dec 2022 09:56:08 +0100 (CET) Received: from neowutran.ovh (82-65-208-184.subs.proxad.net [82.65.208.184]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by neowutran.ovh (Postfix) with ESMTPSA id 7F58260BCE; Mon, 19 Dec 2022 08:56:08 +0000 (UTC) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: fa612a8b-7f7a-11ed-91b6-6bf2151ebd3b DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=neowutran.ovh; s=my-selector-name; t=1671440168; bh=ApYA0fwAovgiooHHpBkLqMfMdf306pviSglOzwi/5S8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=nyQC0DcazV4382XSfFrA0pn5GfjbTS0f0YzceoHHidMOL7TI2GavATK4QbbhnvqUo Ma3tzLzjf5LKGHbmAXdJ4O6/wb1grSFWboD0/QtQ/oFIDphoVZucJ8DUcgO2LX018x HMIxKV2mphvhWCLPPtGKp3VzefMS8yhWAZRrDFS4+VCMmCe0JZLL+HISUcjoQ0hkne Iv42ZWn46vvTm5j/JIxsx8Ey1pMIxtuTIcZtkVlbIbIkBk0dMKT01rFRJ+thUW/U4t aDqeHH0k6rzACojU+B90gyFeBX6np6sFXMU7Q5aH76v69A0ahS2qt0H3b+4VMzCWze 56QePyoIT6W00Z8GECr/hlaI97A3Wikhed+1uvw0nGA+/MTFD68TW1RziUIPWY1Lap Nm9U58jOyrekf/ujqgSa+Mch/HuPCxM6jewAHWhD9pWZBAPEFjkeL8ZQXHaRVr0D8J ZG4KUiwwqlkO9noBxnmybsLbSbXSPGFRIADhhcKlR80+gzLv2vdtPxQAP4ae9tTBxv KDGHlmdlhc3OQB1RwTCxLqDbV6sCYHz6OL2lN+tF4h//bFNVYJT1gv3Qv3s49akC6k tE6DBe+QFtPRTn4rALlmQkTpWgvzHW64SVZMJytDFX96vs/KSg31uIq3xsRHyqn/0D /kIGC6GsQ9K475Iw3LevPmYo= Date: Mon, 19 Dec 2022 09:55:54 +0100 From: Neowutran To: Jan Beulich Cc: Neowutran , xen-devel@lists.xenproject.org, Andrew Cooper , Roger Pau =?utf-8?B?TW9ubsOp?= , Wei Liu , Elliott Mitchell Subject: Re: [PATCH v2] Bug fix - Integer overflow when cpu frequency > u32 max value. Message-ID: <20221219085554.rvp4a5xdc6visbqm@archlinux> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On 2022-12-19 09:12, Jan Beulich wrote: > On 18.12.2022 22:47, Elliott Mitchell wrote: > > On Sun, Dec 18, 2022 at 01:14:07PM +0100, Neowutran wrote: > >> xen/x86: prevent overflow with high frequency TSCs > >> > >> Pr