From 7fc243d4f60053be3a629b6f6e05a20155a79914 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 25 Jun 2020 13:06:28 -0500 Subject: kernel-5.8.0-0.rc2.20200625git8be3a53e18e0.1 * Thu Jun 25 2020 Fedora Kernel Team [5.8.0-0.rc2.20200625git8be3a53e18e0.1] - 8be3a53e18e0 rebase - redhat: Replace hardware.redhat.com link in Unsupported message (Prarit Bhargava) - redhat/configs: Add .tmp files to .gitignore (Prarit Bhargava) - disable uncommon TCP congestion control algorithms (Davide Caratti) - Updated changelog for the release based on dd0d718152e4 (Fedora Kernel Team) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- ...ace-hardware.redhat.com-link-in-Unsupport.patch | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 0001-redhat-Replace-hardware.redhat.com-link-in-Unsupport.patch (limited to '0001-redhat-Replace-hardware.redhat.com-link-in-Unsupport.patch') diff --git a/0001-redhat-Replace-hardware.redhat.com-link-in-Unsupport.patch b/0001-redhat-Replace-hardware.redhat.com-link-in-Unsupport.patch new file mode 100644 index 000000000..6bb485b7e --- /dev/null +++ b/0001-redhat-Replace-hardware.redhat.com-link-in-Unsupport.patch @@ -0,0 +1,50 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Prarit Bhargava +Date: Mon, 13 Apr 2020 10:00:48 -0400 +Subject: [PATCH] redhat: Replace hardware.redhat.com link in Unsupported + message + +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 +Cc: David Arcari +--- + 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); + +-- +2.26.2 + -- cgit