Comment 6 for bug 1322983

Revision history for this message
simone (urrfaust) wrote :

Ok I have identified the working commit from rc6:

git bisect start
# good: [d6d211db37e75de2ddc3a4f979038c40df7cc79c] Linux 3.15-rc5
git bisect good d6d211db37e75de2ddc3a4f979038c40df7cc79c
# bad: [4b660a7f5c8099d88d1a43d8ae138965112592c7] Linux 3.15-rc6
git bisect bad 4b660a7f5c8099d88d1a43d8ae138965112592c7
# good: [60b5f90d0fac7585f1a43ccdad06787b97eda0ab] Merge tag 'sound-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
git bisect good 60b5f90d0fac7585f1a43ccdad06787b97eda0ab
# bad: [b2e3432af1546a9f44a8278a8a91abfbd439259e] Merge tag 'spi-v3.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
git bisect bad b2e3432af1546a9f44a8278a8a91abfbd439259e

WHat next?