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=-14.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_IN_DEF_DKIM_WL autolearn=no 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 C635DC4363A for ; Tue, 20 Oct 2020 20:55:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3864622283 for ; Tue, 20 Oct 2020 20:55:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="CGxkpNQk" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2409665AbgJTUzP (ORCPT ); Tue, 20 Oct 2020 16:55:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2409664AbgJTUzO (ORCPT ); Tue, 20 Oct 2020 16:55:14 -0400 Received: from mail-pl1-x641.google.com (mail-pl1-x641.google.com [IPv6:2607:f8b0:4864:20::641]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 849E1C0613CE for ; Tue, 20 Oct 2020 13:55:14 -0700 (PDT) Received: by mail-pl1-x641.google.com with SMTP id r10so32495plx.3 for ; Tue, 20 Oct 2020 13:55:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=B/lCosLKiAA6CCkrAkVBxnMww1s6eqZZtcsOV8oECpk=; b=CGxkpNQkm65tzOZjitMBtU32hgvmaXJ/KKkfvxSNZzzK6YbkRQQ7Ktl2p1hroZp1bF HumEdgPtC+r3yISPm5NgzHMBh1HhFv8/XfAtSv8t5C0wgsQZ0Mv5CcjAlCH0a5M5rNbt gCYxK/8BHaHNqTBbJTP+taP09Hv0My7zm4qLQb1eZhqvgJP5MQ0YVPkABgFNeb2PJiCH 3XHgonGSdZMCL1Bt30rsgL4Jzf9vZjAF+hQiFy3s+NkJfqKY47toTR3YyY0f4OkmQ0RM 6bojMAZCpJ30/Lhn+zStY46gIG94ik9m5hrEivEIsPvXfUBF42YAQWKv/ywOjQdRH/PH 8AdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=B/lCosLKiAA6CCkrAkVBxnMww1s6eqZZtcsOV8oECpk=; b=YWugu2CLxCW3xDoaZNX+8RtD79qSjgcXDzKLr9n1LSBZa4nH/eNG4C/bXuacWDzvN7 HhSZYhFIwFznN5G8ZjOmFPX2rvuq3vi/hfgIOvLx2joZfAwrQZd8JAo5sG97kFOn4z/S zEwLggJRAC9HH5VgQPEmmZHIJhlPOQmB9DB3kJ6qGCu0o/kdOCwHZ2ih45cLeSnW0/6a NuxTDupkCXUyONInNg+DxS5PiDhlURu+qbJy3Wx/t9YdnUaAaQD6nwj++oQmoSLYlUWy AUTfvT/3jd8q5hU5L1V7j1aZbA/elLEYFgISN77NzXiKwK55/3lvE3htSMMeBaJFpz5v Qjdg== X-Gm-Message-State: AOAM532bCwT3wLFk+kj5ham53VIZIAp/yFcQob6O8JdSOzI/O6DRK8zc 4QNkvByEi/WOYG3IWwuBhDcTkQaj/d+DYozdpH/Xbw== X-Google-Smtp-Source: ABdhPJwGWk/0XwFcOO0MZns44wnt8msPCMFy9sP8x5NTmjQNM3Pcm6qFiBoywhMgr0TR9f6fbbxQ44lCG/wkFP+ZDGM= X-Received: by 2002:a17:90a:3e4e:: with SMTP id t14mr64914pjm.217.1603227313797; Tue, 20 Oct 2020 13:55:13 -0700 (PDT) MIME-Version: 1.0 References: <20201016110836.52613-1-andriy.shevchenko@linux.intel.com> In-Reply-To: <20201016110836.52613-1-andriy.shevchenko@linux.intel.com> From: Brendan Higgins Date: Tue, 20 Oct 2020 13:55:01 -0700 Message-ID: Subject: Re: [PATCH v3 1/3] lib/list_kunit: Follow new file name convention for KUnit tests To: Andy Shevchenko Cc: "open list:KERNEL SELFTEST FRAMEWORK" , KUnit Development , Shuah Khan , Vitor Massaru Iha , Mark Brown , David Gow Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Fri, Oct 16, 2020 at 4:08 AM Andy Shevchenko wrote: > > Follow new file name convention for the KUnit tests. > Since we have lib/*test*.c in a few variations, > use 'kunit' suffix to distinguish usual test cases > with KUnit-based ones. > > Cc: Mark Brown > Signed-off-by: Andy Shevchenko > Reviewed-by: David Gow Thanks for taking care of this! Acked-by: Brendan Higgins