FYI, we noticed a +16384 bytes kernel size regression due to commit:
commit: 2d27dbd3cdfe51d06472f788164d3b0b59da43e5 (x86/fpu: Increase initial FPU state
format to support AMX)
Details as below (size data is obtained by `nm --size-sort vmlinux`):
77d95a64: x86/fpu: Support AMX register types and checks for the XSAVE feature
2d27dbd3: x86/fpu: Increase initial FPU state format to support AMX
+-------------------+----------+----------+-------+
| symbol | 77d95a64 | 2d27dbd3 | delta |
+-------------------+----------+----------+-------+
| nm.D.init_fpstate | 4096 | 12288 | 8192 |
| nm.D.init_task | 5184 | 13376 | 8192 |
| bzImage | 439232 | 439456 | 224 |
+-------------------+----------+----------+-------+
Thanks,
Kbuild test robot
Show replies by date