rpms/kernel/devel patch-2.6.25-rc1-git4.bz2.sign, NONE, 1.1 .cvsignore, 1.762, 1.763 config-generic, 1.70, 1.71 kernel.spec, 1.430, 1.431 linux-2.6-compile-fix-gcc-43.patch, 1.4, 1.5 linux-2.6-hotfixes.patch, 1.2, 1.3 sources, 1.722, 1.723 upstream, 1.644, 1.645 linux-2.6-fix-kvm-kconfig.patch, 1.1, NONE linux-2.6-x86-fix-sigcontext-user-export.patch, 1.1, NONE patch-2.6.25-rc1-git2.bz2.sign, 1.1, NONE

Kyle McMartin (kyle) fedora-extras-commits at redhat.com
Fri Feb 15 20:41:36 UTC 2008


Author: kyle

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

Modified Files:
	.cvsignore config-generic kernel.spec 
	linux-2.6-compile-fix-gcc-43.patch linux-2.6-hotfixes.patch 
	sources upstream 
Added Files:
	patch-2.6.25-rc1-git4.bz2.sign 
Removed Files:
	linux-2.6-fix-kvm-kconfig.patch 
	linux-2.6-x86-fix-sigcontext-user-export.patch 
	patch-2.6.25-rc1-git2.bz2.sign 
Log Message:
* Fri Feb 15 2008 Kyle McMartin <kmcmartin at redhat.com>
- Linux 2.6.25-rc1-git4



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

iD8DBQBHtTkpyGugalF9Dw4RAlSuAJ91m1CMK0/Zsxv48sstgYtblmzTdACdEvkC
YowbRQ10cx/8ne8MQ93hDVY=
=qX0t
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.762
retrieving revision 1.763
diff -u -r1.762 -r1.763
--- .cvsignore	12 Feb 2008 23:38:23 -0000	1.762
+++ .cvsignore	15 Feb 2008 20:40:46 -0000	1.763
@@ -5,4 +5,4 @@
 kernel-2.6.24
 linux-2.6.24.tar.bz2
 patch-2.6.25-rc1.bz2
-patch-2.6.25-rc1-git2.bz2
+patch-2.6.25-rc1-git4.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- config-generic	14 Feb 2008 18:27:34 -0000	1.70
+++ config-generic	15 Feb 2008 20:40:46 -0000	1.71
@@ -3445,3 +3445,7 @@
 CONFIG_MSPRO_BLOCK=m
 CONFIG_MEMSTICK_TIFM_MS=m
 
+CONFIG_GROUP_SCHED=y
+CONFIG_FAIR_GROUP_SCHED=y
+# CONFIG_RT_GROUP_SCHED is not set
+CONFIG_CGROUP_SCHED=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.430
retrieving revision 1.431
diff -u -r1.430 -r1.431
--- kernel.spec	15 Feb 2008 00:27:37 -0000	1.430
+++ kernel.spec	15 Feb 2008 20:40:46 -0000	1.431
@@ -45,7 +45,7 @@
 # The rc snapshot level
 %define rcrev 1
 # The git snapshot level
-%define gitrev 2
+%define gitrev 4
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -553,8 +553,6 @@
 # we always need nonintconfig, even for -vanilla kernels
 Patch06: linux-2.6-build-nonintconfig.patch
 
-Patch07: linux-2.6-x86-fix-sigcontext-user-export.patch
-
 %if !%{nopatches}
 
 Patch10: linux-2.6-hotfixes.patch
@@ -579,7 +577,6 @@
 
 Patch41: linux-2.6-sysrq-c.patch
 Patch42: linux-2.6-x86-tune-generic.patch
-Patch50: linux-2.6-fix-kvm-kconfig.patch
 Patch75: linux-2.6-x86-debug-boot.patch
 
 Patch123: linux-2.6-ppc-rtc.patch
@@ -976,7 +973,6 @@
 %if !%{nopatches}
 
 ApplyPatch linux-2.6-hotfixes.patch
-ApplyPatch linux-2.6-x86-fix-sigcontext-user-export.patch
 
 # Roland's utrace ptrace replacement.
 # Main patch includes i386, x86_64, powerpc.
@@ -1011,7 +1007,6 @@
 # x86(-64)
 # Compile 686 kernels tuned for Pentium4.
 ApplyPatch linux-2.6-x86-tune-generic.patch
-ApplyPatch linux-2.6-fix-kvm-kconfig.patch
 
 #
 # PowerPC
@@ -1749,6 +1744,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
 
 %changelog
+* Fri Feb 15 2008 Kyle McMartin <kmcmartin at redhat.com>
+- Linux 2.6.25-rc1-git4
+
 * Thu Feb 14 2008 Chuck Ebbert <cebbert at redhat.com>
 - Fix broken Megahertz PCMCIA Ethernet adapter.
 

linux-2.6-compile-fix-gcc-43.patch:

Index: linux-2.6-compile-fix-gcc-43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-compile-fix-gcc-43.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linux-2.6-compile-fix-gcc-43.patch	12 Feb 2008 06:18:04 -0000	1.4
+++ linux-2.6-compile-fix-gcc-43.patch	15 Feb 2008 20:40:46 -0000	1.5
@@ -36,30 +36,3 @@
  	__used							\
  	__attribute__((section("__ksymtab" sec), unused))	\
  	= { (unsigned long)&sym, __kstrtab_##sym }
---- a/include/linux/moduleparam.h
-+++ b/include/linux/moduleparam.h
-@@ -62,6 +62,15 @@ struct kparam_array
- 	void *elem;
- };
- 
-+/* On some platforms relocations to global data cannot go into read-only
-+   sections, so 'const' makes no sense and even causes compile failures
-+   with some compilers. */
-+#if defined(CONFIG_ALPHA) || defined(CONFIG_IA64) || defined(CONFIG_PPC64)
-+#define __moduleparam_const
-+#else
-+#define __moduleparam_const const
-+#endif
-+
- /* This is the fundamental function for registering boot/module
-    parameters.  perm sets the visibility in sysfs: 000 means it's
-    not there, read bits mean it's readable, write bits mean it's
-@@ -71,7 +80,7 @@ struct kparam_array
- 	static int __param_perm_check_##name __attribute__((unused)) =	\
- 	BUILD_BUG_ON_ZERO((perm) < 0 || (perm) > 0777 || ((perm) & 2));	\
- 	static const char __param_str_##name[] = prefix #name;		\
--	static struct kernel_param const __param_##name			\
-+	static struct kernel_param __moduleparam_const __param_##name	\
- 	__used								\
-     __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) \
- 	= { __param_str_##name, perm, set, get, { arg } }

linux-2.6-hotfixes.patch:

Index: linux-2.6-hotfixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-hotfixes.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-2.6-hotfixes.patch	12 Feb 2008 23:38:23 -0000	1.2
+++ linux-2.6-hotfixes.patch	15 Feb 2008 20:40:46 -0000	1.3
@@ -1,27 +0,0 @@
-diff --git a/drivers/macintosh/mediabay.c b/drivers/macintosh/mediabay.c
-index 9367882..635a140 100644
---- a/drivers/macintosh/mediabay.c
-+++ b/drivers/macintosh/mediabay.c
-@@ -416,9 +416,9 @@ static void poll_media_bay(struct media_bay_info* bay)
- 	}
- }
- 
--#ifdef CONFIG_MAC_FLOPPY
- int check_media_bay(struct device_node *which_bay, int what)
- {
-+#ifdef CONFIG_MAC_FLOPPY
- 	int	i;
- 
- 	for (i=0; i<media_bay_count; i++)
-@@ -428,10 +428,10 @@ int check_media_bay(struct device_node *which_bay, int what)
- 			media_bays[i].cd_index = -1;
- 			return -EINVAL;
- 		}
-+#endif /* CONFIG_MAC_FLOPPY */
- 	return -ENODEV;
- }
- EXPORT_SYMBOL(check_media_bay);
--#endif /* CONFIG_MAC_FLOPPY */
- 
- #ifdef CONFIG_BLK_DEV_IDE_PMAC
- int check_media_bay_by_base(unsigned long base, int what)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.722
retrieving revision 1.723
diff -u -r1.722 -r1.723
--- sources	12 Feb 2008 23:38:23 -0000	1.722
+++ sources	15 Feb 2008 20:40:46 -0000	1.723
@@ -1,3 +1,3 @@
 3f23ad4b69d0a552042d1ed0f4399857  linux-2.6.24.tar.bz2
 79cfc6ce7b5b6be369502185046acbd2  patch-2.6.25-rc1.bz2
-c5771031d7c04159980205b96c8d7672  patch-2.6.25-rc1-git2.bz2
+6b7e83758e8c688482169685ba57a8c0  patch-2.6.25-rc1-git4.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.644
retrieving revision 1.645
diff -u -r1.644 -r1.645
--- upstream	12 Feb 2008 23:38:23 -0000	1.644
+++ upstream	15 Feb 2008 20:40:46 -0000	1.645
@@ -1,3 +1,3 @@
 linux-2.6.24.tar.bz2
 patch-2.6.25-rc1.bz2
-patch-2.6.25-rc1-git2.bz2
+patch-2.6.25-rc1-git4.bz2


--- linux-2.6-fix-kvm-kconfig.patch DELETED ---


--- linux-2.6-x86-fix-sigcontext-user-export.patch DELETED ---


--- patch-2.6.25-rc1-git2.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list