They scare folks thinking in that they don't work if you
use 'noibrs'. And create support tickets. Just let us
be quiet and support both options.
OraBug:
27439976
Reviewed-by: John Haxby <john.haxby@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
int ret;
if (cmdline_find_option_bool(boot_command_line, "noibrs")) {
- pr_warn("Deprecated command option noibrs. "
- "Use nospectre_v2 instead.\n");
set_ibrs_disabled();
}
if (cmdline_find_option_bool(boot_command_line, "noibpb")) {
- pr_warn("Deprecated command option noibpb. "
- "Use nospectre_v2 instead.\n");
set_ibpb_disabled();
}