Re: [patch V2 30/38] posix-cpu-timers: Respect INFINITY for hard RTTIME limit

2019-08-26 Thread Frederic Weisbecker
On Wed, Aug 21, 2019 at 09:09:17PM +0200, Thomas Gleixner wrote: > The RTIME limit expiry code does not check the hard RTTIME limit for > INFINITY, i.e. being disabled. Add it. > > While this could be considered an ABI breakage if something would depend on > this behaviour. Though it's highly

[patch V2 30/38] posix-cpu-timers: Respect INFINITY for hard RTTIME limit

2019-08-21 Thread Thomas Gleixner
The RTIME limit expiry code does not check the hard RTTIME limit for INFINITY, i.e. being disabled. Add it. While this could be considered an ABI breakage if something would depend on this behaviour. Though it's highly unlikely to have an effect because RLIM_INFINITY is at minimum INT_MAX and