K 10 svn:author V 3 imp K 8 svn:date V 27 2020-09-24T07:10:34.699376Z K 7 svn:log V 265 Don't define _STANDALONE when building kernel modules. _STANDALONE is only for the bootloader, not kernel modules. Remove it from the build. This was harmless before, but sys/malloc.h now does different things for the standalone environment, triggering the issue. END