Hi,
ubd_file_size() was recently patched so that it fails if an image is
readonly. Patch attached.
--- a/arch/um/drivers/ubd_kern.c 2012-06-01 10:18:44.000000000 +0300
+++ b/arch/um/drivers/ubd_kern.c 2012-06-07 03:41:44.790899305 +0300
@@ -514,7 +514,7 @@
goto out;
}
- fd = os_open_file(ubd_dev->file, global_openflags, 0);
+ fd = os_open_file(ubd_dev->file, of_read(OPENFLAGS()), 0);
if (fd < 0)
return fd;
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel