Package: blktap / 2.0.90-3

Metadata

Package Version Patches format
blktap 2.0.90-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
lvm path | (download)

lvm/lvm-util.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
Fixes bashism in binsh script in partvhdpartx.patch | (download)

part/vhdpartx | 38 19 + 19 - 0 !
1 file changed, 19 insertions(+), 19 deletions(-)

 fixes bashism in /bin/sh script in part/vhdpartx
 * Fixes bashism in /bin/sh script in part/vhdpartx (Closes: #690630).
gcc 4.8.patch | (download)

drivers/block-llcache.c | 4 2 + 2 - 0 !
drivers/tapdisk-logfile.c | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix ftbfs with gcc-4.8 and -werror and -wsizeof-pointer-memaccess
fix calling io_setup.patch | (download)

drivers/tapdisk-utils.c | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 fix failing to call io_setup with einval
 Tapdisk fails to start and exit's silently after failing
 to detect current kernel version. This happens only on newer
 kernel versions missing sublevel field.