[osv-dev] iso-read (cloud-init) issue

2021-11-26 Thread Rick Payne
Hiya, Trying to get cloud-init working on a fairly recent OSv (0.55) image using an ISO to provide the YAML file. This used to work fine on my previous OSv image, but now I'm hitting an assert failure: Assertion failed: (uio->uio_resid % BSIZE) == 0 (fs/vfs/vfs_bdev.cc: bdev_read: 33)

[osv-dev] [PATCH V2 1/3] prepare to hide kernel symbols: add macros to expose and hide symbols

2021-11-26 Thread Waldemar Kozaczuk
This patch is the first one in the series that annotates relevant symbols across number of source files in order to expose or hide them when kernel is compiled to hide non-glibc symbols. Please note that none of this patches neither hides nor exposes any symbols. In essense it will only have an

[osv-dev] [PATCH V2] libc: remove/add some aliases

2021-11-26 Thread Waldemar Kozaczuk
This patch removes 3 aliases from aliases.ld for symbols that are either internal musl symbols or are no longer present in glibc shared libraries OSv dynamic linker advertises. It also adds new entries for symbols that are present in the same libraries and removed corresponding