lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260113075322.978737-1-laveeshb@laveeshbansal.com>
Date: Tue, 13 Jan 2026 07:53:22 +0000
From: Laveesh Bansal <laveeshb@...eeshbansal.com>
To: linux-hwmon@...r.kernel.org,
	linux-doc@...r.kernel.org
Cc: linux@...ck-us.net,
	corbet@....net,
	rdunlap@...radead.org,
	sfr@...b.auug.org.au,
	linux-kernel@...r.kernel.org,
	linux-next@...r.kernel.org,
	Laveesh Bansal <laveeshb@...eeshbansal.com>
Subject: [PATCH v2] Documentation: hwmon: coretemp: Fix malformed RST table

Shorten the Celeron/Pentium processor entries in the TjMax table to fit
within the 47-character column width, fixing the RST table parsing error.

The following entries exceeded the column width:
  - "Celeron/Pentium Processors (Goldmont/Apollo Lake)" (49 chars)
  - "Celeron/Pentium Processors (Goldmont Plus/Gemini Lake)" (54 chars)
  - "Celeron/Pentium Processors (Tremont/Jasper Lake)" (48 chars)

Drop "Processors" from these entries as this preserves all searchable
technical keywords (Celeron, Pentium, Goldmont, Gemini Lake, etc.) while
"Processors" is implied by the chip names and adds no search value.

Fixes: 099cc1051df7 ("Documentation: hwmon: coretemp: Update supported CPUs and TjMax values")
Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20260113155444.57c7775b@canb.auug.org.au/
Signed-off-by: Laveesh Bansal <laveeshb@...eeshbansal.com>
---
v2:
  - Shorten text instead of widening columns (widening would require
    adjusting 101 data rows to realign TjMax values)

Tested with:
  - python3 -m docutils Documentation/hwmon/coretemp.rst /dev/null
  - make htmldocs

Open to alternative approaches if anyone has a better solution.
---
 Documentation/hwmon/coretemp.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/hwmon/coretemp.rst b/Documentation/hwmon/coretemp.rst
index 3afb179e0ced..3ba44b57d028 100644
--- a/Documentation/hwmon/coretemp.rst
+++ b/Documentation/hwmon/coretemp.rst
@@ -120,12 +120,12 @@ Process		Processor					TjMax(C)
 		x5-E3940/E3930					105
 		x7-E3950					105
 
-14nm		Celeron/Pentium Processors (Goldmont/Apollo Lake)
+14nm		Celeron/Pentium (Goldmont/Apollo Lake)
 		J3455/J3355					105
 		N3450/N3350					105
 		N4200						105
 
-14nm		Celeron/Pentium Processors (Goldmont Plus/Gemini Lake)
+14nm		Celeron/Pentium (Goldmont Plus/Gemini Lake)
 		J4105/J4005					105
 		N4100/N4000					105
 		N5000						105
@@ -133,7 +133,7 @@ Process		Processor					TjMax(C)
 10nm		Atom Processors (Tremont/Elkhart Lake)
 		x6000E						105
 
-10nm		Celeron/Pentium Processors (Tremont/Jasper Lake)
+10nm		Celeron/Pentium (Tremont/Jasper Lake)
 		N4500/N5100/N6000 series			105
 
 45nm		Xeon Processors 5400 Quad-Core
-- 
2.43.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ