summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-05-18 17:23:50 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-05-18 17:23:50 -0500
commit8cbf8ccb0a8a977d54a607384afda6cf15dd9c45 (patch)
tree5bc1da587f70eeca875a643d8a14779677f8a36e /kernel.spec
parenta760bf919fde3175fd2f9c7658f8010e9351f3d4 (diff)
downloadkernel-8cbf8ccb0a8a977d54a607384afda6cf15dd9c45.tar.gz
kernel-8cbf8ccb0a8a977d54a607384afda6cf15dd9c45.tar.xz
kernel-8cbf8ccb0a8a977d54a607384afda6cf15dd9c45.zip
Fix stability issue with the jetson-tk1 NIC
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index f25fc76d8..4f71331d5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -910,6 +910,9 @@ Patch515: 0001-xfs-add-agf-freeblocks-verify-in-xfs_agf_verify.patch
# rhbz 1828927 No backlight control on CHT devices, patch posted upstream
Patch516: 0001-pwm-lpss-Fix-get_state-runtime-pm-reference-handling.patch
+# kernel.org bz 206217
+Patch517: RFC-PCI-tegra-Revert-raw_violation_fixup-for-tegra124.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2940,6 +2943,9 @@ fi
#
#
%changelog
+* Mon May 18 2020 Justin M. Forbes <jforbes@fedoraproject.org>
+- Fix stability issue with the jetson-tk1 NIC
+
* Mon May 18 2020 Hans de Goede <hdegoede@redhat.com>
- Add patch fixing backlight control on Cherry Trail devices (rhbz 1828927)