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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 19 Feb 2015 11:17:33 -0600
From:	Dinh Nguyen <dinguyen@...nsource.altera.com>
To:	Vince Bridgers <vbridger@...nsource.altera.com>
CC:	<linux@....linux.org.uk>, <linux-arm-kernel@...ts.infradead.org>,
	<linux-kernel@...r.kernel.org>, <vbridger@...era.com>,
	<dinguyen@...era.com>
Subject: Re: [PATCH] arm: socfpga: Correct SCU virtual mapping in socfpga

On Wed, 11 Feb 2015, Vince Bridgers wrote:

> Correct SCU virtual mapping that was causing this BUG message:
> 
> "BUG: mapping for 0xfffec000 at 0xfffec000 out of vmalloc space"
> 
> Signed-off-by: Vince Bridgers <vbridger@...nsource.altera.com>
> ---
>  arch/arm/mach-socfpga/core.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-socfpga/core.h b/arch/arm/mach-socfpga/core.h
> index 483cb46..a0f3b1c 100644
> --- a/arch/arm/mach-socfpga/core.h
> +++ b/arch/arm/mach-socfpga/core.h
> @@ -45,6 +45,6 @@ extern char secondary_trampoline, secondary_trampoline_end;
>  
>  extern unsigned long socfpga_cpu1start_addr;
>  
> -#define SOCFPGA_SCU_VIRT_BASE   0xfffec000
> +#define SOCFPGA_SCU_VIRT_BASE   0xfee00000
>  
>  #endif

Applied to fixes.

BR,
Dinh
--
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