Comment 86 for bug 881830

Revision history for this message
penalvch (penalvch) wrote :

Lars Noodén, thank you for working on the bisect. Regarding your comments https://bugs.launchpad.net/ubuntu/+source/linux/+bug/881830/comments/85 :

Looking at http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-natty.git;a=shortlog;pg=8 you may have fallen into the non-linear commit pit trap https://wiki.ubuntu.com/Kernel/KernelBisection#Commit_bisecting_Ubuntu_kernel_versions_across_non-linear_tags . Could you please execute the following in a terminal and post the results:
git rev-list Ubuntu-2.6.38-8.40 | \
grep $(git log --pretty=oneline -1 Ubuntu-2.6.38-7.39 | cut -d' ' -f1)

Thank you for your understanding.