rpms/kernel/devel patch-2.6.23-rc6-git8.bz2.sign, NONE, 1.1 .cvsignore, 1.687, 1.688 config-powerpc-generic, 1.8, 1.9 config-powerpc64, 1.4, 1.5 config-sparc64-generic, 1.7, 1.8 config-x86-generic, 1.12, 1.13 config-x86_64-generic, 1.9, 1.10 kernel.spec, 1.170, 1.171 linux-2.6-smarter-relatime.patch, 1.2, 1.3 sources, 1.649, 1.650 upstream, 1.571, 1.572 linux-2.6-ext3-dir_index-error-out-instead-of-bug-on-corrupt-dx-dirs.patch, 1.1, NONE linux-2.6-ext34-ensure-do_split-leaves-enough-free-space-in-both-blocks.patch, 1.1, NONE linux-2.6-xfs-avoid-replaying-inode-buffer-init.patch, 1.1, NONE linux-2.6-xfs-filesize-updates.patch, 1.1, NONE linux-2.6-xfs-filestreams-on-demand-MRU-reaping.patch, 1.1, NONE patch-2.6.23-rc6-git7.bz2.sign, 1.1, NONE

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Wed Sep 19 22:20:20 UTC 2007


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5656

Modified Files:
	.cvsignore config-powerpc-generic config-powerpc64 
	config-sparc64-generic config-x86-generic 
	config-x86_64-generic kernel.spec 
	linux-2.6-smarter-relatime.patch sources upstream 
Added Files:
	patch-2.6.23-rc6-git8.bz2.sign 
Removed Files:
	linux-2.6-ext3-dir_index-error-out-instead-of-bug-on-corrupt-dx-dirs.patch 
	linux-2.6-ext34-ensure-do_split-leaves-enough-free-space-in-both-blocks.patch 
	linux-2.6-xfs-avoid-replaying-inode-buffer-init.patch 
	linux-2.6-xfs-filesize-updates.patch 
	linux-2.6-xfs-filestreams-on-demand-MRU-reaping.patch 
	patch-2.6.23-rc6-git7.bz2.sign 
Log Message:
* Wed Sep 19 2007 Chuck Ebbert <cebbert at redhat.com>
- Linux 2.6.23-rc6-git8
- Enable Secure Computing (CONFIG_SECCOMP) (#295841)



--- NEW FILE patch-2.6.23-rc6-git8.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBG8XKoyGugalF9Dw4RAilQAJ0eK+DhHnue4nODKTblg7EyOmeH7QCgkfE/
jP9NlgRMxY4clbRp19AvUMc=
=jlzh
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.687
retrieving revision 1.688
diff -u -r1.687 -r1.688
--- .cvsignore	17 Sep 2007 14:16:49 -0000	1.687
+++ .cvsignore	19 Sep 2007 22:19:45 -0000	1.688
@@ -4,4 +4,4 @@
 kernel-2.6.22
 linux-2.6.22.tar.bz2
 patch-2.6.23-rc6.bz2
-patch-2.6.23-rc6-git7.bz2
+patch-2.6.23-rc6-git8.bz2


Index: config-powerpc-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc-generic,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- config-powerpc-generic	15 Aug 2007 21:06:26 -0000	1.8
+++ config-powerpc-generic	19 Sep 2007 22:19:45 -0000	1.9
@@ -11,7 +11,7 @@
 # CONFIG_TAU_INT is not set
 CONFIG_TAU_AVERAGE=y
 
-# CONFIG_SECCOMP is not set
+CONFIG_SECCOMP=y
 
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_DEBUG=y


Index: config-powerpc64
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc64,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config-powerpc64	9 Aug 2007 15:29:41 -0000	1.4
+++ config-powerpc64	19 Sep 2007 22:19:45 -0000	1.5
@@ -133,4 +133,4 @@
 
 CONFIG_SCSI_IBMVSCSIS=m
 
-# CONFIG_SECCOMP is not set
+CONFIG_SECCOMP=y


Index: config-sparc64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-sparc64-generic,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- config-sparc64-generic	17 Aug 2007 21:40:29 -0000	1.7
+++ config-sparc64-generic	19 Sep 2007 22:19:45 -0000	1.8
@@ -1,6 +1,6 @@
 CONFIG_SPARC=y
 CONFIG_SPARC64=y
-# CONFIG_SECCOMP is not set
+CONFIG_SECCOMP=y
 
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_TABLE=m


Index: config-x86-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86-generic,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- config-x86-generic	13 Sep 2007 16:29:27 -0000	1.12
+++ config-x86-generic	19 Sep 2007 22:19:45 -0000	1.13
@@ -92,7 +92,7 @@
 CONFIG_SCSI_FUTURE_DOMAIN=m
 CONFIG_SCSI_ADVANSYS=m
 
-# CONFIG_SECCOMP is not set
+CONFIG_SECCOMP=y
 
 CONFIG_CAPI_EICON=y
 


Index: config-x86_64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86_64-generic,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- config-x86_64-generic	12 Sep 2007 22:56:16 -0000	1.9
+++ config-x86_64-generic	19 Sep 2007 22:19:45 -0000	1.10
@@ -35,7 +35,7 @@
 CONFIG_I2O_CONFIG_OLD_IOCTL=y
 CONFIG_I2O_BUS=m
 
-# CONFIG_SECCOMP is not set
+CONFIG_SECCOMP=y
 
 CONFIG_GENERIC_ISA_DMA=y
 CONFIG_SCHED_SMT=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- kernel.spec	18 Sep 2007 20:58:50 -0000	1.170
+++ kernel.spec	19 Sep 2007 22:19:45 -0000	1.171
@@ -47,7 +47,7 @@
 # The rc snapshot level
 %define rcrev 6
 # The git snapshot level
-%define gitrev 7
+%define gitrev 8
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -663,16 +663,11 @@
 Patch1230: linux-2.6-powerpc-spu-vicinity.patch
 Patch1300: linux-2.6-usb-suspend-classes.patch
 Patch1400: linux-2.6-smarter-relatime.patch
-Patch1501: linux-2.6-xfs-filestreams-on-demand-MRU-reaping.patch
 Patch1503: linux-2.6-xfs-optimize-away-dmapi-tests.patch
 Patch1504: linux-2.6-xfs-optimize-away-realtime-tests.patch
 Patch1505: linux-2.6-xfs-refactor-xfs_mountfs.patch
 Patch1506: linux-2.6-xfs-fix-filestreams-free-func-cast.patch
-Patch1507: linux-2.6-xfs-filesize-updates.patch
-Patch1508: linux-2.6-xfs-avoid-replaying-inode-buffer-init.patch
 Patch1509: linux-2.6-xfs-setfattr-32bit-compat.patch
-Patch1510: linux-2.6-ext3-dir_index-error-out-instead-of-bug-on-corrupt-dx-dirs.patch
-Patch1511: linux-2.6-ext34-ensure-do_split-leaves-enough-free-space-in-both-blocks.patch
 Patch1512: linux-2.6-firewire-multi-lun.patch
 Patch1515: linux-2.6-lirc.patch
 
@@ -1175,22 +1170,16 @@
 ApplyPatch linux-2.6-smarter-relatime.patch
 
 # xfs bugfixes & stack reduction
-ApplyPatch linux-2.6-xfs-filestreams-on-demand-MRU-reaping.patch
 ApplyPatch linux-2.6-xfs-optimize-away-dmapi-tests.patch
 ApplyPatch linux-2.6-xfs-optimize-away-realtime-tests.patch
 ApplyPatch linux-2.6-xfs-refactor-xfs_mountfs.patch
 ApplyPatch linux-2.6-xfs-fix-filestreams-free-func-cast.patch
-ApplyPatch linux-2.6-xfs-filesize-updates.patch
-ApplyPatch linux-2.6-xfs-avoid-replaying-inode-buffer-init.patch
 ApplyPatch linux-2.6-xfs-setfattr-32bit-compat.patch
 
-# ext3 bugfixes
-ApplyPatch linux-2.6-ext3-dir_index-error-out-instead-of-bug-on-corrupt-dx-dirs.patch
-ApplyPatch linux-2.6-ext34-ensure-do_split-leaves-enough-free-space-in-both-blocks.patch
-
 #
 # misc small stuff to make things compile
 #
+
 C=$(wc -l $RPM_SOURCE_DIR/linux-2.6-compile-fixes.patch | awk '{print $1}')
 if [ "$C" -gt 10 ]; then
 ApplyPatch linux-2.6-compile-fixes.patch
@@ -1811,6 +1800,10 @@
 
 
 %changelog
+* Wed Sep 19 2007 Chuck Ebbert <cebbert at redhat.com>
+- Linux 2.6.23-rc6-git8
+- Enable Secure Computing (CONFIG_SECCOMP) (#295841)
+
 * Tue Sep 18 2007 Eric Sandeen <sandeen at redhat.com>
 - ext3 bugfixes: fix potential corruption in do_split dx leaf split (#28650),
   handle dx directory corruption gracefully, w/o BUG (#236464).

linux-2.6-smarter-relatime.patch:

Index: linux-2.6-smarter-relatime.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-smarter-relatime.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-2.6-smarter-relatime.patch	17 Sep 2007 14:16:49 -0000	1.2
+++ linux-2.6-smarter-relatime.patch	19 Sep 2007 22:19:45 -0000	1.3
@@ -52,7 +52,7 @@
  			Set system-wide default UTF-8 mode for all tty's.
 @@ -1468,6 +1472,10 @@ and is between 256 and 4096 characters. 
  			Format: <reboot_mode>[,<reboot_mode2>[,...]]
- 			See arch/*/kernel/reboot.c or arch/*/kernel/process.c
+ 			See arch/*/kernel/reboot.c or arch/*/kernel/process.c			
  
 +	relatime_interval=
 +			[FS] relative atime update frequency, in seconds.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.649
retrieving revision 1.650
diff -u -r1.649 -r1.650
--- sources	17 Sep 2007 14:16:49 -0000	1.649
+++ sources	19 Sep 2007 22:19:45 -0000	1.650
@@ -1,3 +1,3 @@
 2e230d005c002fb3d38a3ca07c0200d0  linux-2.6.22.tar.bz2
 8f335157f1afdad7906be5d387b36302  patch-2.6.23-rc6.bz2
-4f3845c3e912bc93c09b0dec08719232  patch-2.6.23-rc6-git7.bz2
+7af060af2f67d1bc774c40025d3b5f4f  patch-2.6.23-rc6-git8.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.571
retrieving revision 1.572
diff -u -r1.571 -r1.572
--- upstream	17 Sep 2007 14:16:49 -0000	1.571
+++ upstream	19 Sep 2007 22:19:46 -0000	1.572
@@ -1,3 +1,3 @@
 linux-2.6.22.tar.bz2
 patch-2.6.23-rc6.bz2
-patch-2.6.23-rc6-git7.bz2
+patch-2.6.23-rc6-git8.bz2


--- linux-2.6-ext3-dir_index-error-out-instead-of-bug-on-corrupt-dx-dirs.patch DELETED ---


--- linux-2.6-ext34-ensure-do_split-leaves-enough-free-space-in-both-blocks.patch DELETED ---


--- linux-2.6-xfs-avoid-replaying-inode-buffer-init.patch DELETED ---


--- linux-2.6-xfs-filesize-updates.patch DELETED ---


--- linux-2.6-xfs-filestreams-on-demand-MRU-reaping.patch DELETED ---


--- patch-2.6.23-rc6-git7.bz2.sign DELETED ---




More information about the scm-commits mailing list