> From: Dexuan Cui <decui@xxxxxxxxxxxxx> > Sent: Thursday, September 5, 2019 3:47 PM > > This patchset (consisting of 3 patches) was part of the v4 patchset (consisting > of 12 patches): https://lkml.org/lkml/2019/9/2/894 > > I realized these 3 patches must go through the tip.git tree, because I have > to rebase 2 of the 3 patches due to recent changes from others in the tip > tree. > > All the 3 patches are now rebased to the tip tree's timers/core branch: > https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/log/?h=timers/core > , and all the 3 patches have Michael Kelley's Signed-off-by's. > > Please review. > > Thanks! > Dexuan > > Dexuan Cui (3): > x86/hyper-v: Suspend/resume the hypercall page for hibernation > x86/hyper-v: Implement hv_is_hibernation_supported() > clocksource/drivers: Suspend/resume Hyper-V clocksource for > hibernation > > arch/x86/hyperv/hv_init.c | 40 > ++++++++++++++++++++++++++++++++++++++ > drivers/clocksource/hyperv_timer.c | 25 ++++++++++++++++++++++++ > include/asm-generic/mshyperv.h | 2 ++ > 3 files changed, 67 insertions(+) Hi tglx and all, Can you please take a look at this patchset (3 patches in total)? IMO it's better for the 3 patches to go through the tip.git tree, but if you (the x86 maintainers) have no objection, the patches can also go through Saha Levin's Hyper-V tree, because the dependent patches have landed in Linus's tree now. Thanks, -- Dexuan