[osv-dev] [PATCH] x64: fix direct kernel mode boot on qemu

2022-06-27 Thread Waldemar Kozaczuk
I cannot pretend I fully understand all details, but at some point the gnu assembler (possibly starting with 2.36) on Fedora started generating ELF notes named note.gnu.property.* that somehow when linked produce an loader.elf that both readelf and QEMU report has malformed notes. The readelf repor

[osv-dev] [PATCH] iconv: use stubs if iconv functions not used by an app

2022-06-27 Thread Waldemar Kozaczuk
The GCC libstdc++ commit https://github.com/gcc-mirror/gcc/commit/c0ace69ec677d1f85f6a433c8fae2d4df6f75714 which I believe fixes the bug https://gcc.gnu.org/bugzilla/show_bug.cgi?format=multiple&id=64132 makes the C++ standard library depend on libc iconv* functions. The implementation of these f