Re: [PATCH v3] ppc/fadump: collect dump if the collected size is lesser than reserved

From: Shivang Upadhyay

Date: Thu Aug 27 2026 - 04:27:50 EST


On Thu, 2026-08-27 at 13:28 +0530, Shivang Upadhyay wrote:
> +
>   pr_err("Dump taken by platform is
> incomplete (%d)\n", i);
> + pr_debug("type -> %d, bytes_dumped -
> > %llx, source_len -> %llx\n",
> + type, bytes_dumped,
> source_len);
>   rc = -EINVAL;
>   }
> +
> +
It seems checkpatch.pl --fix-inplace, broke more things then it fixed.
I will send another revision Tomorrow.

~Shivang.