rpms/kernel/F-12 kernel.spec,1.1960.2.16,1.1960.2.17

Chuck Ebbert cebbert at fedoraproject.org
Tue Feb 9 18:28:17 UTC 2010


Author: cebbert

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

Modified Files:
      Tag: private-fedora-12-2_6_31
	kernel.spec 
Log Message:
ext4-fix-accounting-of-reserved-metadata-blocks.patch: fixes typo in
  ext4-fix-dq_claim_space.patch
Make the warning about quote reservations WARN_ONCE since we still
  don't have all the fixes for this problem.


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/kernel.spec,v
retrieving revision 1.1960.2.16
retrieving revision 1.1960.2.17
diff -u -p -r1.1960.2.16 -r1.1960.2.17
--- kernel.spec	9 Feb 2010 18:09:07 -0000	1.1960.2.16
+++ kernel.spec	9 Feb 2010 18:28:17 -0000	1.1960.2.17
@@ -751,7 +751,8 @@ Patch2904: v4l-dvb-fix-cx25840-firmware-
 # fs fixes
 
 #ext4
-Patch2999: ext4-fix-dq_claim_space.patch
+Patch2950: ext4-fix-dq_claim_space.patch
+Patch2951: ext4-fix-accounting-of-reserved-metadata-blocks.patch
 
 #btrfs
 Patch3000: linux-2.6-btrfs-upstream.patch
@@ -1312,6 +1313,7 @@ ApplyPatch linux-2.6-execshield.patch
 
 # ext4
 ApplyPatch ext4-fix-dq_claim_space.patch
+ApplyPatch ext4-fix-accounting-of-reserved-metadata-blocks.patch
 
 # xfs
 ApplyPatch xfs_swap_extents-needs-to-handle-dynamic-fork-offsets.patch
@@ -1555,9 +1557,11 @@ ApplyPatch powerpc-tif_abi_pending-bit-r
 # cve-2010-0410
 ApplyPatch connector-delete-buggy-notification-code.patch
 
+# cve-2010-0415
 ApplyPatch fix-crash-with-sys_move_pages.patch
 
-# ApplyPatch quota-remove-dquot_claim_space-warning.patch
+ApplyPatch quota-remove-dquot_claim_space-warning.patch
+
 ApplyPatch futex-handle-user-space-corruption-gracefully.patch
 
 # END OF PATCH APPLICATIONS
@@ -2209,6 +2213,12 @@ fi
 # and build.
 
 %changelog
+* Tue Feb 09 2010 Chuck Ebbert <cebbert at redhat.com>  2.6.31.12-174.2.17
+- ext4-fix-accounting-of-reserved-metadata-blocks.patch: fixes typo in
+  ext4-fix-dq_claim_space.patch
+- Make the warning about quote reservations WARN_ONCE since we still
+  don't have all the fixes for this problem.
+
 * Tue Feb 09 2010 Chuck Ebbert <cebbert at redhat.com>  2.6.31.12-174.2.16
 - Fix the list of kernel symbols to search for when building the list
   of block devices (copied the list from the 2.6.32 kernel.)



More information about the scm-commits mailing list