diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-27 10:30:59 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-27 10:30:59 -0500 |
commit | dadc63b85414eb711425e70b4140a640fa74ef09 (patch) | |
tree | c7cb4097a782e50f6f742c16252d949bae3abdcb /kernel.spec | |
parent | ea17f5cd11149cf323198d4b896819a925357bca (diff) | |
download | kernel-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.spec | 6 |
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 |