Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754010AbdFMWyg (ORCPT ); Tue, 13 Jun 2017 18:54:36 -0400 Received: from mail-wr0-f181.google.com ([209.85.128.181]:33928 "EHLO mail-wr0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753311AbdFMWye (ORCPT ); Tue, 13 Jun 2017 18:54:34 -0400 MIME-Version: 1.0 In-Reply-To: <20170613105707.27557-1-mlichvar@redhat.com> References: <20170613105707.27557-1-mlichvar@redhat.com> From: John Stultz Date: Tue, 13 Jun 2017 15:54:33 -0700 Message-ID: Subject: Re: [PATCH] kselftests: timers: Fix inconsistency-check to not ignore first timestamp To: Miroslav Lichvar Cc: lkml , Prarit Bhargava , Richard Cochran Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 590 Lines: 15 On Tue, Jun 13, 2017 at 3:57 AM, Miroslav Lichvar wrote: > When the first timestamp in the list of clock readings was later than > the second timestamp and all other timestamps were in order, the > inconsistency was not reported because the index of the out-of-order > timestamp was equal to the default value. > > Cc: John Stultz > Cc: Prarit Bhargava > Cc: Richard Cochran > Signed-off-by: Miroslav Lichvar Queued up in my tree for testing, targeting 4.13. thanks -john