From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12E7FC43381 for ; Wed, 20 Feb 2019 13:52:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DED0720880 for ; Wed, 20 Feb 2019 13:52:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726265AbfBTNwl (ORCPT ); Wed, 20 Feb 2019 08:52:41 -0500 Received: from mga01.intel.com ([192.55.52.88]:44736 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725842AbfBTNwl (ORCPT ); Wed, 20 Feb 2019 08:52:41 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2019 05:52:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,391,1544515200"; d="scan'208";a="145029238" Received: from smile.fi.intel.com (HELO smile) ([10.237.72.86]) by fmsmga002.fm.intel.com with ESMTP; 20 Feb 2019 05:52:39 -0800 Received: from andy by smile with local (Exim 4.92-RC6) (envelope-from ) id 1gwSIe-0004PF-LY; Wed, 20 Feb 2019 15:52:36 +0200 Date: Wed, 20 Feb 2019 15:52:36 +0200 From: Andy Shevchenko To: Yury Norov Cc: Andrew Morton , Arnd Bergmann , Dmitry Torokhov , Kees Cook , Matthew Wilcox , Michael Ellerman , Rasmus Villemoes , Tetsuo Handa , Yury Norov , linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/6] lib/test_bitmap: switch test_bitmap_parselist to ktime_get() Message-ID: <20190220135236.GV9224@smile.fi.intel.com> References: <20190220083705.14050-1-ynorov@marvell.com> <20190220083705.14050-5-ynorov@marvell.com> <20190220135101.GU9224@smile.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190220135101.GU9224@smile.fi.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 20, 2019 at 03:51:01PM +0200, Andy Shevchenko wrote: > On Wed, Feb 20, 2019 at 11:37:03AM +0300, Yury Norov wrote: > > test_bitmap_parselist currently uses get_cycles which is not > > implemented on some platforms, so use ktime_get() instead. > > This sounds like a fix that should go first in the series. Ah, okay, it's already first for test module. Perhaps Fixes tag and actually one or more examples of such architectures? -- With Best Regards, Andy Shevchenko