rpms/kernel/F-11 kernel.spec,1.1811,1.1812

Kyle McMartin kyle at fedoraproject.org
Sun Feb 7 20:43:16 UTC 2010


Author: kyle

Update of /cvs/pkgs/rpms/kernel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27717

Modified Files:
	kernel.spec 
Log Message:
* Sun Feb 07 2010 Kyle McMartin <kyle at redhat.com>
- fix-ima-null-ptr-deref.patch: fix IMA null ptr deref introduced
  in 2.6.32-rc5.



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1811
retrieving revision 1.1812
diff -u -p -r1.1811 -r1.1812
--- kernel.spec	7 Feb 2010 03:13:00 -0000	1.1811
+++ kernel.spec	7 Feb 2010 20:43:15 -0000	1.1812
@@ -752,6 +752,7 @@ Patch12301: fix-conntrack-bug-with-names
 Patch12302: prevent-runtime-conntrack-changes.patch
 
 Patch12310: fix-crash-with-sys_move_pages.patch
+Patch12311: fix-ima-null-ptr-deref.patch
 
 # backport /dev/mem patches for -stable
 Patch20010: devmem-introduce-size_inside_page.patch
@@ -1381,6 +1382,7 @@ ApplyPatch fix-conntrack-bug-with-namesp
 ApplyPatch prevent-runtime-conntrack-changes.patch
 
 ApplyPatch fix-crash-with-sys_move_pages.patch
+ApplyPatch fix-ima-null-ptr-deref.patch
 
 # backport /dev/mem patches for -stable
 ApplyPatch devmem-introduce-size_inside_page.patch
@@ -2042,6 +2044,10 @@ fi
 # and build.
 
 %changelog
+* Sun Feb 07 2010 Kyle McMartin <kyle at redhat.com>
+- fix-ima-null-ptr-deref.patch: fix IMA null ptr deref introduced
+  in 2.6.32-rc5.
+
 * Sat Feb 06 2010 Kyle McMartin <kyle at redhat.com>
 - fix-crash-with-sys_move_pages.patch: sys_move_pages doesn't bounds
   check the node properly.



More information about the scm-commits mailing list