Testers wanted:
I did some changes to kcbench, my #Linux #kernel compile benchmark. If you have a few CPU cycles to spare, please give this a try and let me know in case anything goes wrong:
curl -O https://gitlab.com/knurd42/kcbench/-/raw/master/kcbench
bash kcbench -b -i 1 -j $(nproc --all)
If you have lots of CPU cycles to space, compile a "allmodconfig" kernel instead, which depending on your CPU might take quite a while
curl -O https://gitlab.com/knurd42/kcbench/-/raw/master/kcbench
bash kcbench -b -i 1 -j $(nproc --all) -m
@kernellogger To quote every bug triage ever: Works on my machine ;)
allmodconfig completes here, Fedora 40 on a Ryzen 9 5900x
@Cobinja thx for testing!