I think i found by bug's source patch which caused the issue, and Here's a very specific bisect result:
git bisect start 'drivers/acpi/scan.c' # bad: [08acd4f8af42affd8cbed81cc1b69fa12ddb213f] Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 git bisect bad 08acd4f8af42affd8cbed81cc1b69fa12ddb213f # good: [ce52ddf58cbc2c40f5f08d37d2217945e4d5adf3] ACPI: EC: Don't delete boot EC git bisect good ce52ddf58cbc2c40f5f08d37d2217945e4d5adf3 # bad: [729b2bdbfa19dd9be98dbd49caf2773b3271cc24] ACPI : Disable the device's ability to wake the sleeping system in the boot phase git bisect bad 729b2bdbfa19dd9be98dbd49caf2773b3271cc24 # good: [5c9fcb5deef4d3a49798d76c48b726d2e3c7df72] ACPI: fix a regression of ACPI device driver autoloading git bisect good 5c9fcb5deef4d3a49798d76c48b726d2e3c7df72 and this is based on when a general kernel bisect with the previously mentioned start and stop points did not break until this commit: # bad: [96916090f488986a4ebb8e9ffa6a3b50881d5ccd] Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release git bisect bad 96916090f488986a4ebb8e9ffa6a3b50881d5ccd -- acpi_irq is not set properly. https://bugs.launchpad.net/bugs/338701 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
