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:	Wed, 18 Feb 2015 09:47:53 +0100
From:	Daniel Lezcano <daniel.lezcano@...aro.org>
To:	Guenter Roeck <linux@...ck-us.net>,
	Oleksij Rempel <linux@...pel-privat.de>,
	linux-kernel@...r.kernel.org, tglx@...utronix.de
Subject: Re: [PATCH] clocksource: whitelist asm9260_timer driver for ARM

On 02/18/2015 08:17 AM, Guenter Roeck wrote:
> On 02/10/2015 07:57 AM, Oleksij Rempel wrote:
>> For now it is easier to allow only tested platforms, instead of
>> fighting with different platform specific issues.
>>
>> This patch is fixing compile error on ARCH=SPARC and SPARC64:
>>
>> Building sparc64:allmodconfig ... failed
>> --------------
>> Error log:
>> drivers/built-in.o: In function `asm9260_timer_init':
>> asm9260_timer.c:(.init.text+0x60d4): undefined reference to
>> `of_io_request_and_map'
>>
>> Tested-by: Guenter Roeck <linux@...ck-us.net>
>> Reported-by: Guenter Roeck <linux@...ck-us.net>
>> Signed-off-by: Oleksij Rempel <linux@...pel-privat.de>
>
> The problem solved by this patch has affected linux-next
> for almost a month, the problem is now in mainline, yet
> I have not seen feedback from anyone about it.
>
> Did the patch get lost, or is there some problem with it ?

No problem with it. Just I have been out of the office for a couple of 
weeks. I will take care of this patch and some other I received in the 
meantime.

Thanks
   -- Daniel

>> ---
>>   drivers/clocksource/Kconfig | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
>> index bfaaae4..39d5c11 100644
>> --- a/drivers/clocksource/Kconfig
>> +++ b/drivers/clocksource/Kconfig
>> @@ -231,7 +231,7 @@ config CLKSRC_MIPS_GIC
>>
>>   config ASM9260_TIMER
>>       bool "Alphascale ASM9260 timer driver"
>> -    depends on GENERIC_CLOCKEVENTS
>> +    depends on GENERIC_CLOCKEVENTS && ARM
>>       select CLKSRC_MMIO
>>       select CLKSRC_OF
>>       default y if MACH_ASM9260
>>
>


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

--
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