From: "Moger, Babu" <Babu.Moger@amd.com>
To: Fenghua Yu <fenghua.yu@intel.com>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, H Peter Anvin <hpa@zytor.com>,
Tony Luck <tony.luck@intel.com>,
Peter Zijlstra <peterz@infradead.org>,
Reinette Chatre <reinette.chatre@intel.com>,
James Morse <james.morse@arm.com>,
Xiaochen Shen <xiaochen.shen@intel.com>,
Ravi V Shankar <ravi.v.shankar@intel.com>,
Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>,
Arshiya Hayatkhan Pathan <arshiya.hayatkhan.pathan@intel.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH v4 10/10] selftests/resctrl: Add the test in MAINTAINERS
Date: Wed, 2 Jan 2019 20:22:10 +0000 [thread overview]
Message-ID: <c6a28360-b6fa-9003-8981-a6618ac6a0ff@amd.com> (raw)
In-Reply-To: <1545438038-75107-11-git-send-email-fenghua.yu@intel.com>
Hi Fenghua,
> -----Original Message-----
> From: Fenghua Yu <fenghua.yu@intel.com>
> Sent: Friday, December 21, 2018 6:21 PM
> To: Thomas Gleixner <tglx@linutronix.de>; Ingo Molnar
> <mingo@redhat.com>; H Peter Anvin <hpa@zytor.com>; Tony Luck
> <tony.luck@intel.com>; Peter Zijlstra <peterz@infradead.org>; Reinette
> Chatre <reinette.chatre@intel.com>; Moger, Babu
> <Babu.Moger@amd.com>; James Morse <james.morse@arm.com>;
> Xiaochen Shen <xiaochen.shen@intel.com>; Ravi V Shankar
> <ravi.v.shankar@intel.com>; Sai Praneeth Prakhya
> <sai.praneeth.prakhya@intel.com>; Arshiya Hayatkhan Pathan
> <arshiya.hayatkhan.pathan@intel.com>
> Cc: linux-kernel <linux-kernel@vger.kernel.org>; Fenghua Yu
> <fenghua.yu@intel.com>
> Subject: [PATCH v4 10/10] selftests/resctrl: Add the test in MAINTAINERS
>
> The resctrl selftest will be maintained by RDT maintainers.
>
> Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 842b697a1511..edafdecb1e41 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12650,6 +12650,7 @@ S: Supported
> F: arch/x86/kernel/cpu/intel_rdt*
> F: arch/x86/include/asm/intel_rdt_sched.h
> F: Documentation/x86/intel_rdt*
This patch does not apply cleanly. We have changed the above names from
intel_rdt to resctrl now. You need to re-base again.
> +F: tools/testing/selftests/resctrl
>
> READ-COPY UPDATE (RCU)
> M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
> --
> 2.19.1
next prev parent reply other threads:[~2019-01-02 20:22 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-22 0:20 [PATCH v4 00/10] selftests/resctrl: Add resctrl selftest Fenghua Yu
2018-12-22 0:20 ` [PATCH v4 01/10] selftests/resctrl: Add README for resctrl tests Fenghua Yu
2018-12-22 0:20 ` [PATCH v4 02/10] selftests/resctrl: Add basic resctrl file system operations and data Fenghua Yu
2018-12-22 0:20 ` [PATCH v4 03/10] selftests/resctrl: Read memory bandwidth from perf IMC counter and from resctrl file system Fenghua Yu
2018-12-22 0:20 ` [PATCH v4 04/10] selftests/resctrl: Add callback to start a benchmark Fenghua Yu
2018-12-22 0:20 ` [PATCH v4 05/10] selftests/resctrl: Add built in benchmark Fenghua Yu
2018-12-22 0:20 ` [PATCH v4 06/10] selftests/resctrl: Add MBM test Fenghua Yu
2018-12-22 0:20 ` [PATCH v4 07/10] selftests/resctrl: Add MBA test Fenghua Yu
2018-12-22 0:20 ` [PATCH v4 08/10] selftests/resctrl Add Cache QoS Monitoring (CQM) selftest Fenghua Yu
2019-01-02 20:17 ` Moger, Babu
2019-01-02 20:54 ` Yu, Fenghua
2018-12-22 0:20 ` [PATCH v4 09/10] selftests/resctrl: Add Cache Allocation Technology (CAT) selftest Fenghua Yu
2019-01-14 20:08 ` Moger, Babu
2018-12-22 0:20 ` [PATCH v4 10/10] selftests/resctrl: Add the test in MAINTAINERS Fenghua Yu
2019-01-02 20:22 ` Moger, Babu [this message]
2019-01-02 20:56 ` Yu, Fenghua
2019-01-16 15:54 ` [PATCH v4 00/10] selftests/resctrl: Add resctrl selftest Moger, Babu
2019-01-16 19:13 ` Fenghua Yu
2019-01-16 19:39 ` Moger, Babu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c6a28360-b6fa-9003-8981-a6618ac6a0ff@amd.com \
--to=babu.moger@amd.com \
--cc=arshiya.hayatkhan.pathan@intel.com \
--cc=fenghua.yu@intel.com \
--cc=hpa@zytor.com \
--cc=james.morse@arm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=ravi.v.shankar@intel.com \
--cc=reinette.chatre@intel.com \
--cc=sai.praneeth.prakhya@intel.com \
--cc=tglx@linutronix.de \
--cc=tony.luck@intel.com \
--cc=xiaochen.shen@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®