Skip to content

Instantly share code, notes, and snippets.

@rincebrain
Last active January 8, 2018 01:14
Show Gist options
  • Save rincebrain/adae4af8215e8a603d1e5de5f34442fd to your computer and use it in GitHub Desktop.
Save rincebrain/adae4af8215e8a603d1e5de5f34442fd to your computer and use it in GitHub Desktop.
ZoL #6981 bisect state
git bisect start
# bad: [3c7fa6ca334c31f8ca442f37b0067d4070dd392c] Tag zfs-0.7.4
git bisect bad 3c7fa6ca334c31f8ca442f37b0067d4070dd392c
# good: [7a27ad00ae142b38d4aef8cc0af7a72b4c0e44fe] Tag zfs-0.6.5
git bisect good 7a27ad00ae142b38d4aef8cc0af7a72b4c0e44fe
# bad: [c6a89b58a997a2b2c672542542e675447efcf4e4] Tag 0.7.0-rc2
git bisect bad c6a89b58a997a2b2c672542542e675447efcf4e4
# skip: [540c39279322cb278ad45840f260fe4b92c3c8b7] Fix out-of-bound access in zfs_fillpage
git bisect skip 540c39279322cb278ad45840f260fe4b92c3c8b7
# skip: [06ee0031a6d658bbf4ab953070ff4cdf4af64496] Fix memleak in zpl_parse_options
git bisect skip 06ee0031a6d658bbf4ab953070ff4cdf4af64496
# bad: [7571033285e2f83bf163e0cec31fd2b352beed30] Fix multilist_create() memory leak
git bisect bad 7571033285e2f83bf163e0cec31fd2b352beed30
# good: [ae6d0c601eb863f8275bf4ec841fbebf774c3d65] OpenZFS 6672 - arc_reclaim_thread() should use gethrtime()
git bisect good ae6d0c601eb863f8275bf4ec841fbebf774c3d65
# bad: [0b04990a5de594659d2cf20458965277dd6efeb1] Illumos Crypto Port module added to enable native encryption in zfs
git bisect bad 0b04990a5de594659d2cf20458965277dd6efeb1
# good: [2493dca54e18b24bcd8b7ff5432f4dc51dddc472] Add isa_defs for MIPS
git bisect good 2493dca54e18b24bcd8b7ff5432f4dc51dddc472
# bad: [43e52eddb13d8accbd052fac9a242ce979531aa4] Implement zfs_ioc_recv_new() for OpenZFS 2605
git bisect bad 43e52eddb13d8accbd052fac9a242ce979531aa4
# bad: [391bba1d28d006586bd8dccbde395c5c81f0476e] Revert "Add a test case for dmu_free_long_range() to ztest"
git bisect bad 391bba1d28d006586bd8dccbde395c5c81f0476e
# bad: [ab9f4b0b824ab4cc64a4fa382c037f4154de12d6] SIMD implementation of vdev_raidz generate and reconstruct routines
git bisect bad ab9f4b0b824ab4cc64a4fa382c037f4154de12d6
# good: [09fb30e5e91d9f2ed622db6b616084ce1d073384] Linux 4.6 compat: Fall back to d_prune_aliases() if necessary
git bisect good 09fb30e5e91d9f2ed622db6b616084ce1d073384
# first bad commit: [ab9f4b0b824ab4cc64a4fa382c037f4154de12d6] SIMD implementation of vdev_raidz generate and reconstruct routines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment