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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 DA628C433E0 for ; Fri, 26 Mar 2021 19:46:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B49D361A21 for ; Fri, 26 Mar 2021 19:46:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230238AbhCZTpl (ORCPT ); Fri, 26 Mar 2021 15:45:41 -0400 Received: from mga01.intel.com ([192.55.52.88]:5896 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230043AbhCZTpd (ORCPT ); Fri, 26 Mar 2021 15:45:33 -0400 IronPort-SDR: T/02Zudpl04iAdTaYZTZ8nxI+ViKInJ0qsUtw+Hj3A3qoA/RYFtQ3fdYObrxxYASMePRKtgcWh Hqu7lFfWncsw== X-IronPort-AV: E=McAfee;i="6000,8403,9935"; a="211377897" X-IronPort-AV: E=Sophos;i="5.81,281,1610438400"; d="scan'208";a="211377897" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2021 12:45:33 -0700 IronPort-SDR: Pyx8Iq8Afv8THn27V1eav8kq4TRtbY2s3Tj5D/6WnjwsYptWNdy+FTzgArUipQFKvYEG0DSrhn AmhqAQnnlfjg== X-IronPort-AV: E=Sophos;i="5.81,281,1610438400"; d="scan'208";a="410036391" Received: from otcwcpicx3.sc.intel.com ([172.25.55.73]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2021 12:45:33 -0700 Date: Fri, 26 Mar 2021 19:45:26 +0000 From: Fenghua Yu To: Shuah Khan , Tony Luck , Reinette Chatre , Babu Moger , Ravi V Shankar Cc: linux-kselftest , linux-kernel Subject: Re: [PATCH v6 00/21] Miscellaneous fixes for resctrl selftests Message-ID: References: <20210317022255.2536745-1-fenghua.yu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210317022255.2536745-1-fenghua.yu@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Shuah, On Wed, Mar 17, 2021 at 02:22:34AM +0000, Fenghua Yu wrote: > This patch set has several miscellaneous fixes to resctrl selftest tool > that are easily visible to user. V1 had fixes to CAT test and CMT test > but they were dropped in V2 because having them here made the patchset > humongous. So, changes to CAT test and CMT test will be posted in another > patchset. > > Change Log: > v6: > - Add Tested-by: Babu Moger . > - Replace "cat" by CAT_STR etc (Babu). > - Capitalize the first letter of printed message (Babu). Any comment on this series? Will you push it into linux-kselftest.git? Thanks. -Fenghua