Re: [PATCH] MAINTAINERS: Add Mailing list and Web-page for PERFORMANCE EVENTS SUBSYSTEM
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-03-24 13:41:51
Also in:
lkml
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-03-24 13:41:51
Also in:
lkml
Em Mon, Mar 15, 2021 at 11:56:32AM +0800, Tiezhu Yang escreveu:
Add entry "L: linux-perf-users@vger.kernel.org" to archive the related mail on https://lore.kernel.org/linux-perf-users/, add entry "W: https://perf.wiki.kernel.org/" so that newbies could get some useful materials.
Thanks, applied. - Arnaldo
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)diff --git a/MAINTAINERS b/MAINTAINERS index aa84121..e1626db 100644 --- a/MAINTAINERS +++ b/MAINTAINERS@@ -14021,8 +14021,10 @@ R: Mark Rutland <mark.rutland@arm.com> R: Alexander Shishkin <alexander.shishkin@linux.intel.com> R: Jiri Olsa <jolsa@redhat.com> R: Namhyung Kim <namhyung@kernel.org> +L: linux-perf-users@vger.kernel.org L: linux-kernel@vger.kernel.org S: Supported +W: https://perf.wiki.kernel.org/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core F: arch/*/events/* F: arch/*/events/*/*-- 2.1.0
-- - Arnaldo