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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 557BEC433ED for ; Fri, 2 Apr 2021 21:07:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0E6026115C for ; Fri, 2 Apr 2021 21:07:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231577AbhDBVHz (ORCPT ); Fri, 2 Apr 2021 17:07:55 -0400 Received: from mga14.intel.com ([192.55.52.115]:17832 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231406AbhDBVHz (ORCPT ); Fri, 2 Apr 2021 17:07:55 -0400 IronPort-SDR: vpI/AKc/jMvzfh4R7XqFnFcD5p9DGWGRCfoa+mlTqUhd+zy8x56B6EpidJiuUa5xxQfgCDHk81 jliZgfmQQPAg== X-IronPort-AV: E=McAfee;i="6000,8403,9942"; a="192017127" X-IronPort-AV: E=Sophos;i="5.81,300,1610438400"; d="scan'208";a="192017127" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2021 14:07:53 -0700 IronPort-SDR: hJ5K3+3GjSt2mxesegwSFijJTwqbTnFcp2R+z7jGeAZFT70vVsum1zpcG7kuNAaHV8SIpYDahi h0xr9Y0SKWcw== X-IronPort-AV: E=Sophos;i="5.81,300,1610438400"; d="scan'208";a="413336770" Received: from otcwcpicx3.sc.intel.com ([172.25.55.73]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2021 14:07:53 -0700 Date: Fri, 2 Apr 2021 21:07:42 +0000 From: Fenghua Yu To: Shuah Khan Cc: Shuah Khan , Tony Luck , Reinette Chatre , Babu Moger , Ravi V Shankar , 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: Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Fri, Apr 02, 2021 at 02:04:16PM -0600, Shuah Khan wrote: > On 4/2/21 12:18 PM, Fenghua Yu wrote: > > Hi, Shuah, > > > > On Fri, Apr 02, 2021 at 12:17:17PM -0600, Shuah Khan wrote: > > > On 3/26/21 1:45 PM, Fenghua Yu wrote: > > > > 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? > > > > > > > Yes. Will apply for 5.13-rc1 > > > > Great! Thank you very much for your help! > > > > Done. Now applied to linux-selftest next. > > https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/ > next > > Ran sanity test and suggested a change in message for 12/21. > > Please take a look other such messages and improve them as well > and send follow-on patches. Sure. Will send a follow-on patch to change the messages. Thanks. -Fenghua