On Wed, Jun 24, 2020 at 04:44:34PM -0000, GitLab Bridge on behalf of prarit wrote: > From: Prarit Bhargava <prarit@xxxxxxxxxx> > > Resending ... did not get any reviews. > > P. > > ---8<--- > > Bugzilla: http://bugzilla.redhat.com/1810301 > Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=27902812 > Local Tree: git://git.engineering.redhat.com/users/prarit/rhel8 1810301 > > Upstream Status: RHEL only > > For almost a decade, RHEL kernels have output the message > > "this hardware has not undergone testing by Red Hat and might not be > certified. Please consult https://hardware.redhat.com for certified > hardware." > > for unsupported hardware. This link should be now be updated to the > new catalog.redhat.com location. The old hardware.redhat.com is now > redirecting to catalog.redhat.com for older releases. > > Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> > Cc: David Arcari <darcari@xxxxxxxxxx> > --- > kernel/rh_taint.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kernel/rh_taint.c b/kernel/rh_taint.c > index 8d1641710ed7..4050b6dead75 100644 > --- a/kernel/rh_taint.c > +++ b/kernel/rh_taint.c > @@ -24,7 +24,7 @@ > void mark_hardware_unsupported(const char *msg) > { > /* Print one single message */ > - pr_crit("Warning: %s - this hardware has not undergone testing by Red Hat and might not be certified. Please consult https://hardware.redhat.com for certified hardware.\n", msg); > + pr_crit("Warning: %s - this hardware has not undergone testing by Red Hat and might not be certified. Please consult https://catalog.redhat.com for certified hardware.\n", msg); > } > EXPORT_SYMBOL(mark_hardware_unsupported); Acked-by: Brian Masney <masneyb@xxxxxxxxxxxxx> _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx