rpms/kernel/devel linux-2.6-crashdump-common.patch,1.5,1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 30 05:22:41 UTC 2005


Author: davej

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

Modified Files:
	linux-2.6-crashdump-common.patch 
Log Message:
empty bit


linux-2.6-crashdump-common.patch:
 linux-2.6.12/Documentation/sysrq.txt         |    8 
 linux-2.6.12/arch/i386/kernel/nmi.c          |    1 
 linux-2.6.12/arch/i386/kernel/traps.c        |    3 
 linux-2.6.12/arch/i386/mm/init.c             |   47 +++++
 linux-2.6.12/arch/i386/mm/pgtable.c          |    3 
 linux-2.6.12/arch/ia64/kernel/process.c      |   30 ++-
 linux-2.6.12/arch/ia64/kernel/traps.c        |    6 
 linux-2.6.12/arch/ia64/mm/contig.c           |    3 
 linux-2.6.12/arch/ia64/mm/discontig.c        |    3 
 linux-2.6.12/arch/ia64/mm/init.c             |   90 +++++++++
 linux-2.6.12/arch/powerpc/kernel/process.c   |    1 
 linux-2.6.12/arch/powerpc/kernel/traps.c     |    3 
 linux-2.6.12/arch/powerpc/mm/mem.c           |   29 +++
 linux-2.6.12/arch/s390/kernel/traps.c        |    6 
 linux-2.6.12/arch/x86_64/kernel/process.c    |    2 
 linux-2.6.12/arch/x86_64/kernel/traps.c      |    6 
 linux-2.6.12/arch/x86_64/mm/init.c           |   32 +++
 linux-2.6.12/drivers/char/sysrq.c            |    2 
 linux-2.6.12/include/asm-generic/crashdump.h |   47 +++++
 linux-2.6.12/include/asm-i386/crashdump.h    |  123 +++++++++++++
 linux-2.6.12/include/asm-i386/kmap_types.h   |    4 
 linux-2.6.12/include/asm-ia64/crashdump.h    |   72 +++++++
 linux-2.6.12/include/asm-powerpc/crashdump.h |   61 ++++++
 linux-2.6.12/include/asm-x86_64/crashdump.h  |   86 +++++++++
 linux-2.6.12/include/linux/kernel.h          |   18 +
 linux-2.6.12/kernel/Makefile                 |    2 
 linux-2.6.12/kernel/dump.c                   |  246 +++++++++++++++++++++++++++
 linux-2.6.12/kernel/panic.c                  |    4 
 linux-2.6.12/kernel/printk.c                 |   20 ++
 linux-2.6.12/kernel/sched.c                  |    2 
 linux-2.6.13/arch/x86_64/mm/fault.c          |    1 
 linux-2.6.13/drivers/char/sysrq.c            |    5 
 32 files changed, 952 insertions(+), 14 deletions(-)

Index: linux-2.6-crashdump-common.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-crashdump-common.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linux-2.6-crashdump-common.patch	22 Nov 2005 16:18:44 -0000	1.5
+++ linux-2.6-crashdump-common.patch	30 Dec 2005 05:22:33 -0000	1.6
@@ -1,23 +1,5 @@
 --- linux-2.6.12/drivers/char/sysrq.c.orig	2005-08-18 12:40:07.000000000 -0400
 +++ linux-2.6.12/drivers/char/sysrq.c	2005-08-18 14:29:25.000000000 -0400
-@@ -125,6 +125,17 @@
- 	.enable_mask	= SYSRQ_ENABLE_BOOT,
- };
- 
-+/* crash sysrq handler */
-+static void sysrq_handle_crash(int key, struct pt_regs *pt_regs,
-+			       struct tty_struct *tty) {
-+	*( (char *) 0) = 0;
-+}
-+static struct sysrq_key_op sysrq_crash_op = {
-+	.handler =       sysrq_handle_crash,
-+	.help_msg =      "Crash",
-+	.action_msg =    "Crashing the kernel by request",
-+};
-+
- static void sysrq_handle_sync(int key, struct pt_regs *pt_regs,
- 			      struct tty_struct *tty) 
- {
 @@ -289,7 +300,7 @@
  		 it is handled specially on the sparc
  		 and will never arrive */




More information about the fedora-cvs-commits mailing list