Re: [PATCH] arm64: Add a generic method of determining invalid phy-addr for calculating 'info->page_offset'

2018-10-07 Thread Bhupesh Sharma
Hello Kazu, On Tue, Sep 11, 2018 at 2:34 AM Kazuhito Hagio wrote: > > Hi Bhupesh, > > Thank you for the information. > OK, I'll wait for your patch. Sorry for the delay. I was busy testing all the use cases after the modified patchset on both arm64 and x86_64. The newpatch is available here

RE: [PATCH] arm64: Add a generic method of determining invalid phy-addr for calculating 'info->page_offset'

2018-09-10 Thread Kazuhito Hagio
Hi Bhupesh, Thank you for the information. OK, I'll wait for your patch. Kazu On 9/10/2018 3:07 PM, Bhupesh Sharma wrote: > Hello Kazu, > > Sorry for the late reply. I was waiting for the new patches (see [1] > and [2]) to make way upstream/or be discussed upstream, so that we can > simplify

Re: [PATCH] arm64: Add a generic method of determining invalid phy-addr for calculating 'info->page_offset'

2018-09-10 Thread Bhupesh Sharma
Hello Kazu, Sorry for the late reply. I was waiting for the new patches (see [1] and [2]) to make way upstream/or be discussed upstream, so that we can simplify the logic of getting the arm64 specific constructs in user-space utilities like PHYS_OFFSET and KASLR_OFFSET (which are to be made

RE: [PATCH] arm64: Add a generic method of determining invalid phy-addr for calculating 'info->page_offset'

2018-08-21 Thread Kazuhito Hagio
Hi Bhupesh, On 8/20/2018 3:45 PM, Bhupesh Sharma wrote: > Commit 94c97db3fe859ca14d7b38b0ae9ee0ffb83689d2 (arm64: Get > 'info->page_offset' from PT_LOAD segments to support KASLR boot cases) > added a method to determine 'info->page_offset' from PT_LOAD segments > for arm64 platforms. > > In