This is still an issue with 4.2.0-35-generic. This is a very simple change that just requires a couple of additions to the device id quirk table:
https://lkml.org/lkml/2015/12/11/165 for Broadwell https://lkml.org/lkml/2016/1/27/905 for Haswell-ULT This is how it looks in 4.5: 342 /* Device IDs of parts that have 32KB MCH space */ 343 static const unsigned int mch_quirk_devices[] = { 344 0x0154, /* Ivy Bridge */ 345 0x0a04, /* Haswell-ULT */ 346 0x0c00, /* Haswell */ 347 0x1604, /* Broadwell */ 348 }; Can we please get these two extra lines added to the kernels shipped on trusty? Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1510962 Title: Module ioremap seems to crash at booting time. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1510962/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
