powerpc: add cpu_spec.cpu_features to vmcoreinfo
authorAditya Gupta <adityag@linux.ibm.com>
Wed, 20 Sep 2023 10:57:06 +0000 (16:27 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 13 Dec 2023 11:26:23 +0000 (22:26 +1100)
commita143892cb77c5397fd4356bbef9982abe4f3c5a5
tree3fe1e7de750db72506bc93b32e23a0b6ac99139e
parent0a233867a39078ebb0f575e2948593bbff5826b3
powerpc: add cpu_spec.cpu_features to vmcoreinfo

CPU features can be determined in makedumpfile, using
'cur_cpu_spec.cpu_features'.

This provides more data to makedumpfile about the crashed system, and
can help in filtering the vmcore accordingly.

Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230920105706.853626-2-adityag@linux.ibm.com
arch/powerpc/kexec/core.c