summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2026-05-17 18:41:41 +0300
committerJonathan Corbet <corbet@lwn.net>2026-05-25 23:17:45 +0300
commit89f332c1ef348e260a885085cd7821d6d72db7ec (patch)
treede452e578bbd1196bc4d5068178a3c0419447483
parenta0a6aa2f64cc794331152f8e68977bc73d1ea4e5 (diff)
downloadlinux-89f332c1ef348e260a885085cd7821d6d72db7ec.tar.xz
docs: threat-model: add missing closing parenthesis
Fixes: a03ef333fbd6 ("Documentation: security-bugs: explain what is and is not a security bug") Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <da8ee1e8b4e99261ec11544c4e1a4f81316ae965.1779032501.git.baruch@tkos.co.il>
-rw-r--r--Documentation/process/threat-model.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/threat-model.rst b/Documentation/process/threat-model.rst
index f177b8d3c1ca..9dd8011dde82 100644
--- a/Documentation/process/threat-model.rst
+++ b/Documentation/process/threat-model.rst
@@ -176,7 +176,7 @@ regular bug:
* problems seen only under development simulators, emulators, or combinations
that do not exist on real systems at the time of reporting (issues
involving tens of millions of threads, tens of thousands of CPUs,
- unrealistic CPU frequencies, RAM sizes or disk capacities, network speeds.
+ unrealistic CPU frequencies, RAM sizes or disk capacities, network speeds).
* issues whose reproduction requires hardware modification or emulation,
including fake USB devices that pretend to be another one.