From: Alexander Popov Date: Wed, 4 Mar 2020 20:20:19 +0000 (+0300) Subject: Fix versions in KSPP recommendations X-Git-Tag: v0.5.5~39 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=260582e39c6f2eaeb97b8dd9c2de91aece93e88b;hp=1da40c2858b13e9d53f6c2c9f0cd33e0a41b7064;p=kconfig-hardened-check.git Fix versions in KSPP recommendations --- diff --git a/config_files/kspp-recommendations/kspp-recommendations-arm.config b/config_files/kspp-recommendations/kspp-recommendations-arm.config index 91870be..72d5f6a 100644 --- a/config_files/kspp-recommendations/kspp-recommendations-arm.config +++ b/config_files/kspp-recommendations/kspp-recommendations-arm.config @@ -1,5 +1,5 @@ # CONFIGs -# Linux/arm 4.20 Kernel Configuration +# Linux/arm 4.20.0 Kernel Configuration # Report BUG() conditions and kill the offending process. CONFIG_BUG=y diff --git a/config_files/kspp-recommendations/kspp-recommendations-arm64.config b/config_files/kspp-recommendations/kspp-recommendations-arm64.config index 4505f3f..ac4c865 100644 --- a/config_files/kspp-recommendations/kspp-recommendations-arm64.config +++ b/config_files/kspp-recommendations/kspp-recommendations-arm64.config @@ -1,5 +1,5 @@ # CONFIGs -# Linux/arm64 4.20 Kernel Configuration +# Linux/arm64 4.20.0 Kernel Configuration # Report BUG() conditions and kill the offending process. CONFIG_BUG=y diff --git a/config_files/kspp-recommendations/kspp-recommendations-x86-32.config b/config_files/kspp-recommendations/kspp-recommendations-x86-32.config index 665c00a..442eae8 100644 --- a/config_files/kspp-recommendations/kspp-recommendations-x86-32.config +++ b/config_files/kspp-recommendations/kspp-recommendations-x86-32.config @@ -1,5 +1,5 @@ # CONFIGs -# Linux/i386 4.20 Kernel Configuration +# Linux/i386 4.20.0 Kernel Configuration # Report BUG() conditions and kill the offending process. CONFIG_BUG=y diff --git a/config_files/kspp-recommendations/kspp-recommendations-x86-64.config b/config_files/kspp-recommendations/kspp-recommendations-x86-64.config index 71ebe6e..1345a07 100644 --- a/config_files/kspp-recommendations/kspp-recommendations-x86-64.config +++ b/config_files/kspp-recommendations/kspp-recommendations-x86-64.config @@ -1,5 +1,5 @@ # CONFIGs -# Linux/x86_64 4.20 Kernel Configuration +# Linux/x86_64 4.20.0 Kernel Configuration # Report BUG() conditions and kill the offending process. CONFIG_BUG=y