rpms/kernel/devel patch-2.6.27-rc3-git6.bz2.sign, NONE, 1.1 .cvsignore, 1.899, 1.900 Makefile, 1.77, 1.78 config-debug, 1.16, 1.17 config-nodebug, 1.18, 1.19 kernel.spec, 1.891, 1.892 upstream, 1.777, 1.778 linux-2.6-videodev2-userspace-usage.patch, 1.1, NONE patch-2.6.27-rc3-git3.bz2.sign, 1.1, NONE

Dave Jones (davej) fedora-extras-commits at redhat.com
Wed Aug 20 20:11:40 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24316

Modified Files:
	.cvsignore Makefile config-debug config-nodebug kernel.spec 
	upstream 
Added Files:
	patch-2.6.27-rc3-git6.bz2.sign 
Removed Files:
	linux-2.6-videodev2-userspace-usage.patch 
	patch-2.6.27-rc3-git3.bz2.sign 
Log Message:
2.6.27-rc3-git6


--- NEW FILE patch-2.6.27-rc3-git6.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBIqrY/yGugalF9Dw4RAmQCAKCD2+/JMUG1A+dX40+ZZcK7YantEgCeKyFW
QE1VCesX6JcK2dzdhvpF1p8=
=BJnS
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.899
retrieving revision 1.900
diff -u -r1.899 -r1.900
--- .cvsignore	16 Aug 2008 01:16:41 -0000	1.899
+++ .cvsignore	20 Aug 2008 20:11:09 -0000	1.900
@@ -5,4 +5,4 @@
 kernel-2.6.26
 linux-2.6.26.tar.bz2
 patch-2.6.27-rc3.bz2
-patch-2.6.27-rc3-git3.bz2
+patch-2.6.27-rc3-git6.bz2


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- Makefile	13 Aug 2008 20:28:28 -0000	1.77
+++ Makefile	20 Aug 2008 20:11:09 -0000	1.78
@@ -63,7 +63,8 @@
 	@perl -pi -e 's/# CONFIG_X86_PTDUMP is not set/CONFIG_X86_PTDUMP=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_CAN_DEBUG_DEVICES is not set/CONFIG_CAN_DEBUG_DEVICES=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_SND_DEBUG_VERBOSE is not set/CONFIG_SND_DEBUG_VERBOSE=y/' config-nodebug
-	@perl -pi -e 's/# CONFIG_MODULE_FORCE_UNLOAD is not set/CONFIG_MODULE_FORCE_UNLOAD=y/' config-nodebug
+	@perl -pi -e 's/# CONFIG_SYSCTL_SYSCALL_CHECK is not set/CONFIG_SYSCTL_SYSCALL_CHECK=y/' config-nodebug
+
 	# just in case we're going from extremedebug -> debug
 	@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug
 
@@ -100,6 +101,7 @@
 	@perl -pi -e 's/CONFIG_CAN_DEBUG_DEVICES=y/# CONFIG_CAN_DEBUG_DEVICES is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_SND_DEBUG_VERBOSE=y/# CONFIG_SND_DEBUG_VERBOSE is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_MODULE_FORCE_UNLOAD=y/# CONFIG_MODULE_FORCE_UNLOAD is not set/' config-nodebug
+	@perl -pi -e 's/CONFIG_SYSCTL_SYSCALL_CHECK=y/# CONFIG_SYSCTL_SYSCALL_CHECK is not set/' config-nodebug
 
 	@perl -pi -e 's/^%define debugbuildsenabled 0/%define debugbuildsenabled 1/' kernel.spec
 


Index: config-debug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-debug,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- config-debug	13 Aug 2008 20:28:28 -0000	1.16
+++ config-debug	20 Aug 2008 20:11:09 -0000	1.17
@@ -44,3 +44,5 @@
 CONFIG_CAN_DEBUG_DEVICES=y
 
 CONFIG_MODULE_FORCE_UNLOAD=y
+
+CONFIG_SYSCTL_SYSCALL_CHECK=y


Index: config-nodebug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-nodebug,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- config-nodebug	13 Aug 2008 20:28:28 -0000	1.18
+++ config-nodebug	20 Aug 2008 20:11:09 -0000	1.19
@@ -43,3 +43,5 @@
 CONFIG_CAN_DEBUG_DEVICES=y
 
 CONFIG_MODULE_FORCE_UNLOAD=y
+
+CONFIG_SYSCTL_SYSCALL_CHECK=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.891
retrieving revision 1.892
diff -u -r1.891 -r1.892
--- kernel.spec	16 Aug 2008 01:16:41 -0000	1.891
+++ kernel.spec	20 Aug 2008 20:11:09 -0000	1.892
@@ -45,7 +45,7 @@
 # The rc snapshot level
 %define rcrev 3
 # The git snapshot level
-%define gitrev 3
+%define gitrev 6
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -632,14 +632,9 @@
 # get rid of imacfb and make efifb work everywhere it was used
 Patch2600: linux-2.6-merge-efifb-imacfb.patch
 
-# temporary (I hope, reported upstream) fix userspace use of videodev2.h
-Patch2700: linux-2.6-videodev2-userspace-usage.patch
-
 # Quiet boot fixes
 # silence piix3 in quiet boot (ie, qemu)
 Patch2800: linux-2.6-piix3-silence-quirk.patch
-# silence "PCI: Not using MMCONFIG"
-Patch2801: linux-2.6-mmconfig-stfu.patch
 # silence the ACPI blacklist code
 Patch2802: linux-2.6-silence-acpi-blacklist.patch
 
@@ -1165,13 +1160,8 @@
 # get rid of imacfb and make efifb work everywhere it was used
 ApplyPatch linux-2.6-merge-efifb-imacfb.patch
 
-# temporary (I hope, reported upstream) fix userspace use of videodev2.h
-ApplyPatch linux-2.6-videodev2-userspace-usage.patch
-
 # silence piix3 in quiet boot (ie, qemu)
 ApplyPatch linux-2.6-piix3-silence-quirk.patch
-# silence "PCI: Not using MMCONFIG"
-ApplyPatch linux-2.6-mmconfig-stfu.patch
 # silence the ACPI blacklist code
 ApplyPatch linux-2.6-silence-acpi-blacklist.patch
 
@@ -1747,6 +1737,15 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Tue Aug 19 2008 Dave Jones <davej at redhat.com>
+- 2.6.27-rc3-git6
+
+* Mon Aug 18 2008 Dave Jones <davej at redhat.com>
+- 2.6.27-rc3-git5
+
+* Sun Aug 17 2008 Dave Jones <davej at redhat.com>
+- 2.6.27-rc3-git4
+
 * Fri Aug 15 2008 Dave Jones <davej at redhat.com>
 - 2.6.27-rc3-git3
 


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.777
retrieving revision 1.778
diff -u -r1.777 -r1.778
--- upstream	16 Aug 2008 01:16:41 -0000	1.777
+++ upstream	20 Aug 2008 20:11:10 -0000	1.778
@@ -1,3 +1,3 @@
 linux-2.6.26.tar.bz2
 patch-2.6.27-rc3.bz2
-patch-2.6.27-rc3-git3.bz2
+patch-2.6.27-rc3-git6.bz2


--- linux-2.6-videodev2-userspace-usage.patch DELETED ---


--- patch-2.6.27-rc3-git3.bz2.sign DELETED ---




More information about the scm-commits mailing list