lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 13 Aug 2014 12:52:22 +0200
From:	Ingo Molnar <mingo@...nel.org>
To:	Borislav Petkov <bp@...en8.de>
Cc:	hpa@...or.com, paulus@...ba.org, eranian@...gle.com,
	linux-kernel@...r.kernel.org, peterz@...radead.org,
	acme@...nel.org, zheng.z.yan@...el.com, ak@...ux.intel.com,
	tglx@...utronix.de, bp@...e.de, linux-tip-commits@...r.kernel.org
Subject: Re: [tip:perf/core] perf/x86/uncore: move NHM-EX/ WSM-EX specific
 code to seperate file


* Borislav Petkov <bp@...en8.de> wrote:

> On Wed, Aug 13, 2014 at 01:23:12AM -0700, tip-bot for Yan, Zheng wrote:
> > Commit-ID:  c1e46580c3b7bf25053519cf39f01a2f9ea4d865
> > Gitweb:     http://git.kernel.org/tip/c1e46580c3b7bf25053519cf39f01a2f9ea4d865
> > Author:     Yan, Zheng <zheng.z.yan@...el.com>
> > AuthorDate: Wed, 30 Jul 2014 15:22:15 +0800
> > Committer:  Ingo Molnar <mingo@...nel.org>
> > CommitDate: Wed, 13 Aug 2014 07:51:08 +0200
> > 
> > perf/x86/uncore: move NHM-EX/WSM-EX specific code to seperate file
> > 
> > Signed-off-by: Yan, Zheng <zheng.z.yan@...el.com>
> > Signed-off-by: Peter Zijlstra <peterz@...radead.org>
> > Cc: Andi Kleen <ak@...ux.intel.com>
> > Cc: Arnaldo Carvalho de Melo <acme@...nel.org>
> > Cc: Borislav Petkov <bp@...e.de>
> > Cc: Paul Mackerras <paulus@...ba.org>
> > Cc: Stephane Eranian <eranian@...gle.com>
> > Link: http://lkml.kernel.org/r/1406704935-27708-4-git-send-email-zheng.z.yan@intel.com
> > Signed-off-by: Ingo Molnar <mingo@...nel.org>
> > ---
> >  arch/x86/kernel/cpu/Makefile                       |    2 +-
> >  arch/x86/kernel/cpu/perf_event_intel_uncore.c      | 1038 +-------------
> >  arch/x86/kernel/cpu/perf_event_intel_uncore.h      |  185 +--
> >  ...el_uncore.c => perf_event_intel_uncore_nhmex.c} | 1483 +++-----------------
> >  4 files changed, 196 insertions(+), 2512 deletions(-)
> > 
> > diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile
> > index 7dee866..7e1fd4e 100644
> > --- a/arch/x86/kernel/cpu/Makefile
> > +++ b/arch/x86/kernel/cpu/Makefile
> > @@ -37,7 +37,7 @@ endif
> >  obj-$(CONFIG_CPU_SUP_INTEL)		+= perf_event_p6.o perf_event_knc.o perf_event_p4.o
> >  obj-$(CONFIG_CPU_SUP_INTEL)		+= perf_event_intel_lbr.o perf_event_intel_ds.o perf_event_intel.o
> >  obj-$(CONFIG_CPU_SUP_INTEL)		+= perf_event_intel_uncore.o perf_event_intel_uncore_snb.o
> > -obj-$(CONFIG_CPU_SUP_INTEL)		+= perf_event_intel_uncore_snbep.o
> > +obj-$(CONFIG_CPU_SUP_INTEL)		+= perf_event_intel_uncore_snbep.o perf_event_intel_uncore_nhmex.o
> >  obj-$(CONFIG_CPU_SUP_INTEL)		+= perf_event_intel_rapl.o
> 
> These filenames are begging to go to a separate dir. arch/x86/perf/ 
> would be a good one, peterz says.

arch/x86/perf/ would be fine with me.

Thanks,

	Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ