linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] add missing MPSC to X86_INTEL_USERCOPY and _USE_PPRO_CHECKSUM
@ 2021-01-27 18:08 Rene Rebe
  0 siblings, 0 replies; only message in thread
From: Rene Rebe @ 2021-01-27 18:08 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: linux-kernel

Debugging some bizare memory corruption in certain kernel configs on
some machines, I noticed MPSC (1st gen Intel X64 Nocona) is missing in
selecting X86_INTEL_USERCOPY and X86_USE_PPRO_CHECKSUM. Unless someone
has a good reason not to, I think MPSC should select the two, and
maybe MATOM should also made select X86_INTEL_USERCOPY?

Signed-of-by: René Rebe <rene@exactcode.de>

--- linux-5.10/arch/x86/Kconfig.cpu.vanilla	2021-01-27 16:09:20.163930078 +0100
+++ linux-5.10/arch/x86/Kconfig.cpu	2021-01-27 16:36:35.064014421 +0100
@@ -336,11 +336,11 @@
 
 config X86_INTEL_USERCOPY
 	def_bool y
-	depends on MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M586MMX || X86_GENERIC || MK8 || MK7 || MEFFICEON || MCORE2
+	depends on MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M586MMX || X86_GENERIC || MK8 || MK7 || MEFFICEON || MCORE2 || MPSC
 
 config X86_USE_PPRO_CHECKSUM
 	def_bool y
-	depends on MWINCHIP3D || MWINCHIPC6 || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || MK8 || MVIAC3_2 || MVIAC7 || MEFFICEON || MGEODE_LX || MCORE2 || MATOM
+	depends on MWINCHIP3D || MWINCHIPC6 || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || MK8 || MVIAC3_2 || MVIAC7 || MEFFICEON || MGEODE_LX || MCORE2 || MATOM || MPSC
 
 config X86_USE_3DNOW
 	def_bool y


-- 
  René Rebe, ExactCODE GmbH, Lietzenburger Str. 42, DE-10789 Berlin
  https://exactcode.com | https://t2sde.org | https://rene.rebe.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-27 18:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27 18:08 [PATCH] add missing MPSC to X86_INTEL_USERCOPY and _USE_PPRO_CHECKSUM Rene Rebe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).