[Crash-utility] [crash-utility][PATCH]: Corrected opal console buffer length

Dave Anderson anderson at redhat.com
Mon Mar 6 14:21:18 UTC 2017


Hi Ankit,

Queued for crash-7.1.9:

  https://github.com/crash-utility/crash/commit/a78535cf44b568d9f559459a8ee7e78cb9fbefed

Thanks,
  Dave



----- Original Message -----
> This patch corrects OPAL console buffer size based on latest skiboot source.
> https://github.com/open-power/skiboot/blob/master/include/mem-map.h
> 
> Signed-off-by: Ankit Kumar <ankit at linux.vnet.ibm.com>
> ---
>  ppc64.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ppc64.c b/ppc64.c
> index edf46dc..15025d5 100644
> --- a/ppc64.c
> +++ b/ppc64.c
> @@ -2741,7 +2741,7 @@ ppc64_get_smp_cpus(void)
>   * https://github.com/open-power/skiboot/blob/master/include/mem-map.h
>   */
>  #define SKIBOOT_CONSOLE_DUMP_START	0x31000000
> -#define SKIBOOT_CONSOLE_DUMP_SIZE	0x40000
> +#define SKIBOOT_CONSOLE_DUMP_SIZE	0x100000
>  #define SKIBOOT_BASE			0x30000000
>  #define ASCII_UNLIMITED ((ulong)(-1) >> 1)
>  
> --
> 2.7.4
> 
> --
> Crash-utility mailing list
> Crash-utility at redhat.com
> https://www.redhat.com/mailman/listinfo/crash-utility
> 




More information about the Crash-utility mailing list