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

2019-08-20 Thread Thomas Gleixner
On Mon, 19 Aug 2019, Christoph Hellwig wrote: > On Mon, Aug 19, 2019 at 04:31:41PM +0200, Thomas Gleixner 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: > > > >

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

2019-08-19 Thread Christoph Hellwig
On Mon, Aug 19, 2019 at 04:31:41PM +0200, Thomas Gleixner 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 WIP.timers/core

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

2019-08-19 Thread Thomas Gleixner
Folks! While working on splitting the posix CPU timer expiry out into task context, I took a deeper look at that code. It contains quite some duplicated code and the abuse of struct task_cputime along with the defines to rename the struct members just made my eyes bleed. The following series