LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   3.10.5 kernel unstable? (https://www.linuxquestions.org/questions/slackware-14/3-10-5-kernel-unstable-4175472734/)

dr.s 08-09-2013 01:03 AM

3.10.5 kernel unstable?
 
1 Attachment(s)
Been running Slackware current on this desktop with different kernels, all very stable. I upgraded to the stock 3.10.5 kernel (Aug. 7) then applied the Aug. 8 updates. The system had a complete crash a few hours ago, out of the blue, while I was reading a webpage (only Firefox, Konqueror and Konsole were loaded).

I think this is the first time I've ever seen a total crash on Linux, don't know if it's the latest kernel or a combination of other factors, all I could do was take a snapshot of the screen and do a hard reboot.

danielldaniell 08-09-2013 02:19 AM

This happens for me also, on a Dell Inspiron 5110. It would help if your image would be a bit more clear, but the last line suggests (drm_kms_helper) that it has something to do with the DRM interface. The same goes for my laptop.

It crashes when playing YouTube videos, and suspend to ram also got broken, it just flashes the caps-lock key, and blanks the screen.
How ironic the Slackware changelog for the update:
"Looks like 3.10.x got LTS status, but more importantly fixes the power issue on resume with some Intel machines.".

dunric 08-09-2013 06:16 AM

I'd suggest to temporarily disable/remove all non-stock kernel modules like virtualbox's or graphics adapter's and try if it would cause better stability. If you are running machine with an integrated Intel GA using the messy i915 driver you are probably out of luck as there were wild changes in recent past fixing various longstanding issues but bringing new ones. Some of the crap is fixed in 3.11.x but diffs cann't be applied to 3.10.x and devs are currently too busy/lazy/incompetent to backport them :(

danielldaniell 08-09-2013 06:36 AM

1 Attachment(s)
Hey dunric, thanks for the tips. I'll try to remove the vbox drivers, and see if that makes any difference. Also, I've tested 3.11-rc4, but it also panics with the same symptoms.
I've managed to take a picture of the panic, too.

AlleyTrotter 08-09-2013 08:15 AM

Same problem here!
I finally got it fixed by blacklisting module 'mei-me'
Code:

john@linux:~$ cat /etc/modprobe.d/BLACKLIST-mei.conf
# Do not load the kernel mei modules, since they interfere with S3
blacklist mei-me

Can't take credit as I got the recommendation from fearless leader PV
Of course the configuration of the kernel must include
Code:

CONFIG_INTEL_MEI=m
CONFIG_INTEL_MEI_ME=m

built as modules so's we can blacklist them.
Hope that helps
John

Sorry! Should have included that my problem also include a flood of the lines below in syslog. However the last line of my and your kernel dump are identical.
Code:

Aug  3 09:57:55 linux kernel: [ 1172.798841] mei_me 0000:00:16.0: unexpected reset: dev_state = RESETTING
Aug  3 09:57:55 linux kernel: [ 1172.799750] mei_me 0000:00:16.0: reset: wrong host start response


danielldaniell 08-09-2013 08:57 AM

The blacklisting doesn't solve the intermittent panics for me, unfortunatelly.

brobr 08-09-2013 09:18 AM

On my box [intel i7-3632QM quad core with intel HD4000 graphics] no panic problems but ran into this bug when attaching external mass-storage (my phone) via an USB-cable

Quote:

[33775.957272] usb 1-1.2: new full-speed USB device number 9 using ehci-pci
[33776.050735] usb 1-1.2: unable to read config index 0 descriptor/start: -32
[33776.050748] usb 1-1.2: chopping to 0 config(s)
[33776.056111] usb 1-1.2: New USB device found, idVendor=0471, idProduct=1201
[33776.056119] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[33776.056132] usb 1-1.2: Product: SAMSUNG Mobile USB Modem
[33776.056133] usb 1-1.2: Manufacturer: Samsung
[33776.056134] usb 1-1.2: SerialNumber: 000000-00-000000
[33776.056301] usb 1-1.2: no configuration chosen from 0 choices
[33778.338009] usb 1-1.2: USB disconnect, device number 9
[33779.537274] usb 1-1.2: new full-speed USB device number 10 using ehci-pci
[33779.631620] usb 1-1.2: New USB device found, idVendor=04e8, idProduct=675a
[33779.631627] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[33779.631631] usb 1-1.2: Product: SAMSUNG Mobile USB Modem
[33779.631634] usb 1-1.2: Manufacturer: Samsung
[33779.631637] usb 1-1.2: SerialNumber: 000000-00-000000
[33779.633531] usb-storage 1-1.2:2.0: USB Mass Storage device detected
[33779.633689] scsi11 : usb-storage 1-1.2:2.0
[33780.635592] scsi 11:0:0:0: Direct-Access SAMSUNG B2100 0 2.00 PQ: 0 ANSI: 0
[33780.640632] scsi 11:0:0:1: Direct-Access SAMSUNG B2100 1 2.00 PQ: 0 ANSI: 0
[33780.643666] sd 11:0:0:0: [sdc] 15685632 512-byte logical blocks: (8.03 GB/7.47 GiB)
[33780.651830] sd 11:0:0:0: [sdc] Test WP failed, assume Write Enabled
[33780.654840] sd 11:0:0:1: [sdd] 16508 512-byte logical blocks: (8.45 MB/8.06 MiB)
[33780.660970] sd 11:0:0:0: [sdc] Asking for cache data failed
[33780.660973] sd 11:0:0:0: [sdc] Assuming drive cache: write through
[33780.666820] sd 11:0:0:1: [sdd] Test WP failed, assume Write Enabled
[33811.448291] usb 1-1.2: reset full-speed USB device number 10 using ehci-pci
[33811.551675] sd 11:0:0:1: [sdd] Asking for cache data failed
[33811.551679] sd 11:0:0:1: [sdd] Assuming drive cache: write through
[33842.454272] usb 1-1.2: reset full-speed USB device number 10 using ehci-pci
[33873.332232] usb 1-1.2: reset full-speed USB device number 10 using ehci-pci
[33904.338228] usb 1-1.2: reset full-speed USB device number 10 using ehci-pci
[33935.280275] usb 1-1.2: reset full-speed USB device number 10 using ehci-pci
[33966.287082] usb 1-1.2: reset full-speed USB device number 10 using ehci-pci
[33997.292107] usb 1-1.2: reset full-speed USB device number 10 using ehci-pci
[34028.234144] usb 1-1.2: reset full-speed USB device number 10 using ehci-pci
[34028.396849] sd 11:0:0:0: [sdc] Attached SCSI removable disk
[34028.406809] sd 11:0:0:1: [sdd] Attached SCSI removable disk
[34028.419333] sd 11:0:0:0: [sdc] 15685632 512-byte logical blocks: (8.03 GB/7.47 GiB)
[34028.424955] sd 11:0:0:0: [sdc] Test WP failed, assume Write Enabled
[34028.431205] sd 11:0:0:0: [sdc] Asking for cache data failed
[34028.431207] sd 11:0:0:0: [sdc] Assuming drive cache: write through
[34059.176029] usb 1-1.2: reset full-speed USB device number 10 using ehci-pci
......
On an USB3 bus it appeared exactly as a bug reported for 3.10.3:
http://comments.gmane.org/gmane.linux.usb.general/91405

Now I am trying this patch --which did not make it to 3.10.5:
http://marc.info/?l=linux-usb&m=137523956310060&w=2

.....

Ok, recompiled and rebooted..
.....

Yes, with the lines
Quote:

if (sdev->skip_vpd_pages)
goto fail;

added to <path-to-kernel-source>/drivers/scsi/scsi.c as described in the patch-file, my phone is now recognised.

Ser Olmy 08-09-2013 09:43 AM

Quote:

Originally Posted by danielldaniell (Post 5006264)
The blacklisting doesn't solve the intermittent panics for me, unfortunatelly.

From the screendump it seems the panic is related to the nouveau driver. I can't say I'm surprised, as several previous versions of that driver have caused hard lock-ups on some of my systems.

Have you tried the proprietary Nvidia drivers? The latest version should compile cleanly against a 3.10.5 kernel. Granted, these drivers have a few issues of their own, but that may not affect your particular card/chip.

danielldaniell 08-09-2013 09:51 AM

This laptop has two graphic cards, a discrete NVIDIA and an integrated Intel. I'm turning off the NVIDIA card during boot as soon as I can (via the /sys/kernel/debug/vgaswitcheroo/switch file), and just using the Intel. I don't want to have anything to do with NVIDIA cards, or with its proprietary drivers; if I could, I'd take that video card off of the laptop...

cwizardone 08-09-2013 10:40 AM

Quote:

Originally Posted by danielldaniell (Post 5006299)
...I don't want to have anything to do with NVIDIA cards, or with its proprietary drivers; if I could, I'd take that video card off of the laptop...

Sounds like a personal problem. :scratch: What did they do to you?

The 3.10.5 kernel, xorg 1.14.2, and the Nvidia 325.15 driver are working perfectly on this box (other than the audio volume problem that started after the 3.8.13 kernel).

dunric 08-09-2013 11:43 AM

Heh, me crashing too. The `mei' module issue is not yet fixed even in the last 3.10.5 kernel.
There are mei init/reset/timeout patches do work for some people. Look innocent, trying myself.

Kernel development has got some twists, also do not remember so many issues or so frequent crashes for the long time. Not only kernel but also other popular software like Firefox or GNOME are getting crippled in the recent past.

Tough decisions for Pat to avoid carrying-in instabilities in otherwise rock-solid Slackware.

Martinus2u 08-09-2013 12:33 PM

fwiw, one of my machines occasionally panics after resume (sometimes immediately, sometimes a minute later), and has been doing so since 3.9. However, since i use kernel patches and proprietary modules i don't have anyone to complain to...

edit: intel core i7 (bloomfield) system with nvidia blob

hitest 08-09-2013 01:07 PM

The 3.10.5 kernel is running fine for me on three slackware-current boxes(32 bit). The boxes have Intel video cards. All is well here.

Pentti Poytakangas 08-09-2013 02:00 PM

Hi!
I use S64-14_current with vmlinuz-3.10.5 in Asus I5 PC...Works fine.
Intel stuff work too ;)
First I use default .config file to compile.
So no problemas!

ReaperX7 08-09-2013 03:14 PM

Both my Slackware and LFS partitions use 3.10.5 without any issues at the moment. I'm even using the Slackware 3.10.5 config for LFS too.

astrogeek 08-09-2013 07:15 PM

Another testimonial... 3.10.5 is running here without issues on Phenom II/Nvidia.

guanx 08-09-2013 07:50 PM

I have a different experience. My 3.10 kernel crashes horribly as a VirtualBox (ver 4.2.16) guest (host is Windows 8) unless I turn off both pre-emption and dynamic tick. Looks like the OP's 3.10 crashes as a VirtualBox host, instead.

bassplayer69 08-09-2013 08:45 PM

I'm running current with 3.10.5 kernel as a guest OS, with guest additions installed, under virtualbox 4.2.16 r86992 with windows 7 ultimate as the host OS. I've not experience one issue with it. Runs flawlessly. I'm using the generic kernel too.

dr.s 08-11-2013 08:12 PM

Quote:

Originally Posted by AlleyTrotter (Post 5006248)
Same problem here!
I finally got it fixed by blacklisting module 'mei-me'
Code:

john@linux:~$ cat /etc/modprobe.d/BLACKLIST-mei.conf
# Do not load the kernel mei modules, since they interfere with S3
blacklist mei-me

Can't take credit as I got the recommendation from fearless leader PV
...
Sorry! Should have included that my problem also include a flood of the lines below in syslog. However the last line of my and your kernel dump are identical.
Code:

Aug  3 09:57:55 linux kernel: [ 1172.798841] mei_me 0000:00:16.0: unexpected reset: dev_state = RESETTING
Aug  3 09:57:55 linux kernel: [ 1172.799750] mei_me 0000:00:16.0: reset: wrong host start response


Thanks for pointing out the details about your syslog. I looked under /var/log/ and it turns out syslog's size has ballooned to 522MB in the past 2-3 days with millions of lines similar to the ones you posted above.
I just blacklisted mei-me as I had a second crash earlier today, will see how this goes.

dr.s 08-11-2013 08:14 PM

Quote:

Originally Posted by danielldaniell (Post 5006086)
This happens for me also, on a Dell Inspiron 5110. It would help if your image would be a bit more clear...

Shaky hands, and forgot to turn off the flash :D but the lines look almost identical to the ones in the image you posted.

dr.s 08-11-2013 08:28 PM

Quote:

Originally Posted by guanx (Post 5006605)
...Looks like the OP's 3.10 crashes as a VirtualBox host, instead.

Yes the crash occurs on a desktop running Slack current with 3.10.5 and is a VirtualBox host, not a guest.

dr.s 08-11-2013 08:37 PM

Quote:

Originally Posted by dunric (Post 5006181)
I'd suggest to temporarily disable/remove all non-stock kernel modules like virtualbox's or graphics adapter's and try if it would cause better stability. If you are running machine with an integrated Intel GA using the messy i915 driver you are probably out of luck as there were wild changes in recent past fixing various longstanding issues but bringing new ones. Some of the crap is fixed in 3.11.x but diffs cann't be applied to 3.10.x and devs are currently too busy/lazy/incompetent to backport them :(

The desktop is running the stock Slackware kernel and modules + VirtualBox as a host. If blacklisting module mei-me doesn't do it then I'd rather revert the kernel (3.2.x through 3.9.x have all been rock solid on that pc).

I'm monitoring another machine, a laptop with Intel HD 3000, running the same kernel (no issues so far).
Both machines seem to use the i915 driver, the desktop has an integrated Intel Graphics Media Accelerator, not sure if this is a different chip than the laptop's HD 3000 but so far the laptop has been very stable.

_ZeD_ 08-13-2013 11:47 PM

sigh.

I too had the same kernel crash.

Using a "stock" slackware-current, without binary blobs, nor virtualbox... my hardware is a sony vaio VPCEC4C5E with a radeon card.

This is the first time in... I don't know, 5+ years... then 2 times in 2 days... the first time I didn't notice, the second one I noticed the same "Worqueue: events mei_timer [mei]" present in the screen shot of the first message...

guanx 08-14-2013 08:07 AM

Does it crash with 3.10.6?

GazL 08-15-2013 04:39 AM

I know stats aren't the full story, and severity of bugs is just as if not more important than quantity, but does anyone else find the following somewhat scary on something that is supposed to be "stable"?
Code:

3.10.1:  25 files changed,  108 insertions(+),  57 deletions(-)
3.10.2:  84 files changed,  675 insertions(+), 235 deletions(-)
3.10.3: 100 files changed, 1113 insertions(+), 411 deletions(-)
3.10.4:  77 files changed,  839 insertions(+), 437 deletions(-)
3.10.5: 111 files changed, 1120 insertions(+), 697 deletions(-)
3.10.6: 115 files changed, 1183 insertions(+), 753 deletions(-)
3.10.7:  74 files changed,  633 insertions(+), 390 deletions(-)

On the plus side 3.10.7 ought to be much better than 3.10.0 was after that little lot, but how bad must 3.10.0 have been to need all that!

hitest 08-15-2013 08:06 AM

Maybe you folks will have better luck with 3.10.6.

Code:

Thu Aug 15 03:46:12 UTC 2013
a/dialog-1.2_20130523-i486-1.txz:  Upgraded.
a/kernel-generic-smp-3.10.6_smp-i686-1.txz:  Upgraded.
a/kernel-generic-3.10.6-i486-1.txz:  Upgraded.
a/kernel-huge-smp-3.10.6_smp-i686-1.txz:  Upgraded.
a/kernel-huge-3.10.6-i486-1.txz:  Upgraded.
a/kernel-modules-smp-3.10.6_smp-i686-1.txz:  Upgraded.
a/kernel-modules-3.10.6-i486-1.txz:  Upgraded.
d/kernel-headers-3.10.6_smp-x86-1.txz:  Upgraded.
k/kernel-source-3.10.6_smp-noarch-1.txz:  Upgraded.


astrogeek 08-15-2013 05:39 PM

Quote:

Originally Posted by hitest (Post 5009725)
Maybe you folks will have better luck with 3.10.6.

Code:

Thu Aug 15 03:46:12 UTC 2013
a/dialog-1.2_20130523-i486-1.txz:  Upgraded.
a/kernel-generic-smp-3.10.6_smp-i686-1.txz:  Upgraded.
a/kernel-generic-3.10.6-i486-1.txz:  Upgraded.
a/kernel-huge-smp-3.10.6_smp-i686-1.txz:  Upgraded.
a/kernel-huge-3.10.6-i486-1.txz:  Upgraded.
a/kernel-modules-smp-3.10.6_smp-i686-1.txz:  Upgraded.
a/kernel-modules-3.10.6-i486-1.txz:  Upgraded.
d/kernel-headers-3.10.6_smp-x86-1.txz:  Upgraded.
k/kernel-source-3.10.6_smp-noarch-1.txz:  Upgraded.


Or 3.10.7...

Code:

Thu Aug 15 21:23:13 UTC 2013
a/bash-4.2.045-i486-1.txz:  Upgraded.
a/kernel-generic-3.10.7-i486-1.txz:  Upgraded.
a/kernel-generic-smp-3.10.7_smp-i686-1.txz:  Upgraded.
a/kernel-huge-3.10.7-i486-1.txz:  Upgraded.
a/kernel-huge-smp-3.10.7_smp-i686-1.txz:  Upgraded.
a/kernel-modules-3.10.7-i486-1.txz:  Upgraded.
a/kernel-modules-smp-3.10.7_smp-i686-1.txz:  Upgraded.
d/kernel-headers-3.10.7_smp-x86-1.txz:  Upgraded.
k/kernel-source-3.10.7_smp-noarch-1.txz:  Upgraded.
extra/bash-completion/bash-completion-2.1-noarch-1.txz:  Upgraded.
extra/linux-3.10.7-nosmp-sdk/*:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.


hitest 08-15-2013 06:10 PM

Quote:

Originally Posted by astrogeek (Post 5010038)
Or 3.10.7...

Code:

Thu Aug 15 21:23:13 UTC 2013
a/bash-4.2.045-i486-1.txz:  Upgraded.
a/kernel-generic-3.10.7-i486-1.txz:  Upgraded.
a/kernel-generic-smp-3.10.7_smp-i686-1.txz:  Upgraded.
a/kernel-huge-3.10.7-i486-1.txz:  Upgraded.
a/kernel-huge-smp-3.10.7_smp-i686-1.txz:  Upgraded.
a/kernel-modules-3.10.7-i486-1.txz:  Upgraded.
a/kernel-modules-smp-3.10.7_smp-i686-1.txz:  Upgraded.
d/kernel-headers-3.10.7_smp-x86-1.txz:  Upgraded.
k/kernel-source-3.10.7_smp-noarch-1.txz:  Upgraded.
extra/bash-completion/bash-completion-2.1-noarch-1.txz:  Upgraded.
extra/linux-3.10.7-nosmp-sdk/*:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.


Just upgraded. Running well here. :)

Code:

Linux odin 3.10.7-smp #2 SMP Thu Aug 15 05:32:49 CDT 2013 i686 Intel(R) Pentium(R) D CPU 3.20GHz GenuineIntel GNU/Linux

zakame 08-16-2013 12:18 PM

Kernels 3.10.5 to 3.10.7 are not resuming from suspend on my personal ThinkPad X200, while it runs fine on my work's T420. Seems to be an issue on Core 2 Duo ThinkPads: https://bugzilla.redhat.com/show_bug.cgi?id=989373

sardinha 08-16-2013 12:56 PM

interesting news
 
Not only the 3.10.x series was being marked as LTS but will have too the new features of 3.11 and 3.12.

http://www.linuxfoundation.org/news-...ether-ltsi-310

volkerdi 08-16-2013 03:14 PM

Quote:

Originally Posted by zakame (Post 5010494)
Kernels 3.10.5 to 3.10.7 are not resuming from suspend on my personal ThinkPad X200, while it runs fine on my work's T420. Seems to be an issue on Core 2 Duo ThinkPads: https://bugzilla.redhat.com/show_bug.cgi?id=989373

Can you try blacklisting mei and mei-me and see if that helps? If it does, we might blacklist those two modules by default.

dr.s 08-16-2013 05:15 PM

Quote:

Originally Posted by volkerdi (Post 5010570)
Can you try blacklisting mei and mei-me and see if that helps? If it does, we might blacklist those two modules by default.

Blacklisting mei-me fixed the crashes on 3.10.5

As of yesterday, I upgraded to 3.10.7 and re-enabled mei-me. So far this is going well. I checked syslog and it's clean, the mei-me errors that flooded syslog with millions of lines on 3.10.5 are gone now.

Anyone knows the purpose of mei/mei-me modules? this desktop worked very smoothly without them :D

willysr 08-16-2013 05:45 PM

Quote:

Originally Posted by dr.s (Post 5010639)
Anyone knows the purpose of mei/mei-me modules? this desktop worked very smoothly without them :D

Another driver from Intel: http://lwn.net/Articles/440292/

AlleyTrotter 08-17-2013 12:35 PM

Still Here
 
Quote:

Originally Posted by volkerdi (Post 5010570)
Can you try blacklisting mei and mei-me and see if that helps? If it does, we might blacklist those two modules by default.

On a fresh install of current (Sat Aug 17 03:30:00 UTC 2013) immediately upon resume from S3 I still get the mei-me flood to /var/log/syslog.
Blacklisting the two modules eliminates the problem, however from lspci my machine has the chip for mei
Code:

00:16.0 Communication controller: Intel Corporation Panther Point MEI Controller #1 (rev 04)
On a brighter note, Now current with 3.10.7 properly enumerates all my external USB devices in dmesg
I will be testing current further as time goes by.
John

dr.s 08-19-2013 09:06 PM

Clean syslog and no crashes so far, marking as solved.

_ZeD_ 08-20-2013 04:36 AM

unfortunately I encountered a crash with the 3.10.7 kernel :(

dunric 08-20-2013 06:13 AM

I can also confirm kernel crash even with Linux 3.10.7 . Sometimes attempt to suspend/hibernate only kills X server followed by an immediate resume without any message in syslog that would describe the issue.

dr.s 08-20-2013 06:28 PM

I guess I posted too soon, just had the first 3.10.7 crash on this machine with the now familiar mei-me message flood in syslog, blacklisting this module again.

GazL 08-20-2013 06:50 PM

I see greg has just put out a 3.10.8 rapidly followed by a 3.10.9.

AlleyTrotter 08-20-2013 09:11 PM

Quote:

Originally Posted by GazL (Post 5012777)
I see greg has just put out a 3.10.8 rapidly followed by a 3.10.9.

A quick grep -i mei-me shows nothing in either changelog.
So my guess is I'm still waiting for a fix. Fortunately PV's recommendation to blacklist the mei-me module is a good temporary fix. I will still give the 3.10.9 a try.
john

zakame 08-20-2013 09:30 PM

Quote:

Originally Posted by volkerdi (Post 5010570)
Can you try blacklisting mei and mei-me and see if that helps? If it does, we might blacklist those two modules by default.

Hi volkerdi, sorry for the late response. Just tried blacklisting the modules and even modprobe -r them immediately to do a quick suspend, it seems to work as I'm typing this response upon resume (actually I did this a couple of times to confirm) :D Thanks!

GazL 08-21-2013 04:04 AM

Quote:

Originally Posted by AlleyTrotter (Post 5012837)
A quick grep -i mei-me shows nothing in either changelog.
So my guess is I'm still waiting for a fix. Fortunately PV's recommendation to blacklist the mei-me module is a good temporary fix. I will still give the 3.10.9 a try.
john

Yep. I guess it all depends on whether the mei--me code is the primary cause of the fault, or just a secondary victim of another bug elsewhere in the kernel. Having had a quick read through the Changelog there look to be a number of important fixes in this batch, so worth having all the same.

AlleyTrotter 08-21-2013 06:26 PM

Yes I gave 3.10.9 a try.
Hope springs eternal.
But no cigar.
Failed after first resume from S3 with the mei-me flood
john

dr.s 08-21-2013 08:37 PM

Looks like mei/mei-me are gone as of the latest slackware-current updates (Aug. 21 --> 3.10.9)

AlleyTrotter 08-22-2013 08:34 PM

Quote:

Originally Posted by dr.s (Post 5013511)
Looks like mei/mei-me are gone as of the latest slackware-current updates (Aug. 21 --> 3.10.9)

Your right it is gone for Slackware.
The bug is not fixed. What PV has done is no longer build the module in his .config i.e.
Code:

# CONFIG_INTEL_MEI is not set
# CONFIG_INTEL_MEI_ME is not set

which works for me as I already had it blacklisted. For now probably the best workaround unless the module is needed for something. I still don't know what it is used for even though my i5 lists it under lspci
john

AlleyTrotter 08-29-2013 04:54 PM

Just a quick report.
3.10.10 fixes the mei-me flood after resume from S3

I built it back into 3.10.10 as modules (mei-me) (mei)
Removed the Blacklist
I can S3 suspend and resume as many times as I like and no flood.
I still don't know what it is used for even though my i5 lists it under lspci

John
If anyone is still having MEI problems there is an additional fix in 3.10.11

dr.s 09-23-2013 05:46 PM

Marking this thread as solved (since introduction of 3.10.9).

zakame 10-21-2013 08:23 PM

The flood is back on 3.10.17 on Slackware 14.1 rc2, ThinkPad T420:

Code:

root@yorozuya:~# dmesg | tail
[ 1453.615498] mei_me 0000:00:16.0: reset: unexpected enumeration response hbm.
[ 1453.615500] mei_me 0000:00:16.0: unexpected reset: dev_state = RESETTING
[ 1453.615516] mei_me 0000:00:16.0: reset: wrong host start response
[ 1453.615518] mei_me 0000:00:16.0: unexpected reset: dev_state = RESETTING
[ 1453.615531] mei_me 0000:00:16.0: reset: unexpected enumeration response hbm.
[ 1453.615533] mei_me 0000:00:16.0: unexpected reset: dev_state = RESETTING
[ 1453.615564] mei_me 0000:00:16.0: reset: wrong host start response
[ 1453.615566] mei_me 0000:00:16.0: unexpected reset: dev_state = RESETTING
[ 1453.615579] mei_me 0000:00:16.0: reset: unexpected enumeration response hbm.
[ 1453.615581] mei_me 0000:00:16.0: unexpected reset: dev_state = RESETTING
root@yorozuya:~# uname -a
Linux yorozuya 3.10.17 #1 SMP Sun Oct 20 16:12:18 CDT 2013 x86_64 Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz GenuineIntel GNU/Linux
root@yorozuya:~# ls /var/log/packages/kernel-*
/var/log/packages/kernel-firmware-20131008git-noarch-1
/var/log/packages/kernel-generic-3.10.17-x86_64-2
/var/log/packages/kernel-headers-3.10.17-x86-2
/var/log/packages/kernel-huge-3.10.17-x86_64-2
/var/log/packages/kernel-modules-3.10.17-x86_64-2
/var/log/packages/kernel-source-3.10.17-noarch-2

Calling Master Chief...

willysr 10-21-2013 09:25 PM

There's no changes in mei modules in 3.10.16 and also 3.10.17 ChangeLog, however, there seems to be changes in 3.10.15 and i think this is the related commit

Quote:

commit 51d4e0771c3c69bb021d3052433e49effa6e4f65
Author: Alexander Usyskin <alexander.usyskin@intel.com>
Date: Mon Sep 2 13:29:47 2013 +0300

mei: cancel stall timers in mei_reset

commit 4a704575cc1afb3b848f096778fa9b8d7b3d5813 upstream.

Unset init_clients_timer and amthif_stall_timers
in mei_reset in order to cancel timer ticking and hence
avoid recursive reset calls.

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

DragonWisard 10-23-2013 08:30 AM

Quote:

Originally Posted by zakame (Post 5050082)
The flood is back on 3.10.17 on Slackware 14.1 rc2, ThinkPad T420:
...

I'm seeing the same thing with Slackware64 14.1rc2 on a ThinkPad T520. I actually noticed this issue for the first time on 3.10.17, and this is not the first time I're resumed on this kernel. Seems like this is an intermittent issue.

I've blacklisted the mei_me module.


All times are GMT -5. The time now is 09:24 PM.