Do not discard big modules silently
When composing a module, Klever discards it completely if the module is 'too big'. Such a module does not appear anywhere in the stats, which complicates analyzing the results across 'all' given modules. Such modules should be explicitly listed, perhaps under unknown with a new tag.
Adding an option for the module size limit may be beneficial, too.
For example, among DRM modules in 5.10.120 Linux kernel (under drivers/gpu/drm/
) these files do not have a corresponding module in Klever:
hisilicon/kirin/kirin_drm_drv.c
mediatek/mtk_drm_crtc.c
meson/meson_crtc.c
stm/ltdc.c
sun4i/sun4i_crtc.c
tegra/dc.c
tilcdc/tilcdc_crtc.c
job.json
{
"project": "Linux",
"build base": "linux/build-base-linux-5.10.120-x86_64-allmodconfig",
"targets": [
"drivers/gpu/drm/**"
],
"specifications set": "5.5",
"requirement specifications": [
"color memory safety"
]
}
Edited by Петров Олег Максимович