Outreachy is getting squeezed financially from reduced funding related to diversity programs and reduced funding for open source orgs. Can you help us spread the word about how important the program is and help us connect to folks who might contribute funding?
https://www.outreachy.org/blog/2024-08-14/outreachy-needs-your-help/
The CFP for the Containers devroom at @fosdem 2025 is now open! https://discuss.linuxcontainers.org/t/fosdem-2025-containers-devroom-call-for-papers/21956
Thanks @jejb for restoring sanity!
https://lore.kernel.org/all/e7d548a7fc835f9f3c9cb2e5ed97dfdfa164813f.camel@HansenPartnership.com/
@kernellogger It failed by default, as below:
$ bash kcbench -b -i 1 -j $(nproc --all)
[NOTE] Downloading source of Linux 5.15; this might take a while...
Processor: QEMU Virtual CPU version 2.5+ [40 threads]
Cpufreq; Memory: Unknown; 63163 MiB
Linux running: 6.12.0-rc2-mm-unstable-damon+ [x86_64]
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Linux compiled: 5.15.0 [.../.cache/kcbench/linux-5.15]
Config; Environment: defconfig; CCACHE_DISABLE="1"
Build command: make vmlinux
Run 1 (-j 40):
Compilation failed. Aborting kcbench. Command used for compilation:
CCACHE_DISABLE="1" make --silent -C '.../.cache/kcbench/linux-5.15' O='/tmp/kcbench.yjn7s1H3h/worker-0/' -j '40' vmlinux
Tail from the output:
CCACHE_DISABLE="1" make --silent -C '.../.cache/kcbench/linux-5.15' O='/tmp/kcbench.yjn7s1H3h/worker-0/' -j '40' vmlinux
.../.cache/kcbench/linux-5.15/scripts/extract-cert.c: In function ‘display_openssl_errors’:
.../.cache/kcbench/linux-5.15/scripts/extract-cert.c:46:9: warning: ‘ERR_get_error_line’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
46 | while ((e = ERR_get_error_line(&file, &line))) {
| ^~~~~
[...]
cc1: all warnings being treated as errors
[...]
make: *** [Makefile:219: __sub-make] Error 2
After adding -s 5.17
following the workaround from @klausman [1], it succeed.
$ bash kcbench -b -i 1 -j $(nproc --all) -s 5.17
[NOTE] Downloading source of Linux 5.17; this might take a while...
[...]
Linux compiled: 5.17.0 [.../.cache/kcbench/linux-5.17]
Config; Environment: defconfig; CCACHE_DISABLE="1"
Build command: make vmlinux
Run 1 (-j 40): 65.73 seconds / 54.77 kernels/hour [P:2858%, 45 maj. pagefaults]