All of lore.kernel.org
 help / color / mirror / Atom feed
* [Kernel-janitors] [patch 2.6.1] s/CONFIG_SYSRQ/CONFIG_MAGIC_SYSRQ/
@ 2004-01-17 16:29 Domen Puncer
  2004-01-19  1:10 ` GOTO Masanori
  0 siblings, 1 reply; 2+ messages in thread
From: Domen Puncer @ 2004-01-17 16:29 UTC (permalink / raw)
  To: kernel-janitors

Hi.

Noone tested that code to see if it really works?


--- c/arch/arm/kernel/process.c	2003-12-18 03:59:37.000000000 +0100
+++ a/arch/arm/kernel/process.c	2004-01-17 16:31:02.000000000 +0100
@@ -264,7 +264,7 @@
 	if (!thread)
 		thread = ll_alloc_task_struct();
 
-#ifdef CONFIG_SYSRQ
+#ifdef CONFIG_MAGIC_SYSRQ
 	/*
 	 * The stack must be cleared if you want SYSRQ-T to
 	 * give sensible stack usage information
--- c/arch/um/kernel/um_arch.c	2003-12-18 03:59:18.000000000 +0100
+++ a/arch/um/kernel/um_arch.c	2004-01-17 16:31:25.000000000 +0100
@@ -376,7 +376,7 @@
 static int panic_exit(struct notifier_block *self, unsigned long unused1,
 		      void *unused2)
 {
-#ifdef CONFIG_SYSRQ
+#ifdef CONFIG_MAGIC_SYSRQ
 	handle_sysrq('p', &current->thread.regs, NULL, NULL);
 #endif
 	machine_halt();
--- c/arch/arm26/kernel/process.c	2003-12-18 03:59:35.000000000 +0100
+++ a/arch/arm26/kernel/process.c	2004-01-17 16:31:41.000000000 +0100
@@ -257,7 +257,7 @@
 	if (!thread)
 		thread = ll_alloc_task_struct();
 
-#ifdef CONFIG_SYSRQ
+#ifdef CONFIG_MAGIC_SYSRQ
 	/*
 	 * The stack must be cleared if you want SYSRQ-T to
 	 * give sensible stack usage information

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Kernel-janitors] [patch 2.6.1] s/CONFIG_SYSRQ/CONFIG_MAGIC_SYSRQ/
  2004-01-17 16:29 [Kernel-janitors] [patch 2.6.1] s/CONFIG_SYSRQ/CONFIG_MAGIC_SYSRQ/ Domen Puncer
@ 2004-01-19  1:10 ` GOTO Masanori
  0 siblings, 0 replies; 2+ messages in thread
From: GOTO Masanori @ 2004-01-19  1:10 UTC (permalink / raw)
  To: kernel-janitors

At Sat, 17 Jan 2004 17:29:42 +0100,
Domen Puncer wrote:
> Noone tested that code to see if it really works?

Looks fine, these bugs have been existed for a long time.  I sent
them, some were applied but other were not.

Regards,
-- gotom

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-19  1:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-17 16:29 [Kernel-janitors] [patch 2.6.1] s/CONFIG_SYSRQ/CONFIG_MAGIC_SYSRQ/ Domen Puncer
2004-01-19  1:10 ` GOTO Masanori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.