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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 29 Apr 2011 16:59:43 -0700
From:	Mike Waychison <mikew@...gle.com>
To:	Randy Dunlap <randy.dunlap@...cle.com>
Cc:	Greg KH <greg@...ah.com>, Matt Domsch <Matt_Domsch@...l.com>,
	Alan Cox <alan@...rguk.ukuu.org.uk>,
	Duncan Laurie <dlaurie@...gle.com>,
	Aaron Durbin <adurbin@...gle.com>, x86@...nel.org,
	linux-kernel@...r.kernel.org, Tim Hockin <thockin@...gle.com>,
	San Mehat <san@...gle.com>
Subject: Re: [PATCH v4 1/3] driver: Google EFI SMI

On Fri, Apr 29, 2011 at 4:47 PM, Randy Dunlap <randy.dunlap@...cle.com> wrote:
> On Fri, 29 Apr 2011 15:55:51 -0700 Mike Waychison wrote:
>
>
>> +static int gsmi_die_callback(struct notifier_block *nb,
>> +                          unsigned long reason, void *arg)
>> +{
>> +     if (reason == DIE_NMIWATCHDOG)
>> +             gsmi_shutdown_reason(GSMI_SHUTDOWN_NMIWDT);
>> +     else if (reason == DIE_OOPS)
>> +             gsmi_shutdown_reason(GSMI_SHUTDOWN_OOPS);
>> +     return NOTIFY_DONE;
>> +}
>
>
> Where is DIE_NMIWATCHDOG defined?

My bad.  I didn't rebase these 3 patches to v2.6.39-rc5 when sending
out v4.  Seems it got dropped in rc1 in 02ca752e.  Looking at how to
wire this into whatever replaced die_nmi() now.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ