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, 1 Feb 2017 10:33:17 +0000
From:   Vladimir Murzin <vladimir.murzin@....com>
To:     Russell King - ARM Linux <linux@...linux.org.uk>,
        afzal mohammed <afzal.mohd.ma@...il.com>
Cc:     linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v3 0/3] ARM: !MMU: v7-A support, dynamic vectors base
 handling

On 31/01/17 19:24, Russell King - ARM Linux wrote:
> On Tue, Jan 31, 2017 at 06:34:46PM +0530, afzal mohammed wrote:
>> Hi,
>>
>> ARM core changes to support !MMU Kernel on v7-A MMU processors.
>>
>> Based on the feedback from Russell, it was decided to handle vector
>> base dynamically in C for no-MMU & work towards the the goal of
>> removing VECTORS_BASE from Kconfig.
> 
> Looks good from my perspective.  If Vladimir can reply about patch 2,
> then I think we'll be good to go with these.  Thanks.
> 

My R-class and M-class setups continue to work with this series applied on
top of next-20170201 plus following fixup for PATCH 2/3

 -#define VECTORS_BASE          UL(0xffff0000)
 -
- /*
-  * We fix the TCM memories max 32 KiB ITCM resp DTCM at these
-  * locations
+ #ifdef CONFIG_XIP_KERNEL
+ #define KERNEL_START          _sdata
+ #else

FWIW: Tested-by: Vladimir Murzin <vladimir.murzin@....com>

Thanks!
Vladimir

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ