Re: [PATCH 2/2] implement new notifier function to panic_notifier_list ,take2

2007-10-25 Thread Takenori Nagano
Randy Dunlap wrote: > On Thu, 18 Oct 2007 17:53:03 +0900 Takenori Nagano wrote: > >> This patch implements new notifier function to panic_notifier_list. We can >> change the list of order by debugfs. > > Should be sysfs IMO. debugfs isn't (should not be) required. OK. We try to find an appropri

Re: [PATCH 2/2] implement new notifier function to panic_notifier_list ,take2

2007-10-24 Thread Randy Dunlap
On Thu, 18 Oct 2007 17:53:03 +0900 Takenori Nagano wrote: > This patch implements new notifier function to panic_notifier_list. We can > change the list of order by debugfs. Should be sysfs IMO. debugfs isn't (should not be) required. > Thanks, > > --- > > Signed-off-by: Takenori Nagano <[EMA

[PATCH 2/2] implement new notifier function to panic_notifier_list ,take2

2007-10-18 Thread Takenori Nagano
This patch implements new notifier function to panic_notifier_list. We can change the list of order by debugfs. Thanks, --- Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> --- diff -uprN linux-2.6.23.orig/arch/alpha/kernel/setup.c linux-2.6.23/arch/alpha/kernel/setup.c --- linux-2.6.23.orig

[PATCH 2/2] implement new notifier function to panic_notifier_list ,take2

2007-10-17 Thread Takenori Nagano
This patch implements new notifier function to panic_notifier_list. We can change the list of order by debugfs. Thanks, --- Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> --- diff -uprN linux-2.6.23.orig/arch/alpha/kernel/setup.c linux-2.6.23/arch/alpha/kernel/setup.c --- linux-2.6.23.orig/

Re: [PATCH 2/2] implement new notifier function to panic_notifier_list

2007-10-04 Thread Takenori Nagano
Vivek Goyal wrote: > On Thu, Oct 04, 2007 at 08:38:50PM +0900, Takenori Nagano wrote: > >> @@ -522,8 +530,8 @@ setup_arch(char **cmdline_p) >> } >> >> /* Register a call for panic conditions. */ >> -atomic_notifier_chain_register(&panic_notifier_list, >> -&alpha_pa

Re: [PATCH 2/2] implement new notifier function to panic_notifier_list

2007-10-04 Thread Vivek Goyal
On Thu, Oct 04, 2007 at 08:38:50PM +0900, Takenori Nagano wrote: > This patch implements new notifier function to panic_notifier_list. We can > change the list of order by debugfs. > > Thanks, > > --- > > Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> > > --- > diff -uprN linux-2.6.23-rc9.o

Re: [PATCH 2/2] implement new notifier function to panic_notifier_list

2007-10-04 Thread Takenori Nagano
Randy Dunlap wrote: > On Thu, 04 Oct 2007 20:38:50 +0900 Takenori Nagano wrote: > >> This patch implements new notifier function to panic_notifier_list. We can >> change the list of order by debugfs. >> >> Thanks, >> >> --- >> >> Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> >> >> --- >> *

Re: [PATCH 2/2] implement new notifier function to panic_notifier_list

2007-10-04 Thread Randy Dunlap
On Thu, 04 Oct 2007 20:38:50 +0900 Takenori Nagano wrote: > This patch implements new notifier function to panic_notifier_list. We can > change the list of order by debugfs. > > Thanks, > > --- > > Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> > > --- ... > diff -uprN linux-2.6.23-rc9.o

[PATCH 2/2] implement new notifier function to panic_notifier_list

2007-10-04 Thread Takenori Nagano
This patch implements new notifier function to panic_notifier_list. We can change the list of order by debugfs. Thanks, --- Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> --- diff -uprN linux-2.6.23-rc9.orig/arch/alpha/kernel/setup.c linux-2.6.23-rc9/arch/alpha/kernel/setup.c --- linux-2.6.