RE: [PATCH] hyperv: Implement Time Synchronization using host time sample

2014-10-14 Thread Thomas Shao
These old duplicated patches are accidentally send by the mail server... Sorry for that. > -Original Message- > From: Thomas Shao [mailto:huis...@microsoft.com] > Sent: Tuesday, October 14, 2014 1:49 PM > To: t...@linutronix.de; gre...@linuxfoundation.org; linux- > ker...@vger.kernel.or

RE: [PATCH] hyperv: Implement Time Synchronization using host time sample

2014-10-14 Thread Thomas Shao
com; KY Srinivasan > Subject: RE: [PATCH] hyperv: Implement Time Synchronization using host > time sample > > On Tue, 14 Oct 2014, Thomas Shao wrote: > > > -Original Message- > > > From: Greg KH [mailto:gre...@linuxfoundation.org] > > > Sent: Tuesday, O

RE: [PATCH] hyperv: Implement Time Synchronization using host time sample

2014-10-14 Thread Thomas Gleixner
driverproject.org; o...@aepfle.de; a...@canonical.com; > > jasow...@redhat.com; KY Srinivasan > > Subject: Re: [PATCH] hyperv: Implement Time Synchronization using host > > time sample > > > > On Tue, Oct 14, 2014 at 01:23:46AM -0700, Thomas Shao wrote: > >

RE: [PATCH] hyperv: Implement Time Synchronization using host time sample

2014-10-14 Thread Thomas Shao
sow...@redhat.com; KY Srinivasan > Subject: Re: [PATCH] hyperv: Implement Time Synchronization using host > time sample > > On Tue, Oct 14, 2014 at 01:23:46AM -0700, Thomas Shao wrote: > > --- a/kernel/time/timekeeping.c > > +++ b/kernel/time/timekeeping.c > > @@ -

Re: [PATCH] hyperv: Implement Time Synchronization using host time sample

2014-10-14 Thread Greg KH
On Tue, Oct 14, 2014 at 01:23:46AM -0700, Thomas Shao wrote: > --- a/kernel/time/timekeeping.c > +++ b/kernel/time/timekeeping.c > @@ -1786,6 +1786,7 @@ int do_adjtimex(struct timex *txc) > > return ret; > } > +EXPORT_SYMBOL(do_adjtimex); EXPORT_SYMBOL_GPL()? _