Skip to content

Commit

Permalink
configs: Update x86 and arm64 defconfigs
Browse files Browse the repository at this point in the history
 * Remove CONFIG_ARM64_WORKAROUND_SPECULATIVE_SSBS and CONFIG_ARM64_ERRATUM_3312417 in arm64 defconfig. (Commit ID: fc22c58)

Signed-off-by: Yang Jeong Hun <[email protected]>
  • Loading branch information
Nevuly committed Aug 15, 2024
1 parent 089e861 commit 466a610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions arch/arm64/configs/config-wsl-arm64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.10.4 Kernel Configuration
# Linux/arm64 6.10.5 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (GCC) 14.1.0"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -374,9 +374,7 @@ CONFIG_ARM64_ERRATUM_2645198=y
CONFIG_ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD=y
CONFIG_ARM64_ERRATUM_2966298=y
CONFIG_ARM64_ERRATUM_3117295=y
CONFIG_ARM64_WORKAROUND_SPECULATIVE_SSBS=y
CONFIG_ARM64_ERRATUM_3194386=y
CONFIG_ARM64_ERRATUM_3312417=y
# CONFIG_CAVIUM_ERRATUM_22375 is not set
CONFIG_CAVIUM_ERRATUM_23144=y
# CONFIG_CAVIUM_ERRATUM_23154 is not set
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/configs/config-wsl-x86
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.10.4 Kernel Configuration
# Linux/x86 6.10.5 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20240805"
CONFIG_CC_IS_GCC=y
Expand Down

0 comments on commit 466a610

Please sign in to comment.