Bug#409875: [Pkg-cryptsetup-devel] Bug#409875: bug #409875
David Härdeman
david at hardeman.nu
Fri Feb 9 16:32:40 CET 2007
On Fri, February 9, 2007 14:42, Johannes Schlumberger said:
> Hi,
> I just want to point out, so far after each test I brought the system back
> into the beginning state (kernel, dmsetup-package, etc).
Yes, that's good.
Could you please try a new compile, this time, skip the previously
mentioned patch and instead do the following changes:
In fs/block_dev.c, add the following at the end of the function bd_claim()
(just before the return):
printk("claim: %d:%d %p -> %d\n",
MAJOR(bdev->bd_dev), MINOR(bdev->bd_dev), holder, res);
In the same file, add to the end of the function bd_release():
printk("release: %d:%d\n",
MAJOR(bdev->bd_dev), MINOR(bdev->bd_dev));
Recompile, install, reboot, try cryptsetup, and then send me the entire
dmesg output
--
David Härdeman
--
David Härdeman
More information about the Pkg-cryptsetup-devel
mailing list