Re: [PATCH v2] clocksource: hyper-v: Fix hv tsc page based sched_clock for hibernation

2024-09-11 Thread Naman Jain
On 9/12/2024 9:09 AM, Michael Kelley wrote: From: Naman Jain Sent: Tuesday, September 10, 2024 9:57 PM This version of the patch looks good to me from the standpoint of separating the x86 specific functionality from the arch independent functionality. And I think the patch works as inten

RE: [PATCH v2] clocksource: hyper-v: Fix hv tsc page based sched_clock for hibernation

2024-09-11 Thread Michael Kelley
From: Naman Jain Sent: Tuesday, September 10, 2024 9:57 PM > This version of the patch looks good to me from the standpoint of separating the x86 specific functionality from the arch independent functionality. And I think the patch works as intended. But there are parts of the description and v

Re: [PATCH] x86/tdx: Enhance code generation for TDCALL and SEAMCALL wrappers

2024-09-11 Thread Sean Christopherson
On Wed, Aug 28, 2024, Rick P Edgecombe wrote: > On Tue, 2024-06-04 at 12:34 -0700, Sean Christopherson wrote: > > > > If we're willing to suffer a few gnarly macros, I think we get a > > satisfactory mix of standardized arguments and explicit operands, and > > generate vastly better code. > > Hi