rpms/kernel/devel patch-2.6.13-git8.bz2.sign, NONE, 1.1 .cvsignore, 1.218, 1.219 kernel-2.6.spec, 1.1545, 1.1546 linux-2.6.11-execshield.patch, 1.15, 1.16 linux-2.6.7-modsign-core.patch, 1.9, 1.10 sources, 1.162, 1.163 upstream, 1.150, 1.151 linux-2.6-futex-wake_op.patch, 1.3, NONE linux-2.6.12-scsi-blacklist.patch, 1.2, NONE patch-2.6.13-git7.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 9 00:58:13 UTC 2005


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29445

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6.11-execshield.patch 
	linux-2.6.7-modsign-core.patch sources upstream 
Added Files:
	patch-2.6.13-git8.bz2.sign 
Removed Files:
	linux-2.6-futex-wake_op.patch 
	linux-2.6.12-scsi-blacklist.patch patch-2.6.13-git7.bz2.sign 
Log Message:
git8



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

iD8DBQBDICI/yGugalF9Dw4RAi5FAJoCyo2/GPz/HBAXBJJBWJEiGOds/QCfQsiB
8Qd7jllR/50/T3HG7yE9JPo=
=z/vJ
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- .cvsignore	6 Sep 2005 22:23:36 -0000	1.218
+++ .cvsignore	9 Sep 2005 00:58:10 -0000	1.219
@@ -8,4 +8,4 @@
 linux-2.6.13.tar.bz2
 patch-2.6.13-git2.bz2
 patch-2.6.13-rc7-git3.bz2
-patch-2.6.13-git6.bz2
+patch-2.6.13-git8.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1545
retrieving revision 1.1546
diff -u -r1.1545 -r1.1546
--- kernel-2.6.spec	8 Sep 2005 05:14:14 -0000	1.1545
+++ kernel-2.6.spec	9 Sep 2005 00:58:10 -0000	1.1546
@@ -215,7 +215,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-Patch1: patch-2.6.13-git7.bz2
+Patch1: patch-2.6.13-git8.bz2
 #Patch2: patch-2.6.13-rc7-git3.bz2
 
 # Patches 100 through 500 are meant for architecture patches
@@ -302,8 +302,7 @@
 # SCSI bits.
 Patch1101: linux-2.6.9-scsi-advansys-enabler.patch
 Patch1102: linux-2.6.9-scsi-megaraid-legacy.patch
-Patch1103: linux-2.6.12-scsi-blacklist.patch
-Patch1104: linux-2.6.12-scsi-advansys-pcitable.patch
+Patch1103: linux-2.6.12-scsi-advansys-pcitable.patch
 
 # NFS bits.
 Patch1200: linux-2.6.9-NFSD-non-null-getxattr.patch
@@ -339,7 +338,6 @@
 Patch1750: linux-2.6.11-serial-tickle-nmi.patch
 Patch1760: linux-2.6.12-missing-exports.patch
 Patch1770: linux-2.6-radeon-backlight.patch
-Patch1790: linux-2.6-futex-wake_op.patch
 
 Patch1800: linux-2.6-ide-tune-locking.patch
 
@@ -720,10 +718,8 @@
 %patch1101 -p1
 # Enable both new and old megaraid drivers.
 %patch1102 -p1
-# Blacklist some SCSI devices that don't like having LUNs probed.
-%patch1103 -p1
 # Add a pci table to advansys driver.
-%patch1104 -p1
+%patch1103 -p1
 
 #
 # Various upstream NFS/NFSD fixes.
@@ -780,8 +776,6 @@
 %patch1760 -p1
 # Radeon on thinkpad backlight power-management goodness.
 %patch1770 -p1
-# FUTEX_WAKE_OP support.
-%patch1790 -p1
 # Fix IDE locking bug.
 %patch1800 -p1
 
@@ -1268,6 +1262,9 @@
 %endif
 
 %changelog
+* Thu Sep 08 2005 Dave Jones <davej at redhat.com>
+- 2.6.13-git8
+
 * Wed Sep 07 2005 Dave Jones <davej at redhat.com>
 - 2.6.13-git7
 

linux-2.6.11-execshield.patch:
 arch/i386/kernel/asm-offsets.c       |    1 
 arch/i386/kernel/entry.S             |    8 +-
 arch/i386/kernel/process.c           |   59 +++++++++++++++++
 arch/i386/kernel/signal.c            |    4 -
 arch/i386/kernel/smp.c               |    3 
 arch/i386/kernel/sysenter.c          |   55 +++++++++++++++-
 arch/i386/kernel/traps.c             |   93 ++++++++++++++++++++++++++-
 arch/i386/kernel/vsyscall-sysenter.S |    6 -
 arch/i386/kernel/vsyscall.lds.S      |    4 -
 arch/i386/mm/init.c                  |    6 +
 arch/i386/mm/mmap.c                  |    6 +
 arch/ia64/ia32/binfmt_elf32.c        |    2 
 arch/x86_64/ia32/ia32_binfmt.c       |    2 
 arch/x86_64/kernel/process.c         |    7 --
 arch/x86_64/mm/Makefile              |    2 
 arch/x86_64/mm/fault.c               |    2 
 arch/x86_64/mm/mmap.c                |   95 +++++++++++++++++++++++++++
 drivers/char/random.c                |    7 +-
 fs/binfmt_elf.c                      |  120 ++++++++++++++++++++++++++++-------
 fs/proc/array.c                      |    8 +-
 fs/proc/base.c                       |    4 -
 fs/proc/task_mmu.c                   |   25 +++++--
 include/asm-i386/desc.h              |   14 ++++
 include/asm-i386/elf.h               |   42 ++++++++----
 include/asm-i386/mmu.h               |    6 +
 include/asm-i386/pgalloc.h           |    1 
 include/asm-i386/processor.h         |    8 ++
 include/asm-i386/thread_info.h       |    1 
 include/asm-ia64/pgalloc.h           |    4 +
 include/asm-ppc/pgalloc.h            |    5 +
 include/asm-ppc64/pgalloc.h          |    5 +
 include/asm-s390/pgalloc.h           |    4 +
 include/asm-sparc/pgalloc.h          |    4 +
 include/asm-sparc64/pgalloc.h        |    4 +
 include/asm-x86_64/pgalloc.h         |    7 ++
 include/asm-x86_64/processor.h       |    5 +
 include/linux/mm.h                   |    9 ++
 include/linux/resource.h             |    5 +
 include/linux/sched.h                |    9 ++
 include/linux/sysctl.h               |    3 
 kernel/signal.c                      |   38 +++++++++++
 kernel/sysctl.c                      |   39 +++++++++++
 mm/fremap.c                          |   10 +-
 mm/mmap.c                            |  105 ++++++++++++++++++++++++++++--
 mm/mprotect.c                        |    5 +
 mm/mremap.c                          |    4 -
 46 files changed, 767 insertions(+), 89 deletions(-)

Index: linux-2.6.11-execshield.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.11-execshield.patch,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- linux-2.6.11-execshield.patch	6 Sep 2005 02:09:13 -0000	1.15
+++ linux-2.6.11-execshield.patch	9 Sep 2005 00:58:10 -0000	1.16
@@ -306,7 +306,8 @@
 +	}
 +}
  
- fastcall void do_general_protection(struct pt_regs * regs, long error_code)
+ fastcall void __kprobes do_general_protection(struct pt_regs * regs,
+ 					      long error_code)
  {
  	int cpu = get_cpu();
  	struct tss_struct *tss = &per_cpu(init_tss, cpu);
@@ -314,7 +315,6 @@
 +	int ok;
  
  	/*
- 	 * Perform the lazy TSS's I/O bitmap copy. If the TSS has an
 @@ -490,7 +566,6 @@ fastcall void do_general_protection(stru
  		put_cpu();
  		return;
@@ -1005,10 +1005,10 @@
  #include <asm/user.h>
  #include <asm/processor.h>
  #include <asm/system.h>		/* for savesegment */
+ #include <asm/auxvec.h>
 +#include <asm/desc.h>
  
  #include <linux/utsname.h>
- 
 @@ -133,15 +134,22 @@ extern int dump_task_extended_fpu (struc
  #define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) dump_task_fpu(tsk, elf_fpregs)
  #define ELF_CORE_COPY_XFPREGS(tsk, elf_xfpregs) dump_task_extended_fpu(tsk, elf_xfpregs)

linux-2.6.7-modsign-core.patch:
 linux-2.6.12/kernel/module-verify.c  |    2 
 linux-900/include/linux/module.h     |    3 
 linux-900/init/Kconfig               |   16 +
 linux-900/kernel/Makefile            |    3 
 linux-900/kernel/module-verify-sig.c |  442 +++++++++++++++++++++++++++++++++++
 linux-900/kernel/module-verify.c     |  340 ++++++++++++++++++++++++++
 linux-900/kernel/module-verify.h     |   37 ++
 linux-900/kernel/module.c            |   19 +
 8 files changed, 857 insertions(+), 5 deletions(-)

Index: linux-2.6.7-modsign-core.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.7-modsign-core.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- linux-2.6.7-modsign-core.patch	15 Aug 2005 21:11:54 -0000	1.9
+++ linux-2.6.7-modsign-core.patch	9 Sep 2005 00:58:11 -0000	1.10
@@ -65,10 +65,10 @@
  	long err = 0;
  	void *percpu = NULL, *ptr = NULL; /* Stops spurious gcc warning */
  	struct exception_table_entry *extable;
+	mm_segment_t old_fs;
 +	int gpgsig_ok;
  
  	DEBUGP("load_module: umod=%p, len=%lu, uargs=%p\n",
- 	       umod, len, uargs);
 @@ -1438,8 +1440,13 @@ static struct module *load_module(void _
  		goto free_hdr;
  	}


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- sources	6 Sep 2005 22:23:36 -0000	1.162
+++ sources	9 Sep 2005 00:58:11 -0000	1.163
@@ -1,2 +1,2 @@
 560f5fadf59f172973e67939868a4cae  linux-2.6.13.tar.bz2
-f3d1c697d8a44f969f960b598db5a867  patch-2.6.13-git6.bz2
+bbe227ebd049115341252321ace3b8c7  patch-2.6.13-git8.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- upstream	8 Sep 2005 05:14:15 -0000	1.150
+++ upstream	9 Sep 2005 00:58:11 -0000	1.151
@@ -1,3 +1,3 @@
 linux-2.6.13.tar.bz2
-patch-2.6.13-git7.bz2
+patch-2.6.13-git8.bz2
 


--- linux-2.6-futex-wake_op.patch DELETED ---


--- linux-2.6.12-scsi-blacklist.patch DELETED ---


--- patch-2.6.13-git7.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list