rpms/kernel/devel patch-2.6.34-rc7-git3.bz2.sign, NONE, 1.1 .cvsignore, 1.1194, 1.1195 kernel.spec, 1.1987, 1.1988 linux-2.6-utrace.patch, 1.121, 1.122 sources, 1.1154, 1.1155 upstream, 1.1067, 1.1068 autofs-fix-link_count-usage.patch, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Wed May 12 23:55:27 UTC 2010


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14733

Modified Files:
	.cvsignore kernel.spec linux-2.6-utrace.patch sources upstream 
Added Files:
	patch-2.6.34-rc7-git3.bz2.sign 
Removed Files:
	autofs-fix-link_count-usage.patch 
Log Message:
Linux 2.6.34-rc7-git3
Fix up utrace.patch
Drop autofs-fix-link_count-usage.patch


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

iD8DBQBL6pj3yGugalF9Dw4RAtugAKCPwGq6Nsk8dc3x+uobB5p8IqpCQACdFNt6
WUOVkk9M9aPJ/02hcyD5URY=
=mleX
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1194
retrieving revision 1.1195
diff -u -p -r1.1194 -r1.1195
--- .cvsignore	10 May 2010 02:39:33 -0000	1.1194
+++ .cvsignore	12 May 2010 23:55:25 -0000	1.1195
@@ -6,3 +6,4 @@ temp-*
 kernel-2.6.33
 linux-2.6.33.tar.bz2
 patch-2.6.34-rc7.bz2
+patch-2.6.34-rc7-git3.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1987
retrieving revision 1.1988
diff -u -p -r1.1987 -r1.1988
--- kernel.spec	10 May 2010 19:41:49 -0000	1.1987
+++ kernel.spec	12 May 2010 23:55:25 -0000	1.1988
@@ -82,7 +82,7 @@ Summary: The Linux kernel
 # The rc snapshot level
 %define rcrev 7
 # The git snapshot level
-%define gitrev 0
+%define gitrev 3
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -699,8 +699,6 @@ Patch800: linux-2.6-crash-driver.patch
 
 Patch900: linux-2.6-cantiga-iommu-gfx.patch
 
-Patch1024: autofs-fix-link_count-usage.patch
-
 Patch1515: lirc-2.6.33.patch
 Patch1517: hdpvr-ir-enable.patch
 
@@ -1206,7 +1204,6 @@ ApplyPatch linux-2.6-execshield.patch
 #
 # bugfixes to drivers and filesystems
 #
-ApplyPatch autofs-fix-link_count-usage.patch
 ApplyPatch fs-explicitly-pass-in-whether-sb-is-pinned-or-not.patch
 
 # ext4
@@ -2025,6 +2022,11 @@ fi
 #                 ||     ||
 
 %changelog
+* Wed May 12 2010 Chuck Ebbert <cebbert at redhat.com>
+- Linux 2.6.34-rc7-git3
+- Fix up utrace.patch
+- Drop autofs-fix-link_count-usage.patch
+
 * Mon May 10 2010 Kyle McMartin <kyle at redhat.com>
 - Don't link perf against libbfd.a.
 

linux-2.6-utrace.patch:
 Documentation/DocBook/Makefile    |    2 
 Documentation/DocBook/utrace.tmpl |  590 +++++++++
 fs/proc/array.c                   |    3 
 include/linux/sched.h             |    5 
 include/linux/tracehook.h         |   87 +
 include/linux/utrace.h            |  692 ++++++++++
 init/Kconfig                      |    9 
 kernel/Makefile                   |    1 
 kernel/fork.c                     |    3 
 kernel/ptrace.c                   |   14 
 kernel/utrace.c                   | 2427 ++++++++++++++++++++++++++++++++++++++
 11 files changed, 3831 insertions(+), 2 deletions(-)

Index: linux-2.6-utrace.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-utrace.patch,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -p -r1.121 -r1.122
--- linux-2.6-utrace.patch	11 Jan 2010 19:38:47 -0000	1.121
+++ linux-2.6-utrace.patch	12 May 2010 23:55:26 -0000	1.122
@@ -656,9 +656,9 @@ index f560325..2805b44 100644  
  #include <linux/ptrace.h>
  #include <linux/tracehook.h>
 +#include <linux/utrace.h>
- #include <linux/swapops.h>
  
  #include <asm/pgtable.h>
+ #include <asm/processor.h>
 @@ -194,6 +195,8 @@ static inline void task_state(struct seq
  		cred->uid, cred->euid, cred->suid, cred->fsuid,
  		cred->gid, cred->egid, cred->sgid, cred->fsgid);


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.1154
retrieving revision 1.1155
diff -u -p -r1.1154 -r1.1155
--- sources	10 May 2010 02:39:34 -0000	1.1154
+++ sources	12 May 2010 23:55:26 -0000	1.1155
@@ -1,2 +1,3 @@
 c3883760b18d50e8d78819c54d579b00  linux-2.6.33.tar.bz2
 d1181b2836f12b4b0d8be8ad22672f52  patch-2.6.34-rc7.bz2
+f4eacbe48233d1a743919156c0f62d7c  patch-2.6.34-rc7-git3.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.1067
retrieving revision 1.1068
diff -u -p -r1.1067 -r1.1068
--- upstream	10 May 2010 02:39:34 -0000	1.1067
+++ upstream	12 May 2010 23:55:27 -0000	1.1068
@@ -1,2 +1,3 @@
 linux-2.6.33.tar.bz2
 patch-2.6.34-rc7.bz2
+patch-2.6.34-rc7-git3.bz2


--- autofs-fix-link_count-usage.patch DELETED ---



More information about the scm-commits mailing list