Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951982 - app-admin/spectre-meltdown-checker-0.46 is outdated and doesn't correctly detect retpoline config on kernel 6.12
Summary: app-admin/spectre-meltdown-checker-0.46 is outdated and doesn't correctly det...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-24 19:05 UTC by ev
Modified: 2025-03-25 05:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ev 2025-03-24 19:05:50 UTC
In recent kernel retpoline config option name has changed. spectre-meltdown-checker-0.46 doesn't support this change and causes false negative results on kernels 6.12.

grep -i retpoline config-6.*
config-6.12.16-gentoo-dist:CONFIG_MITIGATION_RETPOLINE=y
config-6.6.74-gentoo-dist:CONFIG_RETPOLINE=y

Tested on kernel sys-kernel/gentoo-kernel-bin

This was solved in upstream installing app-admin/spectre-meltdown-checker-9999 doesn't have this issue.