Page MenuHomeSolus

BUG Kernel hangs system randomly with the 4.8.x and 4.9.x line
Closed, ResolvedPublic

Description

I recently upgraded my system from a older (failing) motherboard and FX 4100 to a new motherboard and FX-6300, and after the upgrade, the 4.8.x and 4.9.x versions of the kernel randomly hang and takes my UEFI/BIOS settings with the system when it hangs.

I did some digging and the kernel seems to not like my SMBus controller, as with the line

Jan 30 20:16:01 linuxbox kernel: IO_PAGE_FAULT device=00:14.4 domain=0x000a address=0x00000000ffaa9000 flags=0x0000]

appears at least four times (before I added a kernel parameter, being 'iommu=soft', to my grub.cfg

and the IO_PAGE_FAULT device= corresponds to "SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 42)" So it's having issues with my pci bus. This bug does not appear with anything before 4.8, and any other OS (OS X, Windows, BSD).

Event Timeline

dragynbane222 renamed this task from Kernel hangs system randomly with the 4.8.x and 4.9.x line to BUG Kernel hangs system randomly with the 4.8.x and 4.9.x line.Jan 31 2017, 5:17 AM
dragynbane222 created this task.

Can you try booting with iommu=soft as a boot param and seeing if this prevails?

that's what I've been doing since I found the issue was what it is.

So does it fix your issue or not.. ?

Ikey, it fixes the issue, this bug report is mainly to let devs know the issue exists. I tend to troubleshoot what I can before submitting bug reports to make sure it's not a case of PEBCAD.

Great. me = Solus founder, btw. :)

DataDrake claimed this task.
DataDrake added a subscriber: DataDrake.

Marking resolved since it is fixed. Should help others, so thank you for reporting!