Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. # pwd [19:26]
  2. /home/jose/linux-git
  3. # git bisect reset [19:26]
  4. Previous HEAD position was 12e27be... drm/radeon/kms: fix radeon mid power profile reporting
  5. Switched to branch 'master'
  6. Your branch is ahead of 'origin/master' by 1 commit.
  7. # git checkout -f [19:26]
  8. Your branch is ahead of 'origin/master' by 1 commit.
  9. # git bisect start [19:26]
  10. # git bisect bad v2.6.35 [19:26]
  11. # git bisect good v2.6.34 [19:27]
  12. Bisecting: 5279 revisions left to test after this (roughly 12 steps)
  13. [e0bc5d4a54938eedcde14005210e6c08aa9727e4] Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
  14. # git bisect good [19:28]
  15. Bisecting: 2639 revisions left to test after this (roughly 11 steps)
  16. [d30fda355188272430d3865db2ff9e24b4135ae3] posix-cpu-timers: avoid "task->signal != NULL" checks
  17. # r [19:28]
  18. git bisect good
  19. Bisecting: 1303 revisions left to test after this (roughly 10 steps)
  20. [9a9620db07b27700a4de9e86985735fffb78e2f8] Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7core
  21. # r [19:28]
  22. git bisect good
  23. Bisecting: 651 revisions left to test after this (roughly 9 steps)
  24. [985b823b919273fe1327d56d2196b4f92e5d0fae] drm/i915: fix hibernation since i915 self-reclaim fixes
  25. # r [19:28]
  26. git bisect good
  27. Bisecting: 325 revisions left to test after this (roughly 8 steps)
  28. [9aebbdb637a73a6092e1456ebb4a2df32cc1f611] x86, numa: fix boot without RAM on node0 again
  29. # r [19:28]
  30. git bisect good
  31. Bisecting: 162 revisions left to test after this (roughly 7 steps)
  32. [c222fb2efaf1a421f5bf74403df40a9384ccf516] USB: usb-storage: fix initializations of urb fields
  33. # r [19:28]
  34. git bisect good
  35. Bisecting: 85 revisions left to test after this (roughly 6 steps)
  36. [33fea794b9deeb8ffb77e284eb37375b8f45a2c4] [S390] etr: fix clock synchronization race
  37. # r [19:28]
  38. git bisect good
  39. Bisecting: 41 revisions left to test after this (roughly 6 steps)
  40. [8785eb1e7ca0292c04007fc7768e1599e0c6cef3] Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
  41. # r [19:28]
  42. git bisect good
  43. Bisecting: 20 revisions left to test after this (roughly 4 steps)
  44. [cfb506e1d330387dfaf334dd493b3773d388863d] NFS: Ensure that writepage respects the nonblock flag
  45. # r [19:28]
  46. git bisect good
  47. Bisecting: 10 revisions left to test after this (roughly 3 steps)
  48. [f2d2420bbf4bb125ea5f2e1573d4da6b668fc78a] SA1111: Eliminate use after free
  49. # r [19:28]
  50. git bisect good
  51. Bisecting: 5 revisions left to test after this (roughly 3 steps)
  52. [1cf66e16160653b4ac92e3ada57fc0bc48798145] Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
  53. # git bisect bad [19:28]
  54. Bisecting: 2 revisions left to test after this (roughly 1 step)
  55. [a4967de6cbb260ad0f6612a1d2035e119ef1578f] drm/edid: Fix the HDTV hack sync adjustment
  56. # r [19:29]
  57. git bisect bad
  58. Bisecting: 0 revisions left to test after this (roughly 0 steps)
  59. [12e27be852db6d3e701e5563f394d6c7aa7aa778] drm/radeon/kms: fix radeon mid power profile reporting
  60. # r [19:29]
  61. git bisect bad
  62. 12e27be852db6d3e701e5563f394d6c7aa7aa778 is the first bad commit
  63. commit 12e27be852db6d3e701e5563f394d6c7aa7aa778
  64. Author: Daniel J Blueman <daniel.blueman@gmail.com>
  65. Date: Wed Jul 28 12:25:58 2010 +0100
  66.  
  67. drm/radeon/kms: fix radeon mid power profile reporting
  68.  
  69. Fix incorrectly reporting 'default' power profile, when it is set to 'mid'.
  70.  
  71. Signed-off-by: Daniel J Blueman <daniel.blueman@gmail.com>
  72. Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
  73. Signed-off-by: Dave Airlie <airlied@redhat.com>
  74.  
  75. :040000 040000 75f2508680e1534803e968592344357221fcad52 a651d8d634b702ecf6f8282a4c908e86b030c88b M drivers
  76. # git bisect log [19:29]
  77. git bisect start
  78. # bad: [9fe6206f400646a2322096b56c59891d530e8d51] Linux 2.6.35
  79. git bisect bad 9fe6206f400646a2322096b56c59891d530e8d51
  80. # good: [e40152ee1e1c7a63f4777791863215e3faa37a86] Linus 2.6.34
  81. git bisect good e40152ee1e1c7a63f4777791863215e3faa37a86
  82. # good: [e0bc5d4a54938eedcde14005210e6c08aa9727e4] Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
  83. git bisect good e0bc5d4a54938eedcde14005210e6c08aa9727e4
  84. # good: [d30fda355188272430d3865db2ff9e24b4135ae3] posix-cpu-timers: avoid "task->signal != NULL" checks
  85. git bisect good d30fda355188272430d3865db2ff9e24b4135ae3
  86. # good: [9a9620db07b27700a4de9e86985735fffb78e2f8] Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7core
  87. git bisect good 9a9620db07b27700a4de9e86985735fffb78e2f8
  88. # good: [985b823b919273fe1327d56d2196b4f92e5d0fae] drm/i915: fix hibernation since i915 self-reclaim fixes
  89. git bisect good 985b823b919273fe1327d56d2196b4f92e5d0fae
  90. # good: [9aebbdb637a73a6092e1456ebb4a2df32cc1f611] x86, numa: fix boot without RAM on node0 again
  91. git bisect good 9aebbdb637a73a6092e1456ebb4a2df32cc1f611
  92. # good: [c222fb2efaf1a421f5bf74403df40a9384ccf516] USB: usb-storage: fix initializations of urb fields
  93. git bisect good c222fb2efaf1a421f5bf74403df40a9384ccf516
  94. # good: [33fea794b9deeb8ffb77e284eb37375b8f45a2c4] [S390] etr: fix clock synchronization race
  95. git bisect good 33fea794b9deeb8ffb77e284eb37375b8f45a2c4
  96. # good: [8785eb1e7ca0292c04007fc7768e1599e0c6cef3] Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
  97. git bisect good 8785eb1e7ca0292c04007fc7768e1599e0c6cef3
  98. # good: [cfb506e1d330387dfaf334dd493b3773d388863d] NFS: Ensure that writepage respects the nonblock flag
  99. git bisect good cfb506e1d330387dfaf334dd493b3773d388863d
  100. # good: [f2d2420bbf4bb125ea5f2e1573d4da6b668fc78a] SA1111: Eliminate use after free
  101. git bisect good f2d2420bbf4bb125ea5f2e1573d4da6b668fc78a
  102. # bad: [1cf66e16160653b4ac92e3ada57fc0bc48798145] Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
  103. git bisect bad 1cf66e16160653b4ac92e3ada57fc0bc48798145
  104. # bad: [a4967de6cbb260ad0f6612a1d2035e119ef1578f] drm/edid: Fix the HDTV hack sync adjustment
  105. git bisect bad a4967de6cbb260ad0f6612a1d2035e119ef1578f
  106. # bad: [12e27be852db6d3e701e5563f394d6c7aa7aa778] drm/radeon/kms: fix radeon mid power profile reporting
  107. git bisect bad 12e27be852db6d3e701e5563f394d6c7aa7aa778
  108. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement