Re: [patch V2 00/38] posix-cpu-timers: Cleanup and consolidation

2019-08-21 Thread Christoph Hellwig
On Thu, Aug 22, 2019 at 03:02:04AM +0200, Frederic Weisbecker wrote: > > which repeats every time I fetch. I can't of anythign particular on > > my side that would cause this. > > Yeah I had to run "git remote prune tip" and fetch again. > > Apparently there was an old remote branch tip/WIP.time

Re: [patch V2 00/38] posix-cpu-timers: Cleanup and consolidation

2019-08-21 Thread Frederic Weisbecker
On Thu, Aug 22, 2019 at 02:54:34AM +0200, Christoph Hellwig wrote: > > The series applies on top of: > > > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core > > > > and is available from git as well: > > > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WI

Re: [patch V2 00/38] posix-cpu-timers: Cleanup and consolidation

2019-08-21 Thread Christoph Hellwig
> The series applies on top of: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core > > and is available from git as well: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.timers/core Btw, for some reason git here seems to be very unhappy about that

[patch V2 00/38] posix-cpu-timers: Cleanup and consolidation

2019-08-21 Thread Thomas Gleixner
Folks! This is the second version of that set. First one can be found here: https://lkml.kernel.org/r/20190819143141.221906...@linutronix.de The following changes vs. V1: - Folded the synchronization callback patch into the original one and replaced the original one in tip timers/core a