The kernel/rh_taint.c file contains the following:<br />
<br />
void mark_hardware_unsupported(const char *msg)<br />
{<br />
/* Print one single message */<br />
pr_crit("Warning: %s - this hardware has not undergone testing by Red Hat and might not be certified. Please consult <a href="https://hardware.redhat.com">https://hardware.redhat.com</a> [<a href="https://hardware.redhat.com" target="_blank">^</a>] for certified hardware.\n", msg);<br />
}
↧