summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJarod Wilson <jarod@redhat.com>2010-07-30 15:14:31 -0400
committerJarod Wilson <jarod@redhat.com>2010-07-30 15:14:31 -0400
commit6d7bd07ce9f1fd40485b9a70c7f95382b5c22daf (patch)
tree8b2a87746d525807286b782b9acab3d23b0160e1 /kernel.spec
parent147bc2fc3ca6c3c16fba4d9a5aeb563738199cdb (diff)
downloadkernel-6d7bd07ce9f1fd40485b9a70c7f95382b5c22daf.tar.gz
kernel-6d7bd07ce9f1fd40485b9a70c7f95382b5c22daf.tar.xz
kernel-6d7bd07ce9f1fd40485b9a70c7f95382b5c22daf.zip
Fix memory leak in imon and mceusb drivers
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 8bafd13ed..2e0510df8 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -48,7 +48,7 @@ Summary: The Linux kernel
# reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec).
# scripts/rebase.sh should be made to do that for you, actually.
#
-%global baserelease 57
+%global baserelease 58
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -673,6 +673,7 @@ Patch2902: linux-2.6-v4l-dvb-uvcvideo-update.patch
Patch2910: linux-2.6-v4l-dvb-add-lgdt3304-support.patch
Patch2911: linux-2.6-v4l-dvb-add-kworld-a340-support.patch
Patch2912: linux-2.6-v4l-dvb-ir-core-update.patch
+Patch2913: linux-2.6-v4l-dvb-ir-core-memleak-fixes.patch
Patch2915: lirc-staging-2.6.36.patch
#Patch2916: lirc-staging-2.6.36-fixes.patch
@@ -1251,6 +1252,7 @@ ApplyOptionalPatch linux-2.6-v4l-dvb-experimental.patch
ApplyPatch linux-2.6-v4l-dvb-uvcvideo-update.patch
ApplyPatch linux-2.6-v4l-dvb-ir-core-update.patch
+ApplyPatch linux-2.6-v4l-dvb-ir-core-memleak-fixes.patch
ApplyPatch linux-2.6-v4l-dvb-add-lgdt3304-support.patch
ApplyPatch linux-2.6-v4l-dvb-add-kworld-a340-support.patch
@@ -1868,6 +1870,7 @@ fi
- lirc staging update
- update kworld patch to one committed upstream
- can't believe how much nicer dist-git is than dist-cvs
+- patch memory leaks in mceusb and imon drivers
* Fri Jul 30 2010 Dave Jones <davej@redhat.com>
- Enable PPS (#619392)