From: Daniel Turull Date: Wed, 4 Feb 2026 13:42:32 +0000 (+0100) Subject: improve_kernel_cve_report: sort kernel_compiled_files X-Git-Tag: uninative-5.1~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=682e5beb0ce100ddc8413296334dfdbe0426dd38;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git improve_kernel_cve_report: sort kernel_compiled_files Sorting the set so the that output is predictable Signed-off-by: Andrew Fenner Signed-off-by: Daniel Turull Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/scripts/contrib/improve_kernel_cve_report.py b/scripts/contrib/improve_kernel_cve_report.py index 3a15b1ed26..27ebed2cbd 100755 --- a/scripts/contrib/improve_kernel_cve_report.py +++ b/scripts/contrib/improve_kernel_cve_report.py @@ -106,7 +106,7 @@ def get_kernel_cves(datadir, compiled_files, version): "status": "Ignored", "detail": "not-applicable-config", "summary": description, - "description": f"Source code not compiled by config. {affected_files}" + "description": f"Source code not compiled by config. {sorted(affected_files)}" } not_applicable_config +=1 # Check if we have backport