Re: [PATCH v3 0/7] posix-cpu-timers fixlet

2013-05-01 Thread KOSAKI Motohiro
(5/1/13 7:01 AM), Peter Zijlstra wrote: > On Mon, Apr 29, 2013 at 11:17:08PM -0400, kosaki.motoh...@gmail.com wrote: >> Glibc's posix timer testcase found a lot of bugs in posix timer code. This >> series, hopefully, >> fixes all of them. All patches are independent each other logically. >> >> >>

Re: [PATCH v3 0/7] posix-cpu-timers fixlet

2013-05-01 Thread Peter Zijlstra
On Mon, Apr 29, 2013 at 11:17:08PM -0400, kosaki.motoh...@gmail.com wrote: > Glibc's posix timer testcase found a lot of bugs in posix timer code. This > series, hopefully, > fixes all of them. All patches are independent each other logically. > > > [PATCH 1/7] posix-cpu-timers: don't account cp

[PATCH v3 0/7] posix-cpu-timers fixlet

2013-04-29 Thread kosaki . motohiro
Glibc's posix timer testcase found a lot of bugs in posix timer code. This series, hopefully, fixes all of them. All patches are independent each other logically. [PATCH 1/7] posix-cpu-timers: don't account cpu timer after stopped thread runtime accounting [PATCH 2/7] posix-cpu-timers: fix acou