diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-07 09:54:44 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-07 09:54:44 -0500 |
commit | f7a55ba381de17d8e5511a97441944b797aa62a5 (patch) | |
tree | df2cb85063e94e396b776ea25c0e4b5f9f286c39 /0001-redhat-Replace-hardware.redhat.com-link-in-Unsupport.patch | |
parent | 5f7d08ee5f8b230f5dfb20783ec265ef40387520 (diff) | |
download | kernel-f7a55ba381de17d8e5511a97441944b797aa62a5.tar.gz kernel-f7a55ba381de17d8e5511a97441944b797aa62a5.tar.xz kernel-f7a55ba381de17d8e5511a97441944b797aa62a5.zip |
kernel-5.9.0-0.rc8.20201007git7575fdda569b.29
* Wed Oct 07 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc8.20201007git7575fdda569b.29]
- Merge ark-patches
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-redhat-Replace-hardware.redhat.com-link-in-Unsupport.patch')
-rw-r--r-- | 0001-redhat-Replace-hardware.redhat.com-link-in-Unsupport.patch | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/0001-redhat-Replace-hardware.redhat.com-link-in-Unsupport.patch b/0001-redhat-Replace-hardware.redhat.com-link-in-Unsupport.patch deleted file mode 100644 index 92a3870e0..000000000 --- a/0001-redhat-Replace-hardware.redhat.com-link-in-Unsupport.patch +++ /dev/null @@ -1,50 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Prarit Bhargava <prarit@redhat.com> -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 <prarit@redhat.com> -Cc: David Arcari <darcari@redhat.com> ---- - 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.28.0 - |