summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorChuck Ebbert <cebbert@redhat.com>2010-09-02 09:46:36 -0400
committerChuck Ebbert <cebbert@redhat.com>2010-09-02 09:46:36 -0400
commite9ce60f6ef994c8f98c09d8ebc812fea87ca395c (patch)
tree6843cc5b9e26ec97b65039616692ff7c55e365a4 /kernel.spec
parent3285fcda470ebafa7879262794129c9c7ed15a08 (diff)
downloadkernel-e9ce60f6ef994c8f98c09d8ebc812fea87ca395c.tar.gz
kernel-e9ce60f6ef994c8f98c09d8ebc812fea87ca395c.tar.xz
kernel-e9ce60f6ef994c8f98c09d8ebc812fea87ca395c.zip
tpm-fix-stall-on-boot.patch: attempt to fix stalls during boot (#530393)
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 a99309db0..144ac1813 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -693,6 +693,8 @@ Patch12018: neuter_intel_microcode_load.patch
Patch12020: alsa-fix-substream-proc-status-read.patch
+Patch12030: tpm-fix-stall-on-boot.patch
+
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1264,6 +1266,9 @@ ApplyPatch disable-i8042-check-on-apple-mac.patch
ApplyPatch neuter_intel_microcode_load.patch
+# try to fix stalls during boot (#530393)
+ApplyPatch tpm-fix-stall-on-boot.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -1873,6 +1878,7 @@ fi
%changelog
* Thu Sep 02 2010 Chuck Ebbert <cebbert@redhat.com> - 2.6.36-0.15.rc3.git0
- Add patch from ALSA mailing list to try to fix bug #628404
+- tpm-fix-stall-on-boot.patch: attempt to fix stalls during boot (#530393)
* Wed Sep 01 2010 Kyle McMartin <kyle@redhat.com> - 2.6.36-0.14.rc3.git0
- Fix icebp breakpoints, patch from Frederic Weisbecker.