Re: [PATCH] makedumpfile: ppc64: read cur_mmu_type from vmcoreinfo

2024-02-28 Thread Aditya Gupta
Hi Kazu, On Wed, Feb 28, 2024 at 12:25:04AM +, HAGIO KAZUHITO(萩尾 一仁) wrote: > On 2024/02/23 17:39, Aditya Gupta wrote: > > Currently makedumpfile depends on reading the 'cur_cpu_spec' kernel > > symbol to get the current MMU type on PowerPC64. > > > > The disadvantage with this approach was

Re: [PATCH] makedumpfile: ppc64: read cur_mmu_type from vmcoreinfo

2024-02-27 Thread 萩尾 一仁
On 2024/02/23 17:39, Aditya Gupta wrote: > Currently makedumpfile depends on reading the 'cur_cpu_spec' kernel > symbol to get the current MMU type on PowerPC64. > > The disadvantage with this approach was that it depends on bit '0x40' > ('MMU_FTR_TYPE_RADIX') being set in

Re: [PATCH] makedumpfile: ppc64: read cur_mmu_type from vmcoreinfo

2024-02-23 Thread Aditya Gupta
On Fri, Feb 23, 2024 at 03:54:12PM +0800, Baoquan He wrote: > Add maintainer Kazu to CC. Thanks, I missed him, will resend this patch with him in CC. Thanks, Aditya Gupta > > On 02/23/24 at 11:23am, Aditya Gupta wrote: > > Currently makedumpfile depends on reading the 'cur_cpu_spec' kernel > >

Re: [PATCH] makedumpfile: ppc64: read cur_mmu_type from vmcoreinfo

2024-02-22 Thread Baoquan He
Add maintainer Kazu to CC. On 02/23/24 at 11:23am, Aditya Gupta wrote: > Currently makedumpfile depends on reading the 'cur_cpu_spec' kernel > symbol to get the current MMU type on PowerPC64. > > The disadvantage with this approach was that it depends on bit '0x40' > ('MMU_FTR_TYPE_RADIX') being