Hi..
copying something to a cryptoloop file crashes the machine (random
crashes), this is similiar to the report I send for 2.6.0-test11... it
was working with the 2.6.0-test10-mm1 loop-* patches and IIRC with
2.6.1.
Now it is broken again, not sure whether this is due to the big
endianness of this machine.
To crash do:
dd if=/dev/zero of=/file bs=1M count=100
losetup -e blowfish /dev/loop0 /file
Password:
mkfs -t ext3 /dev/loop0
mount /dev/loop0 /mnt
cd /mnt
dd if=/dev/zero of=bla
Soeren.