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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 30 Jun 2014 10:03:24 -0600
From:	Mathieu Poirier <mathieu.poirier@...aro.org>
To:	Dirk Behme <dirk.behme@...bosch.com>
Cc:	Linus Walleij <linus.walleij@...aro.org>,
	Will Deacon <will.deacon@....com>,
	Russell King - ARM Linux <linux@....linux.org.uk>,
	Daniel Thompson <daniel.thompson@...aro.org>,
	Rob Herring <robherring2@...il.com>,
	Robert Marklund <robbelibobban@...il.com>,
	Al Grant <Al.Grant@....com>,
	Patch Tracking <patches@...aro.org>,
	Marcin Jabrzyk <marcin.jabrzyk@...il.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Arnd Bergmann <arnd@...aro.org>,
	Panchaxari Prasannamurthy Tumkur 
	<panchaxari.prasannamurthy@...aro.org>, r.sengupta@...sung.com,
	Arve Hjønnevåg <arve@...roid.com>,
	Tony Armitstead <Tony.Armitstead@....com>,
	John Stultz <john.stultz@...aro.org>,
	"linux-arm-kernel@...ts.infradead.org" 
	<linux-arm-kernel@...ts.infradead.org>,
	James King <james.king@...aro.org>,
	Pratik Patel <pratikp@...eaurora.org>,
	Vikas Varshney <varshney@...com>,
	Jonas Svennebring <jonas.svennebring@...gotech.com>
Subject: Re: [PATCH 6/9 v2] coresight-etm: add CoreSight ETM/PTM driver

On 30 June 2014 05:01, Dirk Behme <dirk.behme@...bosch.com> wrote:
> On 27.06.2014 20:04, mathieu.poirier@...aro.org wrote:
>>
>> From: Pratik Patel <pratikp@...eaurora.org>
>>
>> This driver manages CoreSight ETM (Embedded Trace Macrocell) that
>> supports processor tracing. Currently supported version are ARM
>> ETMv3.3, v3.5 and PTM.
>>
>> Signed-off-by: Pratik Patel <pratikp@...eaurora.org>
>> Panchaxari Prasannamurthy <panchaxari.prasannamurthy@...aro.org>
>> Signed-off-by: Mathieu Poirier <mathieu.poirier@...aro.org>
>> ---
>>   arch/arm/include/asm/hardware/cp14.h   |  540 ++++++++++++
>>   drivers/coresight/Kconfig              |   19 +
>>   drivers/coresight/Makefile             |    1 +
>>   drivers/coresight/coresight-etm-cp14.c |  506 +++++++++++
>>   drivers/coresight/coresight-etm.c      | 1507
>> ++++++++++++++++++++++++++++++++
>>   drivers/coresight/coresight-etm.h      |  192 ++++
>>   6 files changed, 2765 insertions(+)
>>   create mode 100644 arch/arm/include/asm/hardware/cp14.h
>>   create mode 100644 drivers/coresight/coresight-etm-cp14.c
>>   create mode 100644 drivers/coresight/coresight-etm.c
>>   create mode 100644 drivers/coresight/coresight-etm.h
>
> ....
>>
>> diff --git a/drivers/coresight/coresight-etm-cp14.c
>> b/drivers/coresight/coresight-etm-cp14.c
>> new file mode 100644
>> index 0000000..4173710
>> --- /dev/null
>> +++ b/drivers/coresight/coresight-etm-cp14.c
>> @@ -0,0 +1,506 @@
>> +/* Copyright (c) 2012, The Linux Foundation. All rights reserved.
>> + *
>> + * This program is free software; you can redistribute it and/or modify
>> + * it under the terms of the GNU General Public License version 2 and
>> + * only version 2 as published by the Free Software Foundation.
>> + *
>> + * This program is distributed in the hope that it will be useful,
>> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
>> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>> + * GNU General Public License for more details.
>> + */
>> +
>> +#include <linux/kernel.h>
>> +#include <linux/types.h>
>> +#include <linux/bug.h>
>> +#include <asm/hardware/cp14.h>
>> +
>> +#include <coresight-etm.h>
>
>
> As coresight-etm.h is in drivers/coresight I had to use
>
> -#include <coresight-etm.h>
> +#include "coresight-etm.h"
>
> Not sure if this somehow depends on the kernel version/tooling, though.

You mean that you got a compilation failure?

>
> Best regards
>
> Dirk
>
--
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