rpms/kernel/devel patch-2.6.24-rc3-git5.bz2.sign, NONE, 1.1 .cvsignore, 1.722, 1.723 config-generic, 1.45, 1.46 kernel.spec, 1.266, 1.267 linux-2.6-silence-noise.patch, 1.10, 1.11 linux-2.6-utrace-core.patch, 1.10, 1.11 linux-2.6-utrace-tracehook.patch, 1.17, 1.18 sources, 1.682, 1.683 upstream, 1.604, 1.605 linux-2.6-fix-kd.h.patch, 1.1, NONE linux-2.6-usb-storage-always-set-the-allow_restart-flag.patch, 1.1, NONE patch-2.6.24-rc3-git4.bz2.sign, 1.1, NONE

Kyle McMartin (kyle) fedora-extras-commits at redhat.com
Fri Nov 30 14:55:40 UTC 2007


Author: kyle

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

Modified Files:
	.cvsignore config-generic kernel.spec 
	linux-2.6-silence-noise.patch linux-2.6-utrace-core.patch 
	linux-2.6-utrace-tracehook.patch sources upstream 
Added Files:
	patch-2.6.24-rc3-git5.bz2.sign 
Removed Files:
	linux-2.6-fix-kd.h.patch 
	linux-2.6-usb-storage-always-set-the-allow_restart-flag.patch 
	patch-2.6.24-rc3-git4.bz2.sign 
Log Message:
* Fri Nov 30 2007 Kyle McMartin <kmcmartin at redhat.com>
- 2.6.24-rc3-git5



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

iD8DBQBHT7WoyGugalF9Dw4RAjuMAJ4jrYoWnOBgDc5Z42UgWh1zEcbHggCdHs6+
XewfykSrMJTmvv4fz9kGXuQ=
=5qw7
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.722
retrieving revision 1.723
diff -u -r1.722 -r1.723
--- .cvsignore	29 Nov 2007 20:43:21 -0000	1.722
+++ .cvsignore	30 Nov 2007 14:55:05 -0000	1.723
@@ -4,5 +4,4 @@
 kernel-2.6.23
 linux-2.6.23.tar.bz2
 patch-2.6.24-rc3.bz2
-patch-2.6.24-rc3-git2.bz2
-patch-2.6.24-rc3-git4.bz2
+patch-2.6.24-rc3-git5.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- config-generic	28 Nov 2007 20:38:29 -0000	1.45
+++ config-generic	30 Nov 2007 14:55:05 -0000	1.46
@@ -2290,7 +2290,7 @@
 # CONFIG_FB_VIRTUAL is not set
 CONFIG_FB_VOODOO1=m
 # CONFIG_FB_VT8623 is not set
-
+CONFIG_FB_EFI=y
 
 # CONFIG_FIRMWARE_EDID is not set
 


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- kernel.spec	29 Nov 2007 20:43:21 -0000	1.266
+++ kernel.spec	30 Nov 2007 14:55:05 -0000	1.267
@@ -47,7 +47,7 @@
 # The rc snapshot level
 %define rcrev 3
 # The git snapshot level
-%define gitrev 4
+%define gitrev 5
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -73,13 +73,13 @@
 # kernel-kdump
 %define with_kdump     %{?_without_kdump:     0} %{?!_without_kdump:     1}
 # kernel-debug
-%define with_debug     %{?_without_debug:     0} %{!?_without_debug:     1}
+%define with_debug     %{?_without_debug:     0} %{!?_without_debug:     0}
 # kernel-doc
-%define with_doc       %{?_without_doc:       0} %{?!_without_doc:       1}
+%define with_doc       %{?_without_doc:       0} %{?!_without_doc:       0}
 # kernel-headers
-%define with_headers   %{?_without_headers:   0} %{?!_without_headers:   1}
+%define with_headers   %{?_without_headers:   0} %{?!_without_headers:   0}
 # kernel-debuginfo
-%define with_debuginfo %{?_without_debuginfo: 0} %{!?_without_debuginfo: 1}
+%define with_debuginfo %{?_without_debuginfo: 0} %{!?_without_debuginfo: 0}
 
 # Additional options for user-friendly one-off kernel building:
 #
@@ -95,7 +95,7 @@
 # Whether or not to do C=1 builds with sparse
 %define usesparse 0
 %if "%fedora" >= "7"
-%define usesparse 1
+%define usesparse 0 
 %endif
 
 # Whether or not to apply the Xen patches -- leave this enabled
@@ -630,12 +630,9 @@
 Patch1509: linux-2.6-xfs-setfattr-32bit-compat.patch
 Patch1515: linux-2.6-lirc.patch
 Patch1520: linux-2.6-dcdbas-autoload.patch
-Patch1530: linux-2.6-fix-kd.h.patch
 Patch1540: linux-2.6-fec_mpc52xx-fix.patch
 Patch1550: linux-2.6-phy-ioctl-fix.patch
 
-Patch1600: linux-2.6-usb-storage-always-set-the-allow_restart-flag.patch
-
 # drm-mm catchup (modesetting, ...)
 Patch1801: linux-2.6-drm-mm.patch
 Patch1800: linux-2.6-agp-mm.patch
@@ -1148,18 +1145,12 @@
 # DMI autoloading for dcdbas driver
 ApplyPatch linux-2.6-dcdbas-autoload.patch
 
-# Fix <linux/kd.h> to work with glibc's <sys/kd.h>
-ApplyPatch linux-2.6-fix-kd.h.patch
-
 # Fix fec_mpc52xx not to corrupt memory
 ApplyPatch linux-2.6-fec_mpc52xx-fix.patch
 
 # Fix generic PHY code not to pretend to be wireless
 ApplyPatch linux-2.6-phy-ioctl-fix.patch
 
-# some usb disks spin down automatically and need allow_restart
-ApplyPatch linux-2.6-usb-storage-always-set-the-allow_restart-flag.patch
-
 ApplyPatch linux-2.6-e1000-corrupt-eeprom-checksum.patch
 
 # drm-mm catchup (modesetting, ...)
@@ -1725,6 +1716,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
 
 %changelog
+* Fri Nov 30 2007 Kyle McMartin <kmcmartin at redhat.com>
+- 2.6.24-rc3-git5
+
 * Thu Nov 29 2007 Dave Jones <davej at redhat.com>
 - 2.6.24-rc3-git4
 

linux-2.6-silence-noise.patch:

Index: linux-2.6-silence-noise.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-silence-noise.patch,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- linux-2.6-silence-noise.patch	15 Oct 2007 18:36:21 -0000	1.10
+++ linux-2.6-silence-noise.patch	30 Nov 2007 14:55:05 -0000	1.11
@@ -80,16 +80,13 @@
 
 --- linux-2.6.22.noarch/drivers/base/power/main.c~	2007-07-13 15:44:37.000000000 -0400
 +++ linux-2.6.22.noarch/drivers/base/power/main.c	2007-07-13 15:44:44.000000000 -0400
-@@ -37,9 +37,6 @@ int device_pm_add(struct device *dev)
+@@ -37,6 +37,3 @@ int device_pm_add(struct device *dev)
  {
- 	int error;
- 
 -	pr_debug("PM: Adding info for %s:%s\n",
 -		 dev->bus ? dev->bus->name : "No Bus",
 -		 kobject_name(&dev->kobj));
  	mutex_lock(&dpm_list_mtx);
  	list_add_tail(&dev->power.entry, &dpm_active);
- 	error = dpm_sysfs_add(dev);
 @@ -51,9 +48,6 @@ int device_pm_add(struct device *dev)
  
  void device_pm_remove(struct device *dev)

linux-2.6-utrace-core.patch:

Index: linux-2.6-utrace-core.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-utrace-core.patch,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- linux-2.6-utrace-core.patch	16 Nov 2007 18:51:26 -0000	1.10
+++ linux-2.6-utrace-core.patch	30 Nov 2007 14:55:05 -0000	1.11
@@ -2997,7 +2997,7 @@
 -	    kernel-api.xml filesystems.xml lsm.xml usb.xml \
 +	    kernel-api.xml filesystems.xml lsm.xml utrace.xml usb.xml \
  	    gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
- 	    genericirq.xml s390-drivers.xml
+ 	    genericirq.xml s390-drivers.xml uio-howto.xml
  
 --- linux-2.6/Documentation/DocBook/utrace.tmpl
 +++ linux-2.6/Documentation/DocBook/utrace.tmpl

linux-2.6-utrace-tracehook.patch:

Index: linux-2.6-utrace-tracehook.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-utrace-tracehook.patch,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- linux-2.6-utrace-tracehook.patch	16 Nov 2007 20:28:54 -0000	1.17
+++ linux-2.6-utrace-tracehook.patch	30 Nov 2007 14:55:05 -0000	1.18
@@ -1991,9 +1991,8 @@
  		/*
  		 * A group stop is in progress and this is the group leader.
  		 * We won't report until all threads have stopped.
-@@ -1383,13 +1303,12 @@ static int wait_task_stopped(struct task
+@@ -1383,12 +1303,11 @@ static int wait_task_stopped(struct task
  	if (unlikely(noreap)) {
- 		pid_t pid = task_pid_nr_ns(p, ns);
  		uid_t uid = p->uid;
 -		int why = (p->ptrace & PT_PTRACED) ? CLD_TRAPPED : CLD_STOPPED;
  
@@ -2001,7 +2000,7 @@
  		if (unlikely(!exit_code) || unlikely(p->exit_state))
  			goto bail_ref;
 -		return wait_noreap_copyout(p, pid, uid,
--					   why, (exit_code << 8) | 0x7f,
+-					   why, exit_code,
 +		return wait_noreap_copyout(p, pid, uid, CLD_STOPPED,
 +					   (exit_code << 8) | 0x7f,
  					   infop, ru);


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.682
retrieving revision 1.683
diff -u -r1.682 -r1.683
--- sources	29 Nov 2007 20:43:21 -0000	1.682
+++ sources	30 Nov 2007 14:55:05 -0000	1.683
@@ -1,3 +1,3 @@
 2cc2fd4d521dc5d7cfce0d8a9d1b3472  linux-2.6.23.tar.bz2
 b9a66b38fdfa600112f0c6172440a179  patch-2.6.24-rc3.bz2
-673a6fa3e82c1bd695695d07fbc6186b  patch-2.6.24-rc3-git4.bz2
+e501fd19bc1c522f4ef28380d3f52f86  patch-2.6.24-rc3-git5.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.604
retrieving revision 1.605
diff -u -r1.604 -r1.605
--- upstream	29 Nov 2007 20:43:21 -0000	1.604
+++ upstream	30 Nov 2007 14:55:05 -0000	1.605
@@ -1,3 +1,3 @@
 linux-2.6.23.tar.bz2
 patch-2.6.24-rc3.bz2
-patch-2.6.24-rc3-git4.bz2
+patch-2.6.24-rc3-git5.bz2


--- linux-2.6-fix-kd.h.patch DELETED ---


--- linux-2.6-usb-storage-always-set-the-allow_restart-flag.patch DELETED ---


--- patch-2.6.24-rc3-git4.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list