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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 62D76C433DB for ; Mon, 25 Jan 2021 20:50:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1E9BF22513 for ; Mon, 25 Jan 2021 20:50:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732097AbhAYUuD (ORCPT ); Mon, 25 Jan 2021 15:50:03 -0500 Received: from mga09.intel.com ([134.134.136.24]:33913 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732309AbhAYUsV (ORCPT ); Mon, 25 Jan 2021 15:48:21 -0500 IronPort-SDR: tbRosZnG2pLgJHTysrEhHuSYLPbNoArc/fompC5mJhkLMQrhrC00oCWzeHM+Z0O2r5YB+bwkoG xZaopvDkHhUg== X-IronPort-AV: E=McAfee;i="6000,8403,9875"; a="179944582" X-IronPort-AV: E=Sophos;i="5.79,374,1602572400"; d="scan'208";a="179944582" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2021 12:47:40 -0800 IronPort-SDR: OWPDduKFZGFtNNHisO5QDD6Qi3l1CfYWvwGxi/1KcUhp54+NFCfyw3VbDRi6PswzC5fxLu9rPt JpQjE9O7leiA== X-IronPort-AV: E=Sophos;i="5.79,374,1602572400"; d="scan'208";a="361672727" Received: from otcwcpicx3.sc.intel.com ([172.25.55.73]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2021 12:47:40 -0800 Date: Mon, 25 Jan 2021 20:47:33 +0000 From: Fenghua Yu To: Shuah Khan , Tony Luck , Reinette Chatre , David Binderman , Babu Moger , James Morse , Ravi V Shankar Cc: linux-kernel Subject: Re: [PATCH v4 00/17] Miscellaneous fixes for resctrl selftests Message-ID: References: <20201130202010.178373-1-fenghua.yu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201130202010.178373-1-fenghua.yu@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Shuah, On Mon, Nov 30, 2020 at 08:19:53PM +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: > v4: > - Address various comments from Shuah Khan: > 1. Combine a few patches e.g. a couple of fixing typos patches into one > and a couple of unmounting patches into one etc. Just a friendly reminder. Will you push this series to the upstream? Maybe I miss something but I don't see this series in the linux-kselftest tree yet. Thank you very much! -Fenghua