Comment 9 for bug 1899519

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

CONFIG_ARM64_MODULE_PLTS is enabled; because CONFIG_ARM64_ERRATUM_843419 is enabled in zesty+ (backported to yakkety too) see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1647793

groovy/master:debian.master/config/annotations:CONFIG_ARM64_ERRATUM_843419 policy<{'arm64': 'y'}>
groovy/master:debian.master/config/annotations:CONFIG_ARM64_ERRATUM_843419 mark<ENFORCED> note<LP:1647793>

But CONFIG_ARM_MODULE_PLTS was not.

groovy/master:debian.master/config/config.common.ubuntu:CONFIG_ARM64_MODULE_PLTS=y
groovy/master:debian.master/config/config.common.ubuntu:# CONFIG_ARM_MODULE_PLTS is not set

5.8 kernel looks a bit bigger than 5.4 on armhf, thus possibly only now triggering this issue on armhf too now.

Rebuilding with CONFIG_ARM_MODULE_PLTS=y to see if that will help.