lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <4705C4BF.6060308@ah.jp.nec.com> Date: Fri, 05 Oct 2007 13:59:43 +0900 From: Takenori Nagano <t-nagano@...jp.nec.com> To: Randy Dunlap <randy.dunlap@...cle.com> CC: linux-kernel@...r.kernel.org, vgoyal@...ibm.com, "Eric W. Biederman" <ebiederm@...ssion.com>, k-miyoshi@...jp.nec.com, kexec@...ts.infradead.org, Bernhard Walle <bwalle@...e.de>, Keith Owens <kaos@....com.au>, Andrew Morton <akpm@...ux-foundation.org>, kdb@....sgi.com Subject: Re: [PATCH 2/2] implement new notifier function to panic_notifier_list 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 <t-nagano@...jp.nec.com> >> >> --- >> * Returns seconds, approximately. We don't need nanosecond >> * resolution, and we don't need to waste time with a big divide when >> @@ -193,5 +201,6 @@ __init void spawn_softlockup_task(void) >> cpu_callback(&cpu_nfb, CPU_ONLINE, cpu); >> register_cpu_notifier(&cpu_nfb); >> >> - atomic_notifier_chain_register(&panic_notifier_list, &panic_block); >> + tunable_notifier_chain_register(&panic_notifier_list, &panic_block, >> + "softlookup", NULL); >> } > > "softlockup" Hi Randy, Thank you for reviewing. :) I'll fix next version. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists