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:	Thu, 24 Mar 2011 14:54:20 +0200
From:	"Weil, Oren jer" <oren.jer.weil@...el.com>
To:	Arnd Bergmann <arnd@...db.de>, Greg KH <gregkh@...e.de>
CC:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"alan@...ux.intel.com" <alan@...ux.intel.com>,
	"david@...dhou.se" <david@...dhou.se>
Subject: RE: [PATCH 0/7] char/mei: Intel MEI Driver

>For a simple example, look at drivers/watchdog/riowd.c (most other files in
>that directory do as well), just replace the riowd_writereg() function in
there
>with one that calls an exported function from your hardware. This should
>really be trivial to do.

our Watchdog is a FW Client (FW Feature) so in order to communicate with it
we need 
use the MEI Driver functions. (Send Connect Message, Send and Recv Data).
AFAIK, I can't use sys_open/sys_write to communicate with the MEI Driver, I
need to expose
functions that handles all of that communication, right?

>> So you need to add support to the watchdog infrastructure for this?
>> For some reason I thought you could kick the watchdog from within
>> kernel code, did I get this wrong?

>A watchdog must be triggered from user space, in Linux we do this by
writing
>to /dev/watchdog. If you did it from kernel space, the watchdog would not
>detect the case where the system is half-broken and still able to trigger
the
>watchdog, but not do much beyond that.

The Intel AMT Watchdog is not like a regular Watchdog,  our interface is
like regular watchdog (set timeout API, ping  API and etc..)
But when the watchdog expired the system will not be reboot, the AMT
Watchdog is sending a OOB Message/Event
to remote management console and the console software can decide what to do.
(it can notify the operator to check why
the system hangs, it can send a OOB reboot command to reboot the hang system
and etc...)
 
Thanks.

---
Oren Weil - Intel Corporation.
http://www.intel.com



Download attachment "smime.p7s" of type "application/pkcs7-signature" (8587 bytes)

---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ