diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-10-09 08:28:19 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-10-09 08:28:19 -0400 |
commit | e5a9699c021ebf300b633f430af2b0fa33dd0fe1 (patch) | |
tree | f6bdb3423e87614d577c7d3120549f2f4fd98c65 /kernel.spec | |
parent | ad887f527091456d30977b2243aa3dec5c759302 (diff) | |
download | kernel-e5a9699c021ebf300b633f430af2b0fa33dd0fe1.tar.gz kernel-e5a9699c021ebf300b633f430af2b0fa33dd0fe1.tar.xz kernel-e5a9699c021ebf300b633f430af2b0fa33dd0fe1.zip |
Drop unhandled irq polling patch
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec index 875e9318..93fbbbc7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -741,8 +741,6 @@ Patch21094: power-x86-destdir.patch #rhbz 754518 Patch21235: scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch -Patch21400: unhandled-irqs-switch-to-polling.patch - Patch22000: weird-root-dentry-name-debug.patch #selinux ptrace child permissions @@ -1445,8 +1443,6 @@ ApplyPatch power-x86-destdir.patch #rhbz 754518 ApplyPatch scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch -ApplyPatch unhandled-irqs-switch-to-polling.patch - ApplyPatch weird-root-dentry-name-debug.patch #selinux ptrace child permissions @@ -2311,6 +2307,9 @@ fi # ||----w | # || || %changelog +* Tue Oct 09 2012 Josh Boyer <jwboyer@redhat.com> +- Drop unhandled irq polling patch + * Mon Oct 08 2012 Justin M. Forbes <jforbes@redhat.com> - v3.6-8559-ge9eca4d |