[PATCH] rumpdisk: Use raw uncached character device rwdXd

2021-08-24 Thread Damien Zammit
Needs an explicit memset to ensure allocation is done before DMA read --- rumpdisk/block-rump.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rumpdisk/block-rump.c b/rumpdisk/block-rump.c index 80cdc350..f51c1adb 100644 --- a/rumpdisk/block-rump.c +++ b/rumpdisk/block-

[PATCH] rumpkernel: Add -D_FILE_OFFSET_BITS=64 for large off_t

2021-08-24 Thread Damien Zammit
This enables large disks to work in librump. --- debian/patches/Wno-error.diff | 9 + 1 file changed, 9 insertions(+) diff --git a/debian/patches/Wno-error.diff b/debian/patches/Wno-error.diff index 1b54758e..d8cef536 100644 --- a/debian/patches/Wno-error.diff +++ b/debian/patches/Wno-er