Re: [PATCH] convert syscall time tracking to CLOCK_MONOTONIC
Dave Jones <[email protected]> Wed, 30 Dec 2015 10:04:25 -0500
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Dec 30, 2015 at 09:42:15AM +0200, Kirill A. Shutemov wrote:
> On Tue, Dec 29, 2015 at 07:56:58PM -0500, Dave Jones wrote:
> > On Wed, Dec 30, 2015 at 02:36:12AM +0300, Kirill A. Shutemov wrote:
> > > Commit e8646038d918 ("add some extra sanity checks inside the child
> > > process") made trinity near unusable for me: the rec->tv sanity check
> > > fails rather quickly after first syscall capable of changing wall time.
> >
> > interesting. I wonder why I didn't notice that.
>
> --dropprivs?
Ah right, it's been a while since I ran with that.
Good catch.
Dave