rpms/kernel/devel patch-2.6.29-rc6-git7.bz2.sign, NONE, 1.1 .cvsignore, 1.1026, 1.1027 git-linus.diff, 1.16, 1.17 kernel.spec, 1.1370, 1.1371 sources, 1.987, 1.988 upstream, 1.899, 1.900 patch-2.6.29-rc6-git6.bz2.sign, 1.1, NONE

Dave Jones davej at fedoraproject.org
Tue Mar 3 21:55:49 UTC 2009


Author: davej

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

Modified Files:
	.cvsignore git-linus.diff kernel.spec sources upstream 
Added Files:
	patch-2.6.29-rc6-git7.bz2.sign 
Removed Files:
	patch-2.6.29-rc6-git6.bz2.sign 
Log Message:
2.6.29-rc6-git7


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

iD8DBQBJrRx3yGugalF9Dw4RAqeYAJkBalQDnkma5jKpyTeq2ROB7+NDhwCgghKE
rLns6acfEa3gzUO7HIwTTXI=
=8rGP
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1026
retrieving revision 1.1027
diff -u -r1.1026 -r1.1027
--- .cvsignore	3 Mar 2009 02:01:55 -0000	1.1026
+++ .cvsignore	3 Mar 2009 21:55:18 -0000	1.1027
@@ -6,4 +6,4 @@
 kernel-2.6.28
 linux-2.6.28.tar.bz2
 patch-2.6.29-rc6.bz2
-patch-2.6.29-rc6-git6.bz2
+patch-2.6.29-rc6-git7.bz2

git-linus.diff:

Index: git-linus.diff
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/git-linus.diff,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- git-linus.diff	3 Mar 2009 11:03:50 -0000	1.16
+++ git-linus.diff	3 Mar 2009 21:55:18 -0000	1.17
@@ -1,77 +0,0 @@
-From 2450cf51a1bdba7037e91b1bcc494b01c58aaf66 Mon Sep 17 00:00:00 2001
-From: Linus Torvalds <torvalds at linux-foundation.org>
-Date: Mon, 2 Mar 2009 16:23:33 -0800
-Subject: [PATCH] Revert "menu: fix embedded menu snafu"
-
-This reverts commit 155b25bcc28631a5b5230191aa3f56c40dfffa3f, which was
-totally wrong - the "embedded" options still exists (very much so) even
-on non-embedded platforms.
-
-It's just that we don't bother with actually asking about them when
-we're not embedded, we just take their default values (which is usually
-'y' - the options add features that may not be worth it in a constrained
-environment).
-
-Noticed-by: Andrew Morton <akpm at linux-foundation.org>
-Cc: Randy Dunlap <randy.dunlap at oracle.com>
-Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>
----
- init/Kconfig |   28 ++++++++++++----------------
- 1 files changed, 12 insertions(+), 16 deletions(-)
-
-diff --git a/init/Kconfig b/init/Kconfig
-index 9000316..f068071 100644
---- a/init/Kconfig
-+++ b/init/Kconfig
-@@ -683,8 +683,6 @@ menuconfig EMBEDDED
-           environments which can tolerate a "non-standard" kernel.
-           Only use this if you really know what you are doing.
- 
--if EMBEDDED
--
- config UID16
- 	bool "Enable 16-bit UID system calls" if EMBEDDED
- 	depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && COMPAT) || UML || (X86_64 && IA32_EMULATION)
-@@ -782,6 +780,18 @@ config PCSPKR_PLATFORM
-           This option allows to disable the internal PC-Speaker
-           support, saving some memory.
- 
-+config COMPAT_BRK
-+	bool "Disable heap randomization"
-+	default y
-+	help
-+	  Randomizing heap placement makes heap exploits harder, but it
-+	  also breaks ancient binaries (including anything libc5 based).
-+	  This option changes the bootup default to heap randomization
-+	  disabled, and can be overriden runtime by setting
-+	  /proc/sys/kernel/randomize_va_space to 2.
-+
-+	  On non-ancient distros (post-2000 ones) N is usually a safe choice.
-+
- config BASE_FULL
- 	default y
- 	bool "Enable full-sized data structures for core" if EMBEDDED
-@@ -887,20 +897,6 @@ config SLUB_DEBUG
- 	  SLUB sysfs support. /sys/slab will not exist and there will be
- 	  no support for cache validation etc.
- 
--endif # EMBEDDED
--
--config COMPAT_BRK
--	bool "Disable heap randomization"
--	default y
--	help
--	  Randomizing heap placement makes heap exploits harder, but it
--	  also breaks ancient binaries (including anything libc5 based).
--	  This option changes the bootup default to heap randomization
--	  disabled, and can be overriden runtime by setting
--	  /proc/sys/kernel/randomize_va_space to 2.
--
--	  On non-ancient distros (post-2000 ones) N is usually a safe choice.
--
- choice
- 	prompt "Choose SLAB allocator"
- 	default SLUB
--- 
-1.5.5.1
-


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1370
retrieving revision 1.1371
diff -u -r1.1370 -r1.1371
--- kernel.spec	3 Mar 2009 21:00:11 -0000	1.1370
+++ kernel.spec	3 Mar 2009 21:55:19 -0000	1.1371
@@ -58,7 +58,7 @@
 # The rc snapshot level
 %define rcrev 6
 # The git snapshot level
-%define gitrev 6
+%define gitrev 7
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1179,9 +1179,9 @@
 ApplyPatch agp-set_memory_ucwb.patch
 # Nouveau DRM + drm fixes
 ApplyPatch drm-next.patch
-ApplyPatch drm-modesetting-radeon.patch
-ApplyPatch drm-radeon-pm.patch
-ApplyPatch drm-nouveau.patch
+#ApplyPatch drm-modesetting-radeon.patch
+#ApplyPatch drm-nouveau.patch
+#ApplyPatch drm-radeon-pm.patch
 #ApplyPatch drm-intel-next.patch
 ApplyPatch drm-no-gem-on-i8xx.patch
 ApplyPatch drm-i915-resume-force-mode.patch
@@ -1791,6 +1791,9 @@
 # and build.
 
 %changelog
+* Tue Mar 03 2009 Dave Jones <davej at redhat.com> 2.6.29-0.184.rc6.git7
+- 2.6.29-rc6-git7
+
 * Tue Mar 03 2009 Matthew Garrett <mjg at redhat.com>
 - Add dynamic power management for later r500-based Radeons
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.987
retrieving revision 1.988
diff -u -r1.987 -r1.988
--- sources	3 Mar 2009 02:01:56 -0000	1.987
+++ sources	3 Mar 2009 21:55:19 -0000	1.988
@@ -1,3 +1,3 @@
 d351e44709c9810b85e29b877f50968a  linux-2.6.28.tar.bz2
 26f67d99666834cc579094619821d3c8  patch-2.6.29-rc6.bz2
-2bd40cb2f0f7ea71abb95a46e5ba84fe  patch-2.6.29-rc6-git6.bz2
+46b64d52e8f2f1e5b55784beb939ee2e  patch-2.6.29-rc6-git7.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.899
retrieving revision 1.900
diff -u -r1.899 -r1.900
--- upstream	3 Mar 2009 02:01:56 -0000	1.899
+++ upstream	3 Mar 2009 21:55:19 -0000	1.900
@@ -1,3 +1,3 @@
 linux-2.6.28.tar.bz2
 patch-2.6.29-rc6.bz2
-patch-2.6.29-rc6-git6.bz2
+patch-2.6.29-rc6-git7.bz2


--- patch-2.6.29-rc6-git6.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list