First time I see it. My guess is this tool is for SPS and it will conflict with the mei driver on clients platform (mobile, desktop, workstations) It messes up the drive state machine, hence the error I've removed recently the BUG() from the drivers so I guess on 4.20 it won't crash, but still this cannot work. Thanks Tomas
-----Original Message----- From: Shawn [mailto:citypw@gmail.com] Sent: Tuesday, January 22, 2019 10:38 To: Winkler, Tomas tomas.winkler@intel.com Cc: linux-mei@linux.intel.com; coreboot coreboot@coreboot.org Subject: Re: [linux-mei] intelmetool crashed mei_me driver
use this one: https://github.com/coreboot/coreboot/tree/master/util/intelmetool
On Tue, Jan 22, 2019 at 4:32 PM Winkler, Tomas tomas.winkler@intel.com wrote:
What is intelmeitool? Thanks Tomas
-----Original Message----- From: linux-mei-request@eclists.intel.com [mailto:linux-mei- request@eclists.intel.com] On Behalf Of Shawn Sent: Tuesday, January 22, 2019 10:30 To: linux-mei@linux.intel.com; coreboot coreboot@coreboot.org Subject: [linux-mei] intelmetool crashed mei_me driver
Hi,
intelmetool crashed mei_me driver and you can reproduce it via:
#!/bin/bash
counter=0
while [ $counter -le 1000 ] do ./intelmetool -m >> /tmp/me.log echo $counter sleep 5 counter=$(($counter + 1)) done
The kernel crash log was attached!
-- GNU powered it... GPL protect it... God blessing it...
regards Shawn
linux-mei@eclists.intel.com https://eclists.intel.com/sympa/info/linux-mei Unsubscribe by sending email to sympa@eclists.intel.com with subject "Unsubscribe linux-mei"
-- GNU powered it... GPL protect it... God blessing it...
regards Shawn