From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753060AbaKLQVM (ORCPT ); Wed, 12 Nov 2014 11:21:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42398 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752628AbaKLQVL (ORCPT ); Wed, 12 Nov 2014 11:21:11 -0500 Date: Wed, 12 Nov 2014 17:17:35 +0100 From: Stanislaw Gruszka To: Peter Zijlstra Cc: linux-kernel@vger.kernel.org, Rik van Riel , Frederic Weisbecker , KOSAKI Motohiro , Oleg Nesterov , Thomas Gleixner , Ingo Molnar Subject: Re: [PATCH v2] sched/cputime: fix clock_nanosleep/clock_gettime inconsistency Message-ID: <20141112161723.GA4487@redhat.com> References: <1415788168-3165-1-git-send-email-sgruszka@redhat.com> <20141112111553.GA21343@twins.programming.kicks-ass.net> <20141112122155.GA3250@redhat.com> <20141112125158.GB21343@twins.programming.kicks-ass.net> <20141112155843.GA24803@redhat.com> <20141112160603.GM29390@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141112160603.GM29390@twins.programming.kicks-ass.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 12, 2014 at 05:06:03PM +0100, Peter Zijlstra wrote: > On Wed, Nov 12, 2014 at 04:58:44PM +0100, Stanislaw Gruszka wrote: > > v1 -> v2: post Peter version > > > > Peter, if you want post your patch by yourself please do so (you can > > add me with Reported-and-tested-by: tag then). I'm posting this in case > > you don't want to write the changelog :-) > > Ah, but did you verify? That test case didn't trigger for me (I let it > run for several minutes before I got bored and shot it). > > I think I might split this in two patches, the one killing the > task_delta_exec() and the other doing this. But I can do that if you can > confirm this all does indeed work. Patch does work. I run test for few hours with the patch and the problem did not show. Without the patch it's matter of minutes and the test fail here. Stanislaw