Open k0ste opened 3 weeks ago
[dev@imq linux-6.11.6]# make
SYNC include/config/auto.conf.cmd
CALL scripts/checksyscalls.sh
DESCEND objtool
INSTALL libsubcmd_headers
CHK kernel/kheaders_data.tar.xz
CC [M] drivers/net/imq.o
MODPOST Module.symvers
TEST posttest
arch/x86/tools/insn_decoder_test: success: Decoded and checked 7483346 instructions
TEST posttest
arch/x86/tools/insn_sanity: Success: decoded and checked 1000000 random instructions with 0 errors (seed:0x54e22b3f)
Kernel: arch/x86/boot/bzImage is ready (#3)
LD [M] drivers/net/imq.ko
[dev@imq linux-6.11.6]#
Without patch - kernel builds fine on this host. With IMQ patch - ld eats all memory
[Wed Nov 6 12:12:14 2024] Out of memory: Killed process 756269 (ld) total-vm:7164372kB, anon-rss:6102620kB, file-rss:0kB, shmem-rss:0kB, UID:1153 pgtables:12724kB oom_score_adj:0
Seems need to try host with more RAM