rpms/kernel/F-12 kernel.spec,1.2006,1.2007

Kyle McMartin kyle at fedoraproject.org
Sun Feb 7 20:47:07 UTC 2010


Author: kyle

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

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



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/kernel.spec,v
retrieving revision 1.2006
retrieving revision 1.2007
diff -u -p -r1.2006 -r1.2007
--- kernel.spec	7 Feb 2010 03:19:47 -0000	1.2006
+++ kernel.spec	7 Feb 2010 20:47:07 -0000	1.2007
@@ -756,6 +756,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
 
 # ==============================================================================
 
@@ -1390,6 +1391,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
 
 # END OF PATCH APPLICATIONS ====================================================
 
@@ -2046,6 +2048,10 @@ fi
 # and build.
 
 %changelog
+* Sun Feb 07 2010 Kyle McMartin <kyle at redhat.com> 2.6.32.8-47.rc2
+- fix-ima-null-ptr-deref.patch: fix null ptr deref in IMA introduced
+  in 2.6.32-rc5.
+
 * Sat Feb 06 2010 Kyle McMartin <kyle at redhat.com> 2.6.32.8-46.rc2
 - 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