13/03/2019 18:06, Natanael Copa: > Fix build with musl libc by using warn(3) instead of error(3). > > This also fixes error message for kzmalloc failures which previously > would have given "Unknown error -1".
I think this patch requires more explanations about what was the error, why using warn, and how it is related to kzmalloc failure log. Thanks