rpms/kernel/devel patch-2.6.26-rc3-git1.bz2.sign, NONE, 1.1 .cvsignore, 1.815, 1.816 config-generic, 1.103, 1.104 kernel.spec, 1.643, 1.644 linux-2.6-execshield.patch, 1.88, 1.89 sources, 1.776, 1.777 upstream, 1.695, 1.696

Dave Jones (davej) fedora-extras-commits at redhat.com
Tue May 20 15:27:44 UTC 2008


Author: davej

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

Modified Files:
	.cvsignore config-generic kernel.spec 
	linux-2.6-execshield.patch sources upstream 
Added Files:
	patch-2.6.26-rc3-git1.bz2.sign 
Log Message:
2.6.26-rc3-git1


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

iD8DBQBIMnfqyGugalF9Dw4RAoDzAJ90eQgHUL+XrScUjQN2OehVvkeWxgCfWfju
REbnkgkkWT30J3kjjUFJ7yQ=
=XMyZ
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.815
retrieving revision 1.816
diff -u -r1.815 -r1.816
--- .cvsignore	18 May 2008 22:35:32 -0000	1.815
+++ .cvsignore	20 May 2008 15:26:45 -0000	1.816
@@ -6,3 +6,4 @@
 linux-2.6.25.tar.bz2
 patch-2.6.26-rc3.bz2
 patch-2.6.26-rc2-git5.bz2
+patch-2.6.26-rc3-git1.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- config-generic	19 May 2008 22:44:52 -0000	1.103
+++ config-generic	20 May 2008 15:26:45 -0000	1.104
@@ -104,6 +104,7 @@
 CONFIG_MMC=m
 CONFIG_MMC_BLOCK_BOUNCE=y
 CONFIG_SDIO_UART=m
+# CONFIG_MMC_TEST is not set
 # CONFIG_MMC_DEBUG is not set
 # CONFIG_MMC_UNSAFE_RESUME is not set
 CONFIG_MMC_BLOCK=m


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.643
retrieving revision 1.644
diff -u -r1.643 -r1.644
--- kernel.spec	19 May 2008 22:44:52 -0000	1.643
+++ kernel.spec	20 May 2008 15:26:45 -0000	1.644
@@ -45,7 +45,7 @@
 # The rc snapshot level
 %define rcrev 3
 # The git snapshot level
-%define gitrev 0
+%define gitrev 1
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1770,6 +1770,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL}.xen -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.xen.conf %{with_xen} xen
 
 %changelog
+* Tue May 20 2008 Dave Jones <davej at redhat.com>
+- 2.6.26-rc3-git1
+
 * Mon May 19 2008 Dave Jones <davej at redhat.com>
 - Disable PATA_ISAPNP (it's busted).
 

linux-2.6-execshield.patch:

Index: linux-2.6-execshield.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-execshield.patch,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- linux-2.6-execshield.patch	16 May 2008 21:06:38 -0000	1.88
+++ linux-2.6-execshield.patch	20 May 2008 15:26:45 -0000	1.89
@@ -648,9 +648,9 @@
 index d41ef6b..5304704 100644
 --- a/kernel/sysctl.c
 +++ b/kernel/sysctl.c
-@@ -81,6 +81,26 @@ extern int maps_protect;
- extern int sysctl_stat_interval;
+@@ -83,6 +83,27 @@ extern int sysctl_stat_interval;
  extern int latencytop_enabled;
+ extern int sysctl_nr_open_min, sysctl_nr_open_max;
  
 +int exec_shield = (1<<0);
 +/* exec_shield is a bitmask:
@@ -672,6 +672,7 @@
 +
 +__setup("exec-shield=", setup_exec_shield);
 +
++
  /* Constants used for minimum and  maximum */
  #if defined(CONFIG_DETECT_SOFTLOCKUP) || defined(CONFIG_HIGHMEM)
  static int one = 1;


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.776
retrieving revision 1.777
diff -u -r1.776 -r1.777
--- sources	18 May 2008 22:35:32 -0000	1.776
+++ sources	20 May 2008 15:26:45 -0000	1.777
@@ -1,2 +1,3 @@
 db95a49a656a3247d4995a797d333153  linux-2.6.25.tar.bz2
 d6655b0ed5f68a3a92c92d11831bf479  patch-2.6.26-rc3.bz2
+c73f7c3088d54a1da025168bb7e348c3  patch-2.6.26-rc3-git1.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.695
retrieving revision 1.696
diff -u -r1.695 -r1.696
--- upstream	18 May 2008 22:35:32 -0000	1.695
+++ upstream	20 May 2008 15:26:45 -0000	1.696
@@ -1,2 +1,3 @@
 linux-2.6.25.tar.bz2
 patch-2.6.26-rc3.bz2
+patch-2.6.26-rc3-git1.bz2




More information about the scm-commits mailing list