Re: [Crash-utility] [PATCHv2] crash-utility/arm64: store phy_offset and memstart_addr separately

2021-03-29 Thread Bhupesh Sharma
Hi Pingfan, Thanks for the patch. Some comments below: On Thu, 25 Mar 2021 at 09:07, piliu wrote: > > > In case of making mistake due to my limited knowledge on arm64, I also > CC this patch to some guys from arm team. If any comment, please also > kindly give them. > > Thanks, > Pingfan > > On

Re: [Crash-utility] [PATCH 1/2] crash-utility/arm64: rename ARM64_PAGE_OFFSET_ACTUAL as ARM64_FLIP_PAGE_OFFSET_ACTUAL

2021-03-29 Thread Bhupesh Sharma
Hi Pingfan, On Thu, 25 Mar 2021 at 08:37, Pingfan Liu wrote: > > Renaming, so it is better to reflect the flip layout of kernel VA, which > is introduced by kernel commit 14c127c957c1 ("arm64: mm: Flip kernel VA > space") > > Signed-off-by: Pingfan Liu > Cc: HAGIO KAZUHITO > Cc: Lianbo Jiang

Re: [Crash-utility] [PATCH] extensions: remove trace.c and point to the new repository

2021-03-29 Thread Bhupesh Sharma
On Sun, 28 Mar 2021 at 07:18, lijiang wrote: > > 在 2021年03月26日 16:51, HAGIO KAZUHITO(萩尾 一仁) 写道: > > -Original Message- > >> 在 2021年03月26日 12:33, HAGIO KAZUHITO(萩尾 一仁) 写道: > >>> The trace.c extension module moved to the separate repository: > >>> https://github.com/fujitsu/crash-trace > >

Re: [Crash-utility] [PATCH 1/2] crash-utility/arm64: rename ARM64_PAGE_OFFSET_ACTUAL as ARM64_FLIP_PAGE_OFFSET_ACTUAL

2021-03-29 Thread piliu
On 3/30/21 3:37 AM, Bhupesh Sharma wrote: Hi Pingfan, On Thu, 25 Mar 2021 at 08:37, Pingfan Liu wrote: Renaming, so it is better to reflect the flip layout of kernel VA, which is introduced by kernel commit 14c127c957c1 ("arm64: mm: Flip kernel VA space") Signed-off-by: Pingfan Liu Cc: H