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:	Thu, 06 Jan 2011 17:21:32 +0100
From:	Jiri Slaby <jirislaby@...il.com>
To:	Len Brown <lenb@...nel.org>
CC:	Jiri Slaby <jslaby@...e.cz>, len.brown@...el.com,
	akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] ia64: fix build of ioremap_cache

On 01/06/2011 05:03 PM, Len Brown wrote:
> 
>> diff --git a/arch/ia64/include/asm/io.h b/arch/ia64/include/asm/io.h
>> index 009a7e0..e5a6c35 100644
>> --- a/arch/ia64/include/asm/io.h
>> +++ b/arch/ia64/include/asm/io.h
>> @@ -428,7 +428,7 @@ extern void __iomem * early_ioremap (unsigned long phys_addr, unsigned long size
>>  extern void early_iounmap (volatile void __iomem *addr, unsigned long size);
>>  static inline void __iomem * ioremap_cache (unsigned long phys_addr, unsigned long size)
>>  {
>> -	return ioremap(unsigned long phys_addr, unsigned long size);
>> +	return ioremap(phys_addr, size);
>>  }
> 
> I pushed this fix 9 days ago, what tree are you running?

Aha, you melded the fix into the original patch. I only checked whether
there was a change on the top of that commit. So ignore this patch and
sorry for the noise.

regards,
-- 
js
--
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