rpms/kernel/devel patch-2.6.26-rc5-git2.bz2.sign, NONE, 1.1 .cvsignore, 1.829, 1.830 kernel.spec, 1.678, 1.679 linux-2.6-selinux-new-proc-checks.patch, 1.1, 1.2 sources, 1.789, 1.790 upstream, 1.708, 1.709 linux-2.6-ppc-rtc.patch, 1.1, NONE

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Sat Jun 7 01:49:46 UTC 2008


Author: cebbert

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

Modified Files:
	.cvsignore kernel.spec linux-2.6-selinux-new-proc-checks.patch 
	sources upstream 
Added Files:
	patch-2.6.26-rc5-git2.bz2.sign 
Removed Files:
	linux-2.6-ppc-rtc.patch 
Log Message:
* Fri Jun 06 2008 Chuck Ebbert <cebbert at redhat.com>
- 2.6.26-rc5-git2



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

iD8DBQBISYtcyGugalF9Dw4RAkR+AJ9r1uROBUujZUL1xOvnDSCPAMoyXgCfVtoP
sEvpxFrNeEu7dqN9MfP+2uo=
=Jl7i
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.829
retrieving revision 1.830
diff -u -r1.829 -r1.830
--- .cvsignore	5 Jun 2008 14:37:21 -0000	1.829
+++ .cvsignore	7 Jun 2008 01:48:53 -0000	1.830
@@ -5,4 +5,4 @@
 kernel-2.6.25
 linux-2.6.25.tar.bz2
 patch-2.6.26-rc5.bz2
-patch-2.6.26-rc4-git5.bz2
+patch-2.6.26-rc5-git2.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.678
retrieving revision 1.679
diff -u -r1.678 -r1.679
--- kernel.spec	5 Jun 2008 14:37:21 -0000	1.678
+++ kernel.spec	7 Jun 2008 01:48:53 -0000	1.679
@@ -45,7 +45,7 @@
 # The rc snapshot level
 %define rcrev 5
 # The git snapshot level
-%define gitrev 0
+%define gitrev 2
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -574,7 +574,6 @@
 Patch42: linux-2.6-x86-tune-generic.patch
 Patch75: linux-2.6-x86-debug-boot.patch
 
-Patch123: linux-2.6-ppc-rtc.patch
 Patch140: linux-2.6-ps3-ehci-iso.patch
 Patch141: linux-2.6-ps3-storage-alias.patch
 Patch142: linux-2.6-ps3-legacy-bootloader-hack.patch
@@ -1011,8 +1010,6 @@
 #
 # PowerPC
 #
-# RTC class driver for ppc_md rtc functions
-ApplyPatch linux-2.6-ppc-rtc.patch
 ### NOT (YET) UPSTREAM:
 # The EHCI ISO patch isn't yet upstream but is needed to fix reboot
 #ApplyPatch linux-2.6-ps3-ehci-iso.patch
@@ -1777,6 +1774,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
+* Fri Jun 06 2008 Chuck Ebbert <cebbert at redhat.com>
+- 2.6.26-rc5-git2
+
 * Thu Jun 05 2008 Dave Jones <davej at redhat.com>
 - 2.6.26-rc5
 

linux-2.6-selinux-new-proc-checks.patch:

Index: linux-2.6-selinux-new-proc-checks.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-selinux-new-proc-checks.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-selinux-new-proc-checks.patch	17 May 2008 22:22:50 -0000	1.1
+++ linux-2.6-selinux-new-proc-checks.patch	7 Jun 2008 01:48:53 -0000	1.2
@@ -117,8 +117,8 @@
  
  	ret = -EINVAL;
 @@ -669,7 +669,7 @@ static ssize_t pagemap_read(struct file *file, char __user *buf,
- 	pm.out = buf;
- 	pm.end = buf + count;
+ 	pm.out = (u64 *)buf;
+ 	pm.end = (u64 *)(buf + count);
  
 -	if (!ptrace_may_attach(task)) {
 +	if (!ptrace_may_access(task, PTRACE_MODE_READ)) {


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.789
retrieving revision 1.790
diff -u -r1.789 -r1.790
--- sources	5 Jun 2008 14:37:21 -0000	1.789
+++ sources	7 Jun 2008 01:48:53 -0000	1.790
@@ -1,2 +1,3 @@
 db95a49a656a3247d4995a797d333153  linux-2.6.25.tar.bz2
 8d7348fa49bbacfd73065f2f5727d205  patch-2.6.26-rc5.bz2
+45c52fc0fc690495daf73be248fdb9ca  patch-2.6.26-rc5-git2.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.708
retrieving revision 1.709
diff -u -r1.708 -r1.709
--- upstream	5 Jun 2008 14:37:21 -0000	1.708
+++ upstream	7 Jun 2008 01:48:53 -0000	1.709
@@ -1,2 +1,4 @@
 linux-2.6.25.tar.bz2
 patch-2.6.26-rc5.bz2
+patch-2.6.26-rc5-git2.bz2
+


--- linux-2.6-ppc-rtc.patch DELETED ---




More information about the fedora-extras-commits mailing list