Re: [PATCH v3 04/17] arm64, hibernate: rename dst to page in create_safe_exec_page

2019-09-06 Thread Pavel Tatashin
On Fri, Sep 6, 2019 at 11:17 AM James Morse wrote: > > Hi Pavel, > > On 21/08/2019 19:31, Pavel Tatashin wrote: > > create_safe_exec_page() allocates a safe page and maps it at a > > specific location, also this function returns the physical address > > of newly allocated page. > > > > The

[PATCH v3 04/17] arm64, hibernate: rename dst to page in create_safe_exec_page

2019-08-21 Thread Pavel Tatashin
create_safe_exec_page() allocates a safe page and maps it at a specific location, also this function returns the physical address of newly allocated page. The destination VA, and PA are specified in arguments: dst_addr, phys_dst_addr However, within the function it uses "dst" which has unsigned