Ubuntu 20.10 (Groovy Gorilla) has reached end of life, so this bug will
not be fixed for that specific release.
** Changed in: linux (Ubuntu Groovy)
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1922593
Title:
using init_on_alloc or init_on_free kernel parameters on ppc64el
prevent boot
Status in linux package in Ubuntu:
Invalid
Status in linux source package in Focal:
Confirmed
Status in linux source package in Groovy:
Won't Fix
Bug description:
[Impact]
init_on_alloc and init_on_free kernel parameters cannot be used on ppc64el.
[Test case]
Boot the system with and without init_on_alloc and init_on_free kernel
parameters, both with 0 and 1 as values.
[Fix]
Upstream commit 04013513cc84c401c7de9023ff3eda7863fc4add ("mm, page_alloc: do
not rely on the order of page_poison and init_on_alloc/free parameters") defers
setting the static branches to mm_init, which is after jump_label_init has been
called, while on ppc64el, parse_early_param is called before that, leading to
the crash very early at boot.
[Potential regression]
Boot can be broken, or init_on_alloc/init_on_free may not be properly
functioning during early boot or even after that, allowing kernel data leak to
happen in the presence of bugs.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1922593/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp