All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] longhaul: Mark it as dangerous in Kconfig
@ 2014-06-08 23:20 Ben Hutchings
  2014-06-09  0:02 ` Dave Jones
  2014-06-09  4:41 ` Viresh Kumar
  0 siblings, 2 replies; 5+ messages in thread
From: Ben Hutchings @ 2014-06-08 23:20 UTC (permalink / raw)
  To: Rafael J. Wysocki, Viresh Kumar; +Cc: cpufreq, Dave Jones, Rafał Bilski

[-- Attachment #1: Type: text/plain, Size: 1249 bytes --]

longhaul quickly caused hard lockups and possibly killed the memory
module on my EPIA-PD board.  It is commented as:

'BIG FAT DISCLAIMER: Work in progress code. Possibly *dangerous*'

Let's put another warning where people are more likely to see it.

References: https://bugs.debian.org/707047
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 drivers/cpufreq/Kconfig.x86 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/cpufreq/Kconfig.x86 b/drivers/cpufreq/Kconfig.x86
index d369349..a3877c6 100644
--- a/drivers/cpufreq/Kconfig.x86
+++ b/drivers/cpufreq/Kconfig.x86
@@ -247,12 +247,13 @@ config X86_LONGRUN
 	  If in doubt, say N.
 
 config X86_LONGHAUL
-	tristate "VIA Cyrix III Longhaul"
+	tristate "VIA Cyrix III Longhaul (DANGEROUS)"
 	depends on X86_32 && ACPI_PROCESSOR
 	help
 	  This adds the CPUFreq driver for VIA Samuel/CyrixIII,
 	  VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T
-	  processors.
+	  processors.  It does not work with all motherboards and may
+	  cause hardware damage.
 
 	  For details, take a look at <file:Documentation/cpu-freq/>.
 

-- 
Ben Hutchings
One of the nice things about standards is that there are so many of them.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-09 18:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-08 23:20 [PATCH 1/2] longhaul: Mark it as dangerous in Kconfig Ben Hutchings
2014-06-09  0:02 ` Dave Jones
2014-06-09  0:30   ` Ben Hutchings
2014-06-09 18:05   ` Rafał Bilski
2014-06-09  4:41 ` Viresh Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.