[PATCH v3 0/2] x86/mm/sme: fix the kdump kernel breakage on SME system when CONFIG_IMA_KEXEC=y
Andrew Morton
akpm at linux-foundation.org
Tue Oct 29 18:23:06 PDT 2024
On Wed, 11 Sep 2024 16:16:13 +0800 Baoquan He <bhe at redhat.com> wrote:
> Currently, distros like Fedora/RHEL have enabled CONFIG_IMA_KEXEC by
> default. This makes kexec/kdump kernel always fail to boot up on SME
> platform because of a code bug. By debugging, the root cause is found
> out and bug is fixed with this patchset.
[1/1] is a cleanup. [2/2] fixes a bug which appears to go all the way
back to 5.10. The bugfix patch has a dependency on the cleanup, which
is unfortunate.
We could add the Fixes: to [1/1] and add cc:stable to both patches so
they get backported into -stable kernels together. But I think it's
nicer to just concentrate on the single bugfix patch (with Fixes: and
cc:stable) and do the cleanup later, in the usual fashion.
So can I suggest a resend please?
More information about the kexec
mailing list