Re: [Bug 41722] Clevo M5X0JE hangs in ACPI init

From: Yinghai Lu
Date: Thu Jan 19 2012 - 11:12:56 EST


2012/1/19 Rogério Brito <rbrito@xxxxxxxxxx>:
>> yes, please esp need patch.
>>
>> http://git.kernel.org/?p=linux/kernel/git/yinghai/linux-yinghai.git;a=commitdiff;h=e3a7a7d4ea1b6a2be82ef454096aff7856c14de5
>
> With CONFIG_BOOT_PRINTK_DELAY enabled and with "boot_delay=500" on the
> command line, I checked out the for-pci2 branch of your tree and this
> is what I get:
>
>    http://youtu.be/bWEme7iFD7g
>
> If you want me to, say, recompile Linus's vanilla tree with only a few
> selected patches, please let me know. I will now try to test some
> other combinations of the options passed to the kernel.

resource allocating for transparent bridge resizing works well and as expected.

looks like quirk for usb hand off cause problem.

can you try another branch in my tree?

git://git.kernel.org/pub/scm/linux/kernel/git/yinghai/linux-yinghai.git
usb_smi_disable_early

it will do usb hand off very early.

you can do:

mkdir linux-2.6 || exit -1
cd linux-2.6

git init-db
# Add Linus's tree as a remote
git remote add linus
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git

git remote add yinghai
git://git.kernel.org/pub/scm/linux/kernel/git/yinghai/linux-yinghai.git

git remote update

later will only do:

git remote update

git checkout -b rb_2012_01_19a linus/master
git merge yinghai/usb_smi_disable_early


Thanks

Yinghai
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/