Re: [PATCH v2 5/6] powerpc/crash: use generic crashkernel reservation

2025-01-23 Thread Sourabh Jain
Hello Hari, On 23/01/25 16:15, Hari Bathini wrote: Hi Sourabh, On 21/01/25 5:24 pm, Sourabh Jain wrote: Commit 0ab97169aa05 ("crash_core: add generic function to do reservation") added a generic function to reserve crashkernel memory. So let's use the same function on powerpc and remove the a

Re: [PATCH v2 5/6] powerpc/crash: use generic crashkernel reservation

2025-01-23 Thread Hari Bathini
Hi Sourabh, On 21/01/25 5:24 pm, Sourabh Jain wrote: Commit 0ab97169aa05 ("crash_core: add generic function to do reservation") added a generic function to reserve crashkernel memory. So let's use the same function on powerpc and remove the architecture-specific code that essentially does the sa

[PATCH v2 5/6] powerpc/crash: use generic crashkernel reservation

2025-01-21 Thread Sourabh Jain
Commit 0ab97169aa05 ("crash_core: add generic function to do reservation") added a generic function to reserve crashkernel memory. So let's use the same function on powerpc and remove the architecture-specific code that essentially does the same thing. The generic crashkernel reservation also prov