Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: fix reference to PR_SPEC_L1D_FLUSH

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>

authored by

Brendan Jackman and committed by
Jonathan Corbet
b4ff1f61 aab703b3

+1 -1
+1 -1
Documentation/admin-guide/hw-vuln/l1d_flush.rst
··· 31 31 Mitigation 32 32 ---------- 33 33 34 - When PR_SET_L1D_FLUSH is enabled for a task a flush of the L1D cache is 34 + When PR_SPEC_L1D_FLUSH is enabled for a task a flush of the L1D cache is 35 35 performed when the task is scheduled out and the incoming task belongs to a 36 36 different process and therefore to a different address space. 37 37