New issue by dkwo on void-packages repository https://github.com/void-linux/void-packages/issues/29478 Description: After the recent kernel update to 5.11, I get in my linux console this message during boot: ``` setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16 ``` Although the font looks fine, I'd like to know what is causing it, and make sure I'm taking advantage of `CONFIG_FONT_TER16x32=y` in our kernel. Do you know what I should check? I'm using grub as bootloader. ``` $ xuname Void 5.11.6_1 x86_64-musl GenuineIntel uptodate hold rrnFFF ``` Thanks.