Re: [PATCH v3] ppc/fadump: collect dump if the collected size is lesser than reserved
Shivang Upadhyay <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded |
|---|---|
| Message-ID | <8b61b631828a52b4fdf49122d3d2b41f86586219.camel__429.728224274584$1787819269$gmane$org@linux.ibm.com> |
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.