Date: Sat, 27 Mar 2021 18:48:09 GMT From: Piotr Pawel Stefaniak <pstef@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0e9d4b8b7574 - stable/13 - security.7: fix typo in sysctl name Message-ID: <202103271848.12RIm93a018097@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by pstef: URL: https://cgit.FreeBSD.org/src/commit/?id=0e9d4b8b75748064d0c8603304a4309e5b5645ca commit 0e9d4b8b75748064d0c8603304a4309e5b5645ca Author: Piotr Pawel Stefaniak <pstef@FreeBSD.org> AuthorDate: 2021-03-26 21:24:06 +0000 Commit: Piotr Pawel Stefaniak <pstef@FreeBSD.org> CommitDate: 2021-03-27 18:45:33 +0000 security.7: fix typo in sysctl name It is machdep.syscall_ret_flush_l1d. (cherry picked from commit 4233882f4ed36bde0ad03918d3f9a54a0cd7697a) --- share/man/man7/security.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man7/security.7 b/share/man/man7/security.7 index b4aeb5728313..bb7e120a1d46 100644 --- a/share/man/man7/security.7 +++ b/share/man/man7/security.7 @@ -1011,7 +1011,7 @@ Controls Speculative Store Bypass hardware information leak mitigation. amd64 and i386. Controls Indirect Branch Restricted Speculation hardware information leak mitigation. -.It Dv machdep.syscall_ret_l1d_flush +.It Dv machdep.syscall_ret_flush_l1d amd64. Controls force-flush of L1D cache on return from syscalls which report errors other than
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103271848.12RIm93a018097>