From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: [PATCH] convert syscall time tracking to CLOCK_MONOTONIC Date: Wed, 30 Dec 2015 10:04:25 -0500 Message-ID: <20151230150425.GA4874@codemonkey.org.uk> References: <1451432172-70916-1-git-send-email-kirill.shutemov@linux.intel.com> <20151230005658.GA29719@codemonkey.org.uk> <20151230074215.GA12375@node.shutemov.name> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20151230074215.GA12375@node.shutemov.name> Sender: trinity-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Kirill A. Shutemov" Cc: "Kirill A. Shutemov" , trinity@vger.kernel.org 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