[PATCH] powerpc: increase MIN RMA size for CAS negotiation

2024-12-05 Thread Avnish Chouhan
even usage of CDROM which requires more memory for installation along with the options mentioned above troubles the boot memory and result in boot failures. Increasing the RMA size will resolves multiple out of memory issues observed in PowerPC. Signed-off-by: Avnish Chouhan --- arch/powerpc

[PATCH v2] powerpc: increase MIN RMA size for CAS negotiation

2024-12-06 Thread Avnish Chouhan
0.68] --- interrupt: 0 at 0x0 [0.784238] pstore: backend (nvram) writing error (-1) [0.790447] Rebooting in 10 seconds.. Signed-off-by: Avnish Chouhan --- Change logs: v2: - Added GRUB2 debug logs and Kernel traces. --- arch/powerpc/kernel/prom_init.c | 2 +- 1 file changed, 1 inse

Re: [PATCH 2/2] powerpc/fadump: fix additional param memory reservation for HASH MMU

2025-02-03 Thread Avnish Chouhan
On 2025-01-31 20:44, Hari Bathini wrote: On 23/01/25 7:54 pm, Avnish Chouhan wrote: On 2025-01-23 15:26, Hari Bathini wrote: On 20/01/25 11:05 pm, Sourabh Jain wrote: Commit 683eab94da75bc ("powerpc/fadump: setup additional parameters for dump capture kernel") introduced the

Re: [PATCH 2/2] powerpc/fadump: fix additional param memory reservation for HASH MMU

2025-02-04 Thread Avnish Chouhan
On 2025-02-04 11:57, Hari Bathini wrote: On 04/02/25 10:58 am, Avnish Chouhan wrote: On 2025-01-31 20:44, Hari Bathini wrote: On 23/01/25 7:54 pm, Avnish Chouhan wrote: On 2025-01-23 15:26, Hari Bathini wrote: On 20/01/25 11:05 pm, Sourabh Jain wrote: Commit 683eab94da75bc ("powerpc/f

Re: [PATCH v2] powerpc: increase MIN RMA size for CAS negotiation

2024-12-11 Thread Avnish Chouhan
ile doing a reboot. "Out of memory: Killed process 167." Regards, Avnish Chouhan On 2024-12-07 07:28, Michael Ellerman wrote: Avnish Chouhan writes: Change RMA size from 512 MB to 768 MB which will result in more RMA at boot time for PowerPC. Did you consider just increasing

Re: [PATCH 2/2] powerpc/fadump: fix additional param memory reservation for HASH MMU

2025-01-23 Thread Avnish Chouhan
oading stock kernel and initrd. For your RTAS query, as it gets initiated just below the MIN_RMA. So it will not have any impact with this RMA size change. ** When MIN_RMA is 768MB, rtas will be instantiate at 0x2ec5 (approximately at 748 MB). ** Thank you! Regards, Avnish Chou