summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@mcmartin.ca>2010-11-27 10:30:59 -0500
committerKyle McMartin <kyle@mcmartin.ca>2010-11-27 10:30:59 -0500
commitdadc63b85414eb711425e70b4140a640fa74ef09 (patch)
treec7cb4097a782e50f6f742c16252d949bae3abdcb /kernel.spec
parentea17f5cd11149cf323198d4b896819a925357bca (diff)
downloadkernel-dadc63b85414eb711425e70b4140a640fa74ef09.tar.gz
kernel-dadc63b85414eb711425e70b4140a640fa74ef09.tar.xz
kernel-dadc63b85414eb711425e70b4140a640fa74ef09.zip
more patches for this tty open race
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 40ca1897e..aeefb1b6c 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be prepended with "0.", so
# for example a 3 here will become 0.3
#
-%global baserelease 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -701,6 +701,8 @@ Patch12303: dmar-disable-when-ricoh-multifunction.patch
Patch12400: tty-dont-allow-reopen-when-ldisc-is-changing.patch
Patch12401: debug-tty-print-dev-name.patch
+Patch12402: tty-ldisc-fix-open-flag-handling.patch
+Patch12403: tty-open-hangup-race-fixup.patch
%endif
@@ -1293,6 +1295,8 @@ ApplyPatch dmar-disable-when-ricoh-multifunction.patch
# rhbz#630464
ApplyPatch tty-dont-allow-reopen-when-ldisc-is-changing.patch
ApplyPatch debug-tty-print-dev-name.patch
+ApplyPatch tty-ldisc-fix-open-flag-handling.patch
+ApplyPatch tty-open-hangup-race-fixup.patch
# END OF PATCH APPLICATIONS