diff mbox series

[OpenWrt-Devel] x86: Add missing kernel option CONFIG_X86_DECODER_SELFTEST

Message ID 20200211180124.17523-1-hauke.mehrtens@intel.com
State Accepted
Delegated to: Hauke Mehrtens
Headers show
Series [OpenWrt-Devel] x86: Add missing kernel option CONFIG_X86_DECODER_SELFTEST | expand

Commit Message

Hauke Mehrtens Feb. 11, 2020, 6:01 p.m. UTC
This option has now a different dependency and can be activated, set a
default value.

Fixes: 20b5a4ca01ca ("kernel: bump 4.19 to 4.19.101")
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
---
 target/linux/x86/config-4.14 | 1 +
 target/linux/x86/config-4.19 | 1 +
 2 files changed, 2 insertions(+)

Comments

Alexandru Ardelean Feb. 12, 2020, 8:35 a.m. UTC | #1
On Tue, Feb 11, 2020 at 8:20 PM Hauke Mehrtens <hauke.mehrtens@intel.com> wrote:
>
> This option has now a different dependency and can be activated, set a
> default value.
>
> Fixes: 20b5a4ca01ca ("kernel: bump 4.19 to 4.19.101")

Tested-by: Alexandru Ardelean <ardeleanalex@gmail.com>
[ both x86 4.14 & 4.19 ]

> Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
> ---
>  target/linux/x86/config-4.14 | 1 +
>  target/linux/x86/config-4.19 | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14
> index 18b7de832f..8d358aacac 100644
> --- a/target/linux/x86/config-4.14
> +++ b/target/linux/x86/config-4.14
> @@ -469,6 +469,7 @@ CONFIG_X86_CMPXCHG64=y
>  # CONFIG_X86_CPUFREQ_NFORCE2 is not set
>  # CONFIG_X86_CPUID is not set
>  # CONFIG_X86_DEBUG_FPU is not set
> +# CONFIG_X86_DECODER_SELFTEST is not set
>  # CONFIG_X86_EXTENDED_PLATFORM is not set
>  CONFIG_X86_F00F_BUG=y
>  CONFIG_X86_FAST_FEATURE_TESTS=y
> diff --git a/target/linux/x86/config-4.19 b/target/linux/x86/config-4.19
> index ecfaf45d90..afc8d6af57 100644
> --- a/target/linux/x86/config-4.19
> +++ b/target/linux/x86/config-4.19
> @@ -453,6 +453,7 @@ CONFIG_X86_CMPXCHG64=y
>  # CONFIG_X86_CPUFREQ_NFORCE2 is not set
>  # CONFIG_X86_CPUID is not set
>  # CONFIG_X86_DEBUG_FPU is not set
> +# CONFIG_X86_DECODER_SELFTEST is not set
>  # CONFIG_X86_EXTENDED_PLATFORM is not set
>  CONFIG_X86_F00F_BUG=y
>  CONFIG_X86_FEATURE_NAMES=y
> --
> 2.17.1
>
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
diff mbox series

Patch

diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14
index 18b7de832f..8d358aacac 100644
--- a/target/linux/x86/config-4.14
+++ b/target/linux/x86/config-4.14
@@ -469,6 +469,7 @@  CONFIG_X86_CMPXCHG64=y
 # CONFIG_X86_CPUFREQ_NFORCE2 is not set
 # CONFIG_X86_CPUID is not set
 # CONFIG_X86_DEBUG_FPU is not set
+# CONFIG_X86_DECODER_SELFTEST is not set
 # CONFIG_X86_EXTENDED_PLATFORM is not set
 CONFIG_X86_F00F_BUG=y
 CONFIG_X86_FAST_FEATURE_TESTS=y
diff --git a/target/linux/x86/config-4.19 b/target/linux/x86/config-4.19
index ecfaf45d90..afc8d6af57 100644
--- a/target/linux/x86/config-4.19
+++ b/target/linux/x86/config-4.19
@@ -453,6 +453,7 @@  CONFIG_X86_CMPXCHG64=y
 # CONFIG_X86_CPUFREQ_NFORCE2 is not set
 # CONFIG_X86_CPUID is not set
 # CONFIG_X86_DEBUG_FPU is not set
+# CONFIG_X86_DECODER_SELFTEST is not set
 # CONFIG_X86_EXTENDED_PLATFORM is not set
 CONFIG_X86_F00F_BUG=y
 CONFIG_X86_FEATURE_NAMES=y