git bisect start # bad: [29594404d7fe73cd80eaa4ee8c43dcc53970c60e] Linux 3.7 git bisect bad 29594404d7fe73cd80eaa4ee8c43dcc53970c60e # good: [a0d271cbfed1dd50278c6b06bead3d00ba0a88f9] Linux 3.6 git bisect good a0d271cbfed1dd50278c6b06bead3d00ba0a88f9 # good: [d66e6737d454553e1e62109d8298ede5351178a4] Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 git bisect good d66e6737d454553e1e62109d8298ede5351178a4 # good: [e1b28147f684af67bfac989756c27c19859d3d4e] Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux git bisect good e1b28147f684af67bfac989756c27c19859d3d4e # bad: [37820108f395032e850e400139d956561a043c26] Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc git bisect bad 37820108f395032e850e400139d956561a043c26 # good: [4f1cd91497774488ed16119ec3f54b3daf1561de] Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media git bisect good 4f1cd91497774488ed16119ec3f54b3daf1561de # good: [9db908806b85c1430150fbafe269a7b21b07d15d] Merge tag 'md-3.7' of git://neil.brown.name/md git bisect good 9db908806b85c1430150fbafe269a7b21b07d15d # bad: [43c422eda99b894f18d1cca17bcd2401efaf7bd0] apparmor: fix apparmor OOPS in audit_log_untrustedstring+0x1c/0x40 git bisect bad 43c422eda99b894f18d1cca17bcd2401efaf7bd0 # good: [2384d6aa079de7c16c7877220d3cd4c6f4f50767] bnx2x: fix handling mf storage modes git bisect good 2384d6aa079de7c16c7877220d3cd4c6f4f50767 # bad: [8a00b6af4cc547725f231c8367ddc7cb56b2cf76] nouveau: fix warning on 32-bit build. git bisect bad 8a00b6af4cc547725f231c8367ddc7cb56b2cf76 # bad: [3459f6204730fc3c0e44059296f6daa592e8c8d6] Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes git bisect bad 3459f6204730fc3c0e44059296f6daa592e8c8d6 # good: [9169d3a88072b20f42e68a946e916bd7dfbc7f2c] drm/i915: disable wc gtt pte mappings on gen2 git bisect good 9169d3a88072b20f42e68a946e916bd7dfbc7f2c # bad: [4afa0ace429624fde392b29d05a803672a41192e] drm/i915/dvo-ch7xxx: fix get_hw_state git bisect bad 4afa0ace429624fde392b29d05a803672a41192e # bad: [fa55583797d12b10928a1813f3dcf066637caf5e] drm/i915: fixup the plane->pipe fixup code git bisect bad fa55583797d12b10928a1813f3dcf066637caf5e # good: [ccd0d36e2a8ab8b4d314ff87779366ada33ffe00] drm/i915: rip out the pipe A quirk for i855gm git bisect good ccd0d36e2a8ab8b4d314ff87779366ada33ffe00 fa55583797d12b10928a1813f3dcf066637caf5e is the first bad commit commit fa55583797d12b10928a1813f3dcf066637caf5e Author: Daniel Vetter Date: Wed Oct 10 23:14:00 2012 +0200 drm/i915: fixup the plane->pipe fixup code We need to check whether the _other plane is on our pipe, not whether our plane is on the other pipe. Otherwise if not both pipes/planes are active, we won't properly clean up the mess and set up our desired plane->pipe mapping. v2: Fixup the logic, I've totally fumbled it. Noticed by Chris Wilson. v3: I've checked Bspec, and the flexible plane->pipe mapping is a gen2/3 feature, so test for that instead of PCH_SPLIT v4: Check whether we indeed have 2 pipes before checking the other pipe, to avoid upsetting i845g/i865g. Noticed by Chris Wilson. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=51265 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=49838 Tested-by: Dave Airlie Tested-by: Chris Wilson #855gm Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter :040000 040000 4f0c4f6872cbbfd8a19106b81acf8462ff638dd2 ef15e94a1c6215e862ed219acb0448ca3d8a0ee7 M drivers