Re: [Xen-devel] [PATCH v2 2/4] xen/arm: initialize access

2018-10-17 Thread Julien Grall
On 17/10/2018 15:31, Stefano Stabellini wrote: Initialize variable *access before returning it back to the caller. It makes the code a bit nicer and it is a safety certification requirement. Same as previous patch. Signed-off-by: Stefano Stabellini CC: rcojoc...@bitdefender.com CC: Tamas

Re: [Xen-devel] [PATCH v2 2/4] xen/arm: initialize access

2018-10-17 Thread Razvan Cojocaru
On 10/17/18 5:31 PM, Stefano Stabellini wrote: > Initialize variable *access before returning it back to the caller. > It makes the code a bit nicer and it is a safety certification > requirement. > > Signed-off-by: Stefano Stabellini > CC: rcojoc...@bitdefender.com > CC: Tamas K Lengyel

[Xen-devel] [PATCH v2 2/4] xen/arm: initialize access

2018-10-17 Thread Stefano Stabellini
Initialize variable *access before returning it back to the caller. It makes the code a bit nicer and it is a safety certification requirement. Signed-off-by: Stefano Stabellini CC: rcojoc...@bitdefender.com CC: Tamas K Lengyel --- Changes in v2: - improve comment - use p2m->default_access ---