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:	Thu, 26 Mar 2015 23:22:18 +0100
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Mathieu Poirier <mathieu.poirier@...aro.org>
Cc:	linux@....linux.org.uk, catalin.marinas@....com,
	will.deacon@....com, alexander.shishkin@...ux.intel.com,
	linux-kernel@...r.kernel.org, peter.lachner@...el.com,
	norbert.schulz@...el.com, keven.boell@...el.com,
	yann.fouassier@...el.com, laurent.fert@...el.com,
	linux-api@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
	kaixu.xia@...aro.org, zhang.chunyan@...aro.org
Subject: Re: [PATCH v2] coresight: moving to new "hwtracing" directory

On Fri, Mar 20, 2015 at 11:01:23AM -0600, Mathieu Poirier wrote:
> Keeping drivers related to HW tracing on ARM, i.e coresight,
> under "drivers/coresight" doesn't make sense when other
> architectures start rolling out technologies of the same
> nature.
> 
> As such creating a new "drivers/hwtracing" directory where all
> drivers of the same kind can reside, reducing namespace
> pollution under "drivers/".
> 
> Signed-off-by: Mathieu Poirier <mathieu.poirier@...aro.org>
> ---
> Change for v2:
>  - generated patch with -M option 
> ---
>  MAINTAINERS                                              | 2 +-
>  arch/arm/Kconfig.debug                                   | 2 +-
>  arch/arm64/Kconfig.debug                                 | 2 +-
>  drivers/Makefile                                         | 2 +-
>  drivers/{ => hwtracing}/coresight/Kconfig                | 0
>  drivers/{ => hwtracing}/coresight/Makefile               | 0
>  drivers/{ => hwtracing}/coresight/coresight-etb10.c      | 0
>  drivers/{ => hwtracing}/coresight/coresight-etm-cp14.c   | 0
>  drivers/{ => hwtracing}/coresight/coresight-etm.h        | 0
>  drivers/{ => hwtracing}/coresight/coresight-etm3x.c      | 0
>  drivers/{ => hwtracing}/coresight/coresight-funnel.c     | 0
>  drivers/{ => hwtracing}/coresight/coresight-priv.h       | 0
>  drivers/{ => hwtracing}/coresight/coresight-replicator.c | 0
>  drivers/{ => hwtracing}/coresight/coresight-tmc.c        | 0
>  drivers/{ => hwtracing}/coresight/coresight-tpiu.c       | 0
>  drivers/{ => hwtracing}/coresight/coresight.c            | 0
>  drivers/{ => hwtracing}/coresight/of_coresight.c         | 0
>  17 files changed, 4 insertions(+), 4 deletions(-)
>  rename drivers/{ => hwtracing}/coresight/Kconfig (100%)
>  rename drivers/{ => hwtracing}/coresight/Makefile (100%)
>  rename drivers/{ => hwtracing}/coresight/coresight-etb10.c (100%)
>  rename drivers/{ => hwtracing}/coresight/coresight-etm-cp14.c (100%)
>  rename drivers/{ => hwtracing}/coresight/coresight-etm.h (100%)
>  rename drivers/{ => hwtracing}/coresight/coresight-etm3x.c (100%)
>  rename drivers/{ => hwtracing}/coresight/coresight-funnel.c (100%)
>  rename drivers/{ => hwtracing}/coresight/coresight-priv.h (100%)
>  rename drivers/{ => hwtracing}/coresight/coresight-replicator.c (100%)
>  rename drivers/{ => hwtracing}/coresight/coresight-tmc.c (100%)
>  rename drivers/{ => hwtracing}/coresight/coresight-tpiu.c (100%)
>  rename drivers/{ => hwtracing}/coresight/coresight.c (100%)
>  rename drivers/{ => hwtracing}/coresight/of_coresight.c (100%)

I'm fine with this, but it doesn't apply to my tree, so I can't add it
:(

Fix it up and resend?

thanks,

greg k-h
--
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