Skip to content

Instantly share code, notes, and snippets.

Created October 11, 2016 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1c612fd6238888cc17f97d6e8a61a3a2 to your computer and use it in GitHub Desktop.
Save anonymous/1c612fd6238888cc17f97d6e8a61a3a2 to your computer and use it in GitHub Desktop.
git bisect start
# good: [4e03af8ec2d497e725566a91fd5c19dd604c18a6] [autoboot] Display image information as part of the default control flow
git bisect good 4e03af8ec2d497e725566a91fd5c19dd604c18a6
# bad: [04186319181298083ef28695a8309028b26fe83c] [thunderx] Fix compilation with older versions of gcc
git bisect bad 04186319181298083ef28695a8309028b26fe83c
# good: [7544763626d67b352d4b1440336080d63c0be0b7] [infiniband] Avoid multiple calls to ib_cmrc_shutdown()
git bisect good 7544763626d67b352d4b1440336080d63c0be0b7
# good: [97c3f6e55a941a3caf3a0a36346d2e89f5a7b283] [iscsi] Include DHCP server address in iBFT
git bisect good 97c3f6e55a941a3caf3a0a36346d2e89f5a7b283
# bad: [17c6f322eef5e0a2250a89b140486cf07598d2fa] [arm] Add support for 64-bit ARM (Aarch64)
git bisect bad 17c6f322eef5e0a2250a89b140486cf07598d2fa
# good: [b696a5063e80aa68cb064a8ac0098edd31632555] [image] Skip misleading "format not recognised" error message
git bisect good b696a5063e80aa68cb064a8ac0098edd31632555
# bad: [65b32a0b7000f70a5bb1d33190d40f9b04c93172] [sis190] Fix building with GCC 6
git bisect bad 65b32a0b7000f70a5bb1d33190d40f9b04c93172
# bad: [9f91df422b9ec7f1db493ea2fe333d8e609b58f9] [build] Remove unnecessary dependency on zlib
git bisect bad 9f91df422b9ec7f1db493ea2fe333d8e609b58f9
# good: [fe62f3c8312c3747c1a6c375b502cffa65d60f63] [tg3] Fix _tg3_flag() for 64-bit builds
git bisect good fe62f3c8312c3747c1a6c375b502cffa65d60f63
# bad: [efd5cf9aadcaf36f45db5d1c3059197a8479567c] [efi] Eliminate use of libbfd
git bisect bad efd5cf9aadcaf36f45db5d1c3059197a8479567c
# bad: [71560d185475117b10994d839afe059577e7768c] [librm] Preserve FPU, MMX and SSE state across calls to virt_call()
git bisect bad 71560d185475117b10994d839afe059577e7768c
# first bad commit: [71560d185475117b10994d839afe059577e7768c] [librm] Preserve FPU, MMX and SSE state across calls to virt_call()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment