Advertisement
Guest User

Untitled

a guest
May 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. git bisect start
  2. # bad: [49f9ae92af54217fd9821a7613342178893a72af] Linux 4.3.6
  3. git bisect bad 49f9ae92af54217fd9821a7613342178893a72af
  4. # good: [5f5c1db041b45cb74da1c842e13866afcb33975c] Linux 4.2.8
  5. git bisect good 5f5c1db041b45cb74da1c842e13866afcb33975c
  6. # good: [5f5c1db041b45cb74da1c842e13866afcb33975c] Linux 4.2.8
  7. git bisect good 5f5c1db041b45cb74da1c842e13866afcb33975c
  8. # good: [64291f7db5bd8150a74ad2036f1037e6a0428df2] Linux 4.2
  9. git bisect good 64291f7db5bd8150a74ad2036f1037e6a0428df2
  10. # good: [88a99886c26fec8bf662e7b6bc080431a8660326] Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
  11. git bisect good 88a99886c26fec8bf662e7b6bc080431a8660326
  12. # good: [88a99886c26fec8bf662e7b6bc080431a8660326] Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
  13. git bisect good 88a99886c26fec8bf662e7b6bc080431a8660326
  14. # bad: [9a9952bbd76a13fc2c95c28f09ba1801a3664929] Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
  15. git bisect bad 9a9952bbd76a13fc2c95c28f09ba1801a3664929
  16. # bad: [9a9952bbd76a13fc2c95c28f09ba1801a3664929] Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
  17. git bisect bad 9a9952bbd76a13fc2c95c28f09ba1801a3664929
  18. # bad: [73bf1b7be7aab60d7c651402441dd0b0b4991098] Merge branch 'drm-next-4.3' of git://people.freedesktop.org/~agd5f/linux into drm-next
  19. git bisect bad 73bf1b7be7aab60d7c651402441dd0b0b4991098
  20. # bad: [73bf1b7be7aab60d7c651402441dd0b0b4991098] Merge branch 'drm-next-4.3' of git://people.freedesktop.org/~agd5f/linux into drm-next
  21. git bisect bad 73bf1b7be7aab60d7c651402441dd0b0b4991098
  22. # good: [c13dcf9f2d6f5f06ef1bf79ec456df614c5e058b] Linux 4.2-rc8
  23. git bisect good c13dcf9f2d6f5f06ef1bf79ec456df614c5e058b
  24. # good: [c13dcf9f2d6f5f06ef1bf79ec456df614c5e058b] Linux 4.2-rc8
  25. git bisect good c13dcf9f2d6f5f06ef1bf79ec456df614c5e058b
  26. # bad: [3ff8e5090c337a4eb26952d68587f450e012bd72] Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
  27. git bisect bad 3ff8e5090c337a4eb26952d68587f450e012bd72
  28. # skip: [cd25dd5b766858b730af00d5b2bbaf6ad2b80c27] drm/i915: Update PM interrupts before updating the freq
  29. git bisect skip cd25dd5b766858b730af00d5b2bbaf6ad2b80c27
  30. # skip: [8a8edb59172983a7c4aa46ab35b5a23a49c729c5] drm/i915: Update execbuffer_move_to_active() to take a request structure
  31. git bisect skip 8a8edb59172983a7c4aa46ab35b5a23a49c729c5
  32. # skip: [1f7457b135b075e7a60c9133723363045084c333] drm/i915: Fix noatomic crtc disabling, v2.
  33. git bisect skip 1f7457b135b075e7a60c9133723363045084c333
  34. # good: [22801f76fa59870aed2c0b8a4eb6c8d6993347ae] drm/radeon: Modify kgd_engine_type enum to match CZ
  35. git bisect good 22801f76fa59870aed2c0b8a4eb6c8d6993347ae
  36. # good: [22801f76fa59870aed2c0b8a4eb6c8d6993347ae] drm/radeon: Modify kgd_engine_type enum to match CZ
  37. git bisect good 22801f76fa59870aed2c0b8a4eb6c8d6993347ae
  38. # good: [2c6625cd545bdd66acff14f3394865d43920a5c7] Linux 4.2-rc7
  39. git bisect good 2c6625cd545bdd66acff14f3394865d43920a5c7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement