summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2020-01-08 13:01:30 -0500
committerLaura Abbott <labbott@redhat.com>2020-01-08 13:02:00 -0500
commite8cf17592dac7f6ca5b9f91988d7bfa0baba1047 (patch)
tree066533c3b79726d1eebe3cdb2f6682cb681de896 /kernel.spec
parent5f2ca358553e87d7ab8585f100ba943f334201e0 (diff)
downloadkernel-e8cf17592dac7f6ca5b9f91988d7bfa0baba1047.tar.gz
kernel-e8cf17592dac7f6ca5b9f91988d7bfa0baba1047.tar.xz
kernel-e8cf17592dac7f6ca5b9f91988d7bfa0baba1047.zip
Fix for tpm usercopy (rhbz 1788653)
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 b9efdcfa1..439435bfe 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -614,6 +614,9 @@ Patch609: 0002-drm-nouveau-Fix-drm-core-using-atomic-code-paths-on-.patch
# rhbz 1781288
Patch610: 0001-tracing-Do-not-create-directories-if-lockdown-is-in-.patch
+# rhbz 1788653
+Patch611: tpm-handle-negative-priv--response_len-in-tpm_common_read.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1851,6 +1854,9 @@ fi
#
#
%changelog
+* Mon Jan 06 2020 Laura Abbott <labbott@redhat.com>
+- Fix for tpm usercopy (rhbz 1788653)
+
* Mon Jan 06 2020 Hans de Goede <hdegoede@redhat.com>
- Make the MFD Intel LPSS driver builtin, some devices require this to be
available early during boot (rhbz#1787997)