public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail•com>
To: Linux Documentation <linux-doc@vger•kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger•kernel.org>,
	Linux Next Mailing List <linux-next@vger•kernel.org>,
	Linux Power Management <linux-pm@vger•kernel.org>,
	Linux BPF Development <bpf@vger•kernel.org>
Cc: Jonathan Corbet <corbet@lwn•net>, Huang Rui <ray.huang@amd•com>,
	Alexei Starovoitov <ast@kernel•org>,
	Daniel Borkmann <daniel@iogearbox•net>,
	Andrii Nakryiko <andrii@kernel•org>,
	Martin KaFai Lau <martin.lau@linux•dev>,
	Song Liu <song@kernel•org>, Yonghong Song <yhs@fb•com>,
	John Fastabend <john.fastabend@gmail•com>,
	KP Singh <kpsingh@kernel•org>,
	Stanislav Fomichev <sdf@google•com>, Hao Luo <haoluo@google•com>,
	Jiri Olsa <jolsa@kernel•org>,
	Bagas Sanjaya <bagasdotme@gmail•com>,
	Paolo Bonzini <pbonzini@redhat•com>,
	Tom Lendacky <thomas.lendacky@amd•com>,
	Dave Marchevsky <davemarchevsky@fb•com>,
	Perry Yuan <perry.yuan@amd•com>,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel•com>,
	Wyes Karny <wyes.karny@amd•com>,
	Mario Limonciello <mario.limonciello@amd•com>,
	oe-kbuild-all@lists•linux.dev,
	Stephen Rothwell <sfr@canb•auug.org.au>
Subject: [PATCH 1/3] Documentation: hw-vuln: Wrap mitigate_smt_rsb example in literal code block
Date: Wed, 15 Feb 2023 19:32:51 +0700	[thread overview]
Message-ID: <20230215123253.41552-2-bagasdotme@gmail.com> (raw)
In-Reply-To: <20230215123253.41552-1-bagasdotme@gmail.com>

Stephen Rothwell reported htmldocs warning when making htmldocs from
Linus's Tree:

Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst:92: ERROR: Unexpected indentation.

Fix the warning by formatting example of mitigate_smt_rsb module parameter
as literal code block.

Link: https://lore.kernel.org/linux-next/20230215144117.369ffb5f@canb.auug.org.au/
Fixes: 493a2c2d23ca91 ("Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions")
Reported-by: Stephen Rothwell <sfr@canb•auug.org.au>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail•com>
---
 Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst b/Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst
index ec6e9f5bcf9e89..3593d30ccfde12 100644
--- a/Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst
+++ b/Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst
@@ -88,5 +88,6 @@ capability to override those interceptions, but since this is not common, the
 mitigation that covers this path is not enabled by default.
 
 The mitigation for the KVM_CAP_X86_DISABLE_EXITS capability can be turned on
-using the boolean module parameter mitigate_smt_rsb, e.g.:
+using the boolean module parameter mitigate_smt_rsb, e.g.::
+
         kvm.mitigate_smt_rsb=1
-- 
An old man doll... just what I always wanted! - Clara


  reply	other threads:[~2023-02-15 12:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-15 12:32 [PATCH 0/3] Documentation fixes for next-20230215 Bagas Sanjaya
2023-02-15 12:32 ` Bagas Sanjaya [this message]
2023-02-15 12:32 ` [PATCH 2/3] Documentation: bpf: Add missing line break separator in node_data struct code block Bagas Sanjaya
2023-02-15 16:46   ` Alexei Starovoitov
2023-02-15 12:32 ` [PATCH 3/3] Documentation: amd-pstate: disambiguate user space sections Bagas Sanjaya
2023-02-15 13:52   ` Wyes Karny
2023-02-15 14:20   ` Huang Rui
2023-02-15 14:59     ` Rafael J. Wysocki
2023-02-15 16:50 ` [PATCH 0/3] Documentation fixes for next-20230215 patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230215123253.41552-2-bagasdotme@gmail.com \
    --to=bagasdotme@gmail$(echo .)com \
    --cc=andrii@kernel$(echo .)org \
    --cc=ast@kernel$(echo .)org \
    --cc=bpf@vger$(echo .)kernel.org \
    --cc=corbet@lwn$(echo .)net \
    --cc=daniel@iogearbox$(echo .)net \
    --cc=davemarchevsky@fb$(echo .)com \
    --cc=haoluo@google$(echo .)com \
    --cc=john.fastabend@gmail$(echo .)com \
    --cc=jolsa@kernel$(echo .)org \
    --cc=kpsingh@kernel$(echo .)org \
    --cc=linux-doc@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=linux-pm@vger$(echo .)kernel.org \
    --cc=mario.limonciello@amd$(echo .)com \
    --cc=martin.lau@linux$(echo .)dev \
    --cc=oe-kbuild-all@lists$(echo .)linux.dev \
    --cc=pbonzini@redhat$(echo .)com \
    --cc=perry.yuan@amd$(echo .)com \
    --cc=rafael.j.wysocki@intel$(echo .)com \
    --cc=ray.huang@amd$(echo .)com \
    --cc=sdf@google$(echo .)com \
    --cc=sfr@canb$(echo .)auug.org.au \
    --cc=song@kernel$(echo .)org \
    --cc=thomas.lendacky@amd$(echo .)com \
    --cc=wyes.karny@amd$(echo .)com \
    --cc=yhs@fb$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox