On Sun, Mar 05, Linus Torvalds wrote: > "git bisect" really is very powerful and easy to use. Indeed. The one "between" gi5 and git6 (93b47684f60cf25e8cefe19a21d94aa0257fdf36) is fails also. There are no mutex changes left, so I suspect some ppc bug. With this changeset, my first attempt ran into this deadlock, the second attempt lead to the reiserfs corruption. See attached 93b47684f60cf25e8cefe19a21d94aa0257fdf36.log I'm now at 03929c76f3e5af919fb762e9882a9c286d361e7d, which fails as well. dmesg shows this: Adding 295332k swap on /dev/hda10. Priority:-1 extents:1 across:295332k ReiserFS: warning: is_leaf: wrong item type for item *3.5*[-1 -1 0xffffffff DIRECT], item_len 65535, item_location 65535, free_space(entry_count) 65535 ReiserFS: hda11: warning: vs-5150: search_by_key: invalid format found in block 0. Fsck? ReiserFS: hda11: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [2 4652 0x0 SD] ReiserFS: warning: is_leaf: wrong item type for item *3.5*[-1 -1 0xffffffff DIRECT], item_len 65535, item_location 65535, free_space(entry_count) 65535 ReiserFS: hda11: warning: vs-5150: search_by_key: invalid format found in block 0. Fsck? ReiserFS: hda11: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [2 4652 0x0 SD] ReiserFS: warning: is_leaf: wrong item type for item *3.5*[-1 -1 0xffffffff DIRECT], item_len 65535, item_location 65535, free_space(entry_count) 65535 ReiserFS: hda11: warning: vs-5150: search_by_key: invalid format found in block 0. Fsck? ReiserFS: hda11: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [2 4652 0x0 SD] There are only powerpc related changes left. Its a bit time comsuming until I get to the point of where it fails, lets see how far I get this evening.