Re: [RFC PATCH 1/2] timekeeping: Add timekeeping_adjust_boottime

2021-02-10 Thread Thomas Gleixner
On Wed, Feb 10 2021 at 19:39, Hikaru Nishida wrote: > From: Hikaru Nishida > > This introduces timekeeping_adjust_boottime() to give an interface to > modules that enables to advance CLOCK_BOOTTIME from userspace for > virtualized environments. Later patch introduces a sysfs interface > which call

[RFC PATCH 1/2] timekeeping: Add timekeeping_adjust_boottime

2021-02-10 Thread Hikaru Nishida
From: Hikaru Nishida This introduces timekeeping_adjust_boottime() to give an interface to modules that enables to advance CLOCK_BOOTTIME from userspace for virtualized environments. Later patch introduces a sysfs interface which calls this function. Signed-off-by: Hikaru Nishida --- include/