]> Gentwo Git Trees - linux/.git/commitdiff
Documentation: fix reference to PR_SPEC_L1D_FLUSH
authorBrendan Jackman <jackmanb@google.com>
Wed, 15 Oct 2025 17:02:06 +0000 (17:02 +0000)
committerJonathan Corbet <corbet@lwn.net>
Wed, 29 Oct 2025 22:19:27 +0000 (16:19 -0600)
PR_SET_L1D_FLUSH does not exist.

Signed-off-by: Brendan Jackman <jackmanb@google.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251015-l1d-flush-doc-v1-2-f8cefea3f2f2@google.com>

Documentation/admin-guide/hw-vuln/l1d_flush.rst

index 210020bc3f5684a4510792aad5d0fcec659ad7d2..35dc25159b28a280793ad147d25d582f31a77999 100644 (file)
@@ -31,7 +31,7 @@ specifically opt into the feature to enable it.
 Mitigation
 ----------
 
-When PR_SET_L1D_FLUSH is enabled for a task a flush of the L1D cache is
+When PR_SPEC_L1D_FLUSH is enabled for a task a flush of the L1D cache is
 performed when the task is scheduled out and the incoming task belongs to a
 different process and therefore to a different address space.