rpms/kernel/F-10 patch-2.6.27.28.bz2.sign, NONE, 1.1.2.1 .cvsignore, 1.960.2.14, 1.960.2.15 config-generic, 1.202.2.1, 1.202.2.2 kernel.spec, 1.1206.2.72, 1.1206.2.73 linux-2.6-netdev-r8169-2.6.30.patch, 1.1.2.1, 1.1.2.2 sources, 1.922.2.14, 1.922.2.15 upstream, 1.834.2.14, 1.834.2.15 linux-2.6-kbuild-fix-unifdef.c-usage-of-getline.patch, 1.1.2.1, NONE linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch, 1.1.2.2, NONE patch-2.6.27.25.bz2.sign, 1.1.2.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Mon Jul 27 21:32:17 UTC 2009


Author: cebbert

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

Modified Files:
      Tag: private-fedora-10-2_6_27
	.cvsignore config-generic kernel.spec 
	linux-2.6-netdev-r8169-2.6.30.patch sources upstream 
Added Files:
      Tag: private-fedora-10-2_6_27
	patch-2.6.27.28.bz2.sign 
Removed Files:
      Tag: private-fedora-10-2_6_27
	linux-2.6-kbuild-fix-unifdef.c-usage-of-getline.patch 
	linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch 
	patch-2.6.27.25.bz2.sign 
Log Message:
Linux 2.6.27.28
  Dropped patches, merged in stable:
    linux-2.6-kbuild-fix-unifdef.c-usage-of-getline.patch
    linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch
  New config item:
    CONFIG_DEFAULT_MMAP_MIN_ADDR=32768


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

iD8DBQBKajEryGugalF9Dw4RAmM/AJ47l21M/XwsP/nV2hIzPQTZmo2wmgCgiWnF
p3hOGLbyhrkYo+5B2zG4Cns=
=nf0b
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/.cvsignore,v
retrieving revision 1.960.2.14
retrieving revision 1.960.2.15
diff -u -p -r1.960.2.14 -r1.960.2.15
--- .cvsignore	20 Jun 2009 11:55:23 -0000	1.960.2.14
+++ .cvsignore	27 Jul 2009 21:32:16 -0000	1.960.2.15
@@ -4,4 +4,4 @@ kernel-2.6.*.config
 temp-*
 kernel-2.6.27
 linux-2.6.27.tar.bz2
-patch-2.6.27.25.bz2
+patch-2.6.27.28.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/config-generic,v
retrieving revision 1.202.2.1
retrieving revision 1.202.2.2
diff -u -p -r1.202.2.1 -r1.202.2.2
--- config-generic	21 May 2009 01:02:35 -0000	1.202.2.1
+++ config-generic	27 Jul 2009 21:32:16 -0000	1.202.2.2
@@ -3201,7 +3201,7 @@ CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=
 CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
 CONFIG_SECURITY_SELINUX_ENABLE_SECMARK_DEFAULT=y
 CONFIG_SECURITY_SELINUX_AVC_STATS=y
-CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=65536
+CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
 # CONFIG_SECURITY_SMACK is not set
 CONFIG_AUDIT=y
 CONFIG_AUDITSYSCALL=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1206.2.72
retrieving revision 1.1206.2.73
diff -u -p -r1.1206.2.72 -r1.1206.2.73
--- kernel.spec	21 Jun 2009 22:14:26 -0000	1.1206.2.72
+++ kernel.spec	27 Jul 2009 21:32:16 -0000	1.1206.2.73
@@ -36,7 +36,7 @@ Summary: The Linux kernel
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 25
+%define stable_update 28
 # Is it a -stable RC?
 %define stable_rc 0
 # Set rpm version accordingly
@@ -572,9 +572,6 @@ Patch04: linux-2.6-compile-fixes.patch
 # build tweak for build ID magic, even for -vanilla
 Patch05: linux-2.6-makefile-after_link.patch
 
-# fix build on newer userspace, even for -vanilla
-Patch06: linux-2.6-kbuild-fix-unifdef.c-usage-of-getline.patch
-
 %if !%{nopatches}
 
 # revert upstream patches we get via other methods
@@ -701,7 +698,6 @@ Patch2006: linux-2.6-netdev-r8169-2.6.30
 Patch2007: linux-2.6-netdev-r8169-add-more-netdevice-ops-R.patch
 Patch2008: linux-2.6-netdev-r8169-convert-to-netdevice-ops-R.patch
 # r8169 fixes from 2.6.31
-Patch2009: linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch
 Patch2010: linux-2.6-netdev-r8169-use-different-family-defaults.patch
 Patch2011: linux-2.6-netdev-r8169-avoid-losing-msi-interrupts.patch
 
@@ -1115,9 +1111,6 @@ ApplyPatch linux-2.6-build-nonintconfig.
 
 ApplyPatch linux-2.6-makefile-after_link.patch
 
-# Fix building kernel on newer userspace
-ApplyPatch linux-2.6-kbuild-fix-unifdef.c-usage-of-getline.patch
-
 #
 # misc small stuff to make things compile
 #
@@ -1343,7 +1336,6 @@ ApplyPatch linux-2.6-netdev-r8169-2.6.30
 ApplyPatch linux-2.6-netdev-r8169-add-more-netdevice-ops-R.patch -R
 ApplyPatch linux-2.6-netdev-r8169-convert-to-netdevice-ops-R.patch -R
 # r8169 fixes from 2.6.30/2.6.29.5
-ApplyPatch linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch
 ApplyPatch linux-2.6-netdev-r8169-use-different-family-defaults.patch
 ApplyPatch linux-2.6-netdev-r8169-avoid-losing-msi-interrupts.patch
 
@@ -1992,6 +1984,14 @@ fi
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Mon Jul 27 2009  Chuck Ebbert <cebbert at redhat.com>  2.6.27.28-170.2.73
+- Linux 2.6.27.28
+  Dropped patches, merged in stable:
+    linux-2.6-kbuild-fix-unifdef.c-usage-of-getline.patch
+    linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch
+  New config item:
+    CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
+
 * Sat Jun 20 2009  Chuck Ebbert <cebbert at redhat.com>  2.6.27.25-170.2.72
 - Copy fixes from latest F-9:
     kvm-make-efer-reads-safe-when-efer-does-not-exist.patch

linux-2.6-netdev-r8169-2.6.30.patch:
 r8169.c |  835 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 772 insertions(+), 63 deletions(-)

Index: linux-2.6-netdev-r8169-2.6.30.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/Attic/linux-2.6-netdev-r8169-2.6.30.patch,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.1 -r1.1.2.2
--- linux-2.6-netdev-r8169-2.6.30.patch	20 Jun 2009 12:13:15 -0000	1.1.2.1
+++ linux-2.6-netdev-r8169-2.6.30.patch	27 Jul 2009 21:32:16 -0000	1.1.2.2
@@ -989,7 +989,7 @@
  
 @@ -2092,17 +2670,10 @@
  
- 	rtl_set_rx_max_size(ioaddr);
+ 	rtl_set_rx_max_size(ioaddr, tp->rx_buf_sz);
  
 -	rtl_set_rx_tx_config_registers(tp);
 -


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/sources,v
retrieving revision 1.922.2.14
retrieving revision 1.922.2.15
diff -u -p -r1.922.2.14 -r1.922.2.15
--- sources	20 Jun 2009 11:55:24 -0000	1.922.2.14
+++ sources	27 Jul 2009 21:32:17 -0000	1.922.2.15
@@ -1,2 +1,2 @@
 b3e78977aa79d3754cb7f8143d7ddabd  linux-2.6.27.tar.bz2
-53981d997d85d4a65e086fd1cada61a0  patch-2.6.27.25.bz2
+3bf7ae5309bbff6cd54c58450565a2a8  patch-2.6.27.28.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/upstream,v
retrieving revision 1.834.2.14
retrieving revision 1.834.2.15
diff -u -p -r1.834.2.14 -r1.834.2.15
--- upstream	20 Jun 2009 11:55:25 -0000	1.834.2.14
+++ upstream	27 Jul 2009 21:32:17 -0000	1.834.2.15
@@ -1,2 +1,2 @@
 linux-2.6.27.tar.bz2
-patch-2.6.27.25.bz2
+patch-2.6.27.28.bz2


--- linux-2.6-kbuild-fix-unifdef.c-usage-of-getline.patch DELETED ---


--- linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch DELETED ---


--- patch-2.6.27.25.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list