rpms/kernel/F-10 patch-2.6.27.30.bz2.sign, NONE, 1.1.2.1 .cvsignore, 1.960.2.17, 1.960.2.18 kernel.spec, 1.1206.2.79, 1.1206.2.80 linux-2.6-firewire-git-update.patch, 1.18.6.1, 1.18.6.2 sources, 1.922.2.17, 1.922.2.18 upstream, 1.834.2.17, 1.834.2.18 make-sock_sendpage-use-kernel_sendpage.patch, 1.1.2.1, NONE patch-2.6.27.29.bz2.sign, 1.1.2.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Mon Aug 17 02:11:55 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1932

Modified Files:
      Tag: private-fedora-10-2_6_27
	.cvsignore kernel.spec linux-2.6-firewire-git-update.patch 
	sources upstream 
Added Files:
      Tag: private-fedora-10-2_6_27
	patch-2.6.27.30.bz2.sign 
Removed Files:
      Tag: private-fedora-10-2_6_27
	make-sock_sendpage-use-kernel_sendpage.patch 
	patch-2.6.27.29.bz2.sign 
Log Message:
Linux 2.6.27.30
Dropped patch make-sock_sendpage-use-kernel_sendpage.patch


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

iD8DBQBKiH0vyGugalF9Dw4RAvIxAJwIcxSwxLmAMYvUsuh6U9G/XBxpIACePUF/
tk7mPynG4NT5REE/8+6mglo=
=6PoN
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/.cvsignore,v
retrieving revision 1.960.2.17
retrieving revision 1.960.2.18
diff -u -p -r1.960.2.17 -r1.960.2.18
--- .cvsignore	31 Jul 2009 02:33:58 -0000	1.960.2.17
+++ .cvsignore	17 Aug 2009 02:11:54 -0000	1.960.2.18
@@ -4,4 +4,4 @@ kernel-2.6.*.config
 temp-*
 kernel-2.6.27
 linux-2.6.27.tar.bz2
-patch-2.6.27.29.bz2
+patch-2.6.27.30.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1206.2.79
retrieving revision 1.1206.2.80
diff -u -p -r1.1206.2.79 -r1.1206.2.80
--- kernel.spec	15 Aug 2009 00:26:54 -0000	1.1206.2.79
+++ kernel.spec	17 Aug 2009 02:11:54 -0000	1.1206.2.80
@@ -39,7 +39,7 @@ Summary: The Linux kernel
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 29
+%define stable_update 30
 # Is it a -stable RC?
 %define stable_rc 0
 # Set rpm version accordingly
@@ -589,8 +589,6 @@ Patch21: linux-2.6-utrace.patch
 Patch22: linux-2.6-x86-tracehook.patch
 Patch23: linux-2.6.27-x86-tracehook-syscall-arg-order.patch
 
-Patch30: make-sock_sendpage-use-kernel_sendpage.patch
-
 Patch41: linux-2.6-sysrq-c.patch
 
 Patch60: linux-2.6-sched-fine-tune-SD_MC_INIT.patch
@@ -1142,8 +1140,6 @@ ApplyPatch linux-2.6-utrace.patch
 ApplyPatch linux-2.6-x86-tracehook.patch
 ApplyPatch linux-2.6.27-x86-tracehook-syscall-arg-order.patch
 
-ApplyPatch make-sock_sendpage-use-kernel_sendpage.patch
-
 # enable sysrq-c on all kernels, not only kexec
 ApplyPatch linux-2.6-sysrq-c.patch
 
@@ -1995,6 +1991,10 @@ fi
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Sun Aug 16 2009  Chuck Ebbert <cebbert at redhat.com>  2.6.27.30-170.2.80
+- Linux 2.6.27.30
+- Dropped patch make-sock_sendpage-use-kernel_sendpage.patch
+
 * Fri Aug 14 2009 Kyle McMartin <kyle at redhat.com> 2.6.27.29-170.2.79
 - CVE-2009-2692: Fix sock sendpage NULL ptr deref.
 

linux-2.6-firewire-git-update.patch:
 drivers/firewire/fw-card.c         |   58 +------
 drivers/firewire/fw-cdev.c         |   42 ++---
 drivers/firewire/fw-device.c       |   40 +----
 drivers/firewire/fw-device.h       |    4 
 drivers/firewire/fw-ohci.c         |  123 ++++++++++------
 drivers/firewire/fw-sbp2.c         |  154 +++++++++-----------
 drivers/firewire/fw-topology.c     |   18 ++
 drivers/firewire/fw-transaction.c  |   48 +++++-
 drivers/firewire/fw-transaction.h  |   20 ++
 drivers/ieee1394/csr1212.c         |    2 
 drivers/ieee1394/dv1394.c          |    2 
 drivers/ieee1394/eth1394.c         |    2 
 drivers/ieee1394/nodemgr.c         |  279 ++++++++++++++-----------------------
 drivers/ieee1394/nodemgr.h         |    2 
 drivers/ieee1394/raw1394-private.h |    1 
 drivers/ieee1394/raw1394.c         |  230 ++++++++++++++++--------------
 drivers/ieee1394/sbp2.c            |  218 ++++++++++++----------------
 drivers/ieee1394/sbp2.h            |   33 +---
 drivers/ieee1394/video1394.c       |    8 -
 include/linux/firewire-cdev.h      |    9 -
 20 files changed, 622 insertions(+), 671 deletions(-)

Index: linux-2.6-firewire-git-update.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/linux-2.6-firewire-git-update.patch,v
retrieving revision 1.18.6.1
retrieving revision 1.18.6.2
diff -u -p -r1.18.6.1 -r1.18.6.2
--- linux-2.6-firewire-git-update.patch	17 Feb 2009 19:47:41 -0000	1.18.6.1
+++ linux-2.6-firewire-git-update.patch	17 Aug 2009 02:11:54 -0000	1.18.6.2
@@ -669,7 +669,7 @@ index aaff50e..d334cac 100644
  /*
   * Per section 7.4.8 of the SBP-2 spec, a mgt_ORB_timeout value can be
   * provided in the config rom. Most devices do provide a value, which
-@@ -181,10 +185,16 @@ struct sbp2_target {
+@@ -181,16 +185,22 @@ struct sbp2_target {
  #define SBP2_MAX_LOGIN_ORB_TIMEOUT	40000U	/* Timeout in ms */
  #define SBP2_ORB_TIMEOUT		2000U	/* Timeout in ms */
  #define SBP2_ORB_NULL			0x80000000
@@ -677,6 +677,12 @@ index aaff50e..d334cac 100644
  #define SBP2_RETRY_LIMIT		0xf		/* 15 retries */
  #define SBP2_CYCLE_LIMIT		(0xc8 << 12)	/* 200 125us cycles */
  
+ /*
+  * There is no transport protocol limit to the CDB length,  but we implement
+  * a fixed length only.  16 bytes is enough for disks larger than 2 TB.
+  */
+ #define SBP2_MAX_CDB_SIZE		16
+ 
 +/*
 + * The default maximum s/g segment size of a FireWire controller is
 + * usually 0x10000, but SBP-2 only allows 0xffff. Since buffers have to


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/sources,v
retrieving revision 1.922.2.17
retrieving revision 1.922.2.18
diff -u -p -r1.922.2.17 -r1.922.2.18
--- sources	31 Jul 2009 02:33:59 -0000	1.922.2.17
+++ sources	17 Aug 2009 02:11:54 -0000	1.922.2.18
@@ -1,2 +1,2 @@
 b3e78977aa79d3754cb7f8143d7ddabd  linux-2.6.27.tar.bz2
-ab19d1f101f8711e7963cbe254557f33  patch-2.6.27.29.bz2
+f55adbeb6e3a44e814ce2a192a9ecf8b  patch-2.6.27.30.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/upstream,v
retrieving revision 1.834.2.17
retrieving revision 1.834.2.18
diff -u -p -r1.834.2.17 -r1.834.2.18
--- upstream	31 Jul 2009 02:33:59 -0000	1.834.2.17
+++ upstream	17 Aug 2009 02:11:55 -0000	1.834.2.18
@@ -1,3 +1,3 @@
 linux-2.6.27.tar.bz2
-patch-2.6.27.29.bz2
+patch-2.6.27.30.bz2
 


--- make-sock_sendpage-use-kernel_sendpage.patch DELETED ---


--- patch-2.6.27.29.bz2.sign DELETED ---




More information about the scm-commits mailing list