rpms/kernel/devel patch-2.6.23-rc1-git12.bz2.sign, NONE, 1.1 .cvsignore, 1.659, 1.660 config-generic, 1.11, 1.12 config-powerpc-generic, 1.5, 1.6 kernel.spec, 1.45, 1.46 linux-2.6-debug-taint-vm.patch, 1.15, 1.16 linux-2.6-devmem.patch, 1.17, 1.18 sources, 1.623, 1.624 upstream, 1.545, 1.546 linux-2.6-x86-setup-edd.patch, 1.1, NONE patch-2.6.23-rc1-git9.bz2.sign, 1.1, NONE

Dave Jones (davej) fedora-extras-commits at redhat.com
Thu Aug 2 23:38:04 UTC 2007


Author: davej

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

Modified Files:
	.cvsignore config-generic config-powerpc-generic kernel.spec 
	linux-2.6-debug-taint-vm.patch linux-2.6-devmem.patch sources 
	upstream 
Added Files:
	patch-2.6.23-rc1-git12.bz2.sign 
Removed Files:
	linux-2.6-x86-setup-edd.patch patch-2.6.23-rc1-git9.bz2.sign 
Log Message:
* Thu Aug 02 2007 Dave Jones <davej at redhat.com>
- 2.6.23-rc1-git12



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

iD8DBQBGsippyGugalF9Dw4RAnJrAJ9oGFJbBZfrZK9QJYrPQ7ebLVxR8wCeI8vt
RooEQkh2SK9dmA7MUMONHwk=
=sA3g
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.659
retrieving revision 1.660
diff -u -r1.659 -r1.660
--- .cvsignore	31 Jul 2007 18:25:54 -0000	1.659
+++ .cvsignore	2 Aug 2007 23:37:31 -0000	1.660
@@ -4,4 +4,4 @@
 kernel-2.6.22
 linux-2.6.22.tar.bz2
 patch-2.6.23-rc1.bz2
-patch-2.6.23-rc1-git9.bz2
+patch-2.6.23-rc1-git12.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- config-generic	31 Jul 2007 20:32:18 -0000	1.11
+++ config-generic	2 Aug 2007 23:37:31 -0000	1.12
@@ -1778,6 +1778,7 @@
 CONFIG_SENSORS_SMSC47M1=m
 CONFIG_SENSORS_SMSC47M192=m
 CONFIG_SENSORS_SMSC47B397=m
+CONFIG_SENSORS_THMC50=m
 CONFIG_SENSORS_TSL2550=m
 CONFIG_SENSORS_VIA686A=m
 CONFIG_SENSORS_VT1211=m


Index: config-powerpc-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc-generic,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- config-powerpc-generic	31 Jul 2007 18:25:55 -0000	1.5
+++ config-powerpc-generic	2 Aug 2007 23:37:31 -0000	1.6
@@ -210,3 +210,5 @@
 CONFIG_AXON_RAM=m
 CONFIG_OPROFILE_CELL=y
 
+# CONFIG_MPC5200_WDT is not set
+


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- kernel.spec	1 Aug 2007 19:23:44 -0000	1.45
+++ kernel.spec	2 Aug 2007 23:37:31 -0000	1.46
@@ -47,7 +47,7 @@
 # The rc snapshot level
 %define rcrev 1
 # The git snapshot level
-%define gitrev 9
+%define gitrev 12
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -515,8 +515,6 @@
 
 %if !%{nopatches}
 
-Patch20: linux-2.6-x86-setup-edd.patch
-
 Patch21: linux-2.6-utrace-tracehook.patch
 Patch22: linux-2.6-utrace-tracehook-ia64.patch
 Patch23: linux-2.6-utrace-tracehook-sparc64.patch
@@ -1049,9 +1047,7 @@
 #ApplyPatch linux-2.6-clockevents-fix-resume-logic.patch
 #ApplyPatch linux-2.6-highres-timers.patch
 
-# fix boot from CD
-ApplyPatch linux-2.6-x86-setup-edd.patch
-
+%if 0
 # Roland's utrace ptrace replacement.
 # Main patch includes i386, x86_64, powerpc.
 ApplyPatch linux-2.6-utrace-tracehook.patch
@@ -1078,9 +1074,9 @@
 ApplyPatch linux-2.6-utrace-ptrace-compat-s390.patch
 ApplyPatch linux-2.6-utrace-ptrace-compat-avr32.patch
 
-
 # setuid /proc/self/maps fix. (dependent on utrace)
 ApplyPatch linux-2.6-proc-self-maps-fix.patch
+%endif
 
 # Nouveau DRM
 #ApplyPatch nouveau-drm.patch
@@ -2150,6 +2146,9 @@
 %endif
 
 %changelog
+* Thu Aug 02 2007 Dave Jones <davej at redhat.com>
+- 2.6.23-rc1-git12
+
 * Tue Jul 31 2007 John W. Linville <linville at redhat.com>
 - Update git-wireless-dev.patch (iwlwifi, rt2x00, & zd1211rw updates)
 

linux-2.6-debug-taint-vm.patch:

Index: linux-2.6-debug-taint-vm.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-debug-taint-vm.patch,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- linux-2.6-debug-taint-vm.patch	20 Jul 2007 19:52:27 -0000	1.15
+++ linux-2.6-debug-taint-vm.patch	2 Aug 2007 23:37:31 -0000	1.16
@@ -22,7 +22,7 @@
  #endif
 @@ -39,8 +39,8 @@ struct bug_entry {
  #define WARN_ON(condition) ({						\
- 	typeof(condition) __ret_warn_on = (condition);			\
+ 	int __ret_warn_on = !!(condition);				\
  	if (unlikely(__ret_warn_on)) {					\
 -		printk("WARNING: at %s:%d %s()\n", __FILE__,		\
 -			__LINE__, __FUNCTION__);			\

linux-2.6-devmem.patch:

Index: linux-2.6-devmem.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-devmem.patch,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- linux-2.6-devmem.patch	20 Jul 2007 19:52:27 -0000	1.17
+++ linux-2.6-devmem.patch	2 Aug 2007 23:37:31 -0000	1.18
@@ -387,19 +387,6 @@
  #endif /* __KERNEL__ */
  
  #endif
-Index: linux-2.6/include/asm-arm26/page.h
-===================================================================
---- linux-2.6.orig/include/asm-arm26/page.h
-+++ linux-2.6/include/asm-arm26/page.h
-@@ -95,6 +95,8 @@ typedef unsigned long pgprot_t;
- #define VM_DATA_DEFAULT_FLAGS	(VM_READ | VM_WRITE | VM_EXEC | \
- 				 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
- 
-+#define devmem_is_allowed(x) 1
-+
- #endif /* __KERNEL__ */
- 
- #include <asm-generic/page.h>
 Index: linux-2.6/include/asm-cris/page.h
 ===================================================================
 --- linux-2.6.orig/include/asm-cris/page.h


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.623
retrieving revision 1.624
diff -u -r1.623 -r1.624
--- sources	31 Jul 2007 18:25:55 -0000	1.623
+++ sources	2 Aug 2007 23:37:31 -0000	1.624
@@ -1,3 +1,3 @@
 2e230d005c002fb3d38a3ca07c0200d0  linux-2.6.22.tar.bz2
 e49b373ede3e8449cf9b1e17bb685110  patch-2.6.23-rc1.bz2
-b695c8dc7228e14bb1a7f19b1e503ee2  patch-2.6.23-rc1-git9.bz2
+7050aa726bcdf47df9a90a32975053e3  patch-2.6.23-rc1-git12.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.545
retrieving revision 1.546
diff -u -r1.545 -r1.546
--- upstream	31 Jul 2007 18:25:55 -0000	1.545
+++ upstream	2 Aug 2007 23:37:31 -0000	1.546
@@ -1,3 +1,3 @@
 linux-2.6.22.tar.bz2
 patch-2.6.23-rc1.bz2
-patch-2.6.23-rc1-git9.bz2
+patch-2.6.23-rc1-git12.bz2


--- linux-2.6-x86-setup-edd.patch DELETED ---


--- patch-2.6.23-rc1-git9.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list