Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#49724 - [linux] 4.6.x modprobe nct6775 stuck in uninterruptible sleep
Attached to Project:
Arch Linux
Opened by Riri (chicha) - Wednesday, 15 June 2016, 18:49 GMT
Last edited by Eli Schwartz (eschwartz) - Wednesday, 04 October 2017, 00:01 GMT
Opened by Riri (chicha) - Wednesday, 15 June 2016, 18:49 GMT
Last edited by Eli Schwartz (eschwartz) - Wednesday, 04 October 2017, 00:01 GMT
|
DetailsDescription:
nct6775 is a hardware monitoring module (fan and voltage). Since kernel 4.6.2-1 modprobe nct6775 is stuck ending in an uninterruptible sleep, forcing to hard reboot the server (Intel NUC 5I3RYK). Additional info: * linux 4.6.2-1 * downgrading to 4.5.4-1 fixes the issue * dmesg for both kernels added in attachment. Steps to reproduce: * upgrade ot linux 4.6.2-1 * modprobe nct6775 * modprobe is stuck. * sensors do not report data from nct6775. * downgrade to linux 4.5.4-1 * hard reboot (unplug the server, long press to stop button, ...) * modprobe nct6775 * sensors report data from nct6775 correctly. Nothing mentioned on the topic on lkml or kernel's bugzilla so far. Looking at the diff from kernel's arch config I do not see any evident clue for this issue. Maybe someone here can help ? Thank you very much in advance to all of you. Cheers, CH. |
This task depends upon
Closed by Eli Schwartz (eschwartz)
Wednesday, 04 October 2017, 00:01 GMT
Reason for closing: Fixed
Additional comments about closing: This is fixed in the latest kernel package.
Wednesday, 04 October 2017, 00:01 GMT
Reason for closing: Fixed
Additional comments about closing: This is fixed in the latest kernel package.
thank you very much for your reply.
I reproduced the bug with linux 4.6.3 too unfortunately.
As suggested by michi on the forum I added modules coretemp and nct6775 to the MODULES in mkinitcpio.conf and it fixes the issue.
I am definitely not an expert of initramfs/kernel compilation, but with this new fact do you see an issue on Arch kernel side or you still recommend to report the issue upstream ?
Cheers,
CH.
i'm quite certain this is an upstream issue. if you're unwilling / unable to report upstream, reply, and i'll do so.
Cheers
Peter
I am really sorry, I totally forgot to test with newer kernels and come back to you all guys.
You did well ping the thread: I just tested with 4.13.3-1-ARCH and it worked like a charm.
Definitely a kernel regression upstream.
Thanks to all of you for your comments and support.
Cheers,
CH.