Re: [PATCH] sysrq: showBlockedTasks is sysrq-X

2007-01-05 Thread Olaf Hering
On Fri, Jan 05, Randy Dunlap wrote: > OK. There is also a collision on 'c': > > drivers/net/ibm_emac/ibm_emac_debug.c:195: > return register_sysrq_key('c', &emac_sysrq_op) > > and sysrq_crashdump_op. I'd say ibm_emac needs to change too. I have seen that too. No idea if crashdump acutally

Re: [PATCH] sysrq: showBlockedTasks is sysrq-X

2007-01-05 Thread Randy Dunlap
On Fri, 5 Jan 2007 20:36:05 +0100 Olaf Hering wrote: > On Fri, Jan 05, Randy Dunlap wrote: > > > From: Randy Dunlap <[EMAIL PROTECTED]> > > > > SysRq showBlockedTasks is not done via B or T, it's done via X, > > so put that in the Help message. > > Weird, who failed to run this command before a

Re: [PATCH] sysrq: showBlockedTasks is sysrq-X

2007-01-05 Thread Olaf Hering
On Fri, Jan 05, Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > SysRq showBlockedTasks is not done via B or T, it's done via X, > so put that in the Help message. Weird, who failed to run this command before adding new stuff?! find * -type f -print0 | xargs -0 env -i grep -nw re

[PATCH] sysrq: showBlockedTasks is sysrq-X

2007-01-05 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> SysRq showBlockedTasks is not done via B or T, it's done via X, so put that in the Help message. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- drivers/char/sysrq.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2620-rc3g4.orig/dri