<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lwn.git, branch docs-6.8</title>
<subtitle>Linux kernel documentation tree maintained by Jonathan Corbet</subtitle>
<id>http://mirrors.hust.edu.cn/git/lwn.git/atom?h=docs-6.8</id>
<link rel='self' href='http://mirrors.hust.edu.cn/git/lwn.git/atom?h=docs-6.8'/>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/'/>
<updated>2024-01-08T18:39:00+00:00</updated>
<entry>
<title>MAINTAINERS: use tabs for indent of CONFIDENTIAL COMPUTING THREAT MODEL</title>
<updated>2024-01-08T18:39:00+00:00</updated>
<author>
<name>Jakub Kicinski</name>
<email>kuba@kernel.org</email>
</author>
<published>2024-01-03T16:09:38+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=2d179e8ac02e33c82c1a314961254353eb5028b3'/>
<id>urn:sha1:2d179e8ac02e33c82c1a314961254353eb5028b3</id>
<content type='text'>
There are two MAINTAINERS entries which snuck in during the previous
merge window which use spaces instead of tabs for indent. The rest
of the file uses tabs. Fix CONFIDENTIAL COMPUTING THREAT MODEL FOR
X86 VIRTUALIZATION (SNP/TDX).

Given the prevalence of using tabs some scripts (AKA my scripts)
assume tabs when parsing.

The faulty entry was added in commit 1f597b1a6ec2 ("docs: security:
Confidential computing intro and threat model for x86 virtualization")

Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
Reviewed-by: Carlos Bilbao &lt;carlos.bilbao@amd.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Link: https://lore.kernel.org/r/20240103160938.1006517-1-kuba@kernel.org
</content>
</entry>
<entry>
<title>A reworked process/index.rst</title>
<updated>2024-01-04T15:01:22+00:00</updated>
<author>
<name>Jonathan Corbet</name>
<email>corbet@lwn.net</email>
</author>
<published>2023-11-10T22:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=5382774515d4e192251fabfec41e8a15c1a5c23d'/>
<id>urn:sha1:5382774515d4e192251fabfec41e8a15c1a5c23d</id>
<content type='text'>
The process book is arguably the most important documentation we have; the
top three trafficked pages on docs.kernel.org are found here.  Make a
beginning effort to impose a more useful organization on this page to ease
developers into the community.

Acked-by: Vegard Nossum &lt;vegard.nossum@oracle.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>ring-buffer/Documentation: Add documentation on buffer_percent file</title>
<updated>2024-01-03T21:41:52+00:00</updated>
<author>
<name>Steven Rostedt (Google)</name>
<email>rostedt@goodmis.org</email>
</author>
<published>2023-12-29T17:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=4b2df884b8971f0f18e0c5d7ef9e5b9cb740cc9a'/>
<id>urn:sha1:4b2df884b8971f0f18e0c5d7ef9e5b9cb740cc9a</id>
<content type='text'>
When the buffer_percent file was added to the kernel, the documentation
should have been updated to document what that file does.

Acked-by: "Masami Hiramatsu (Google)" &lt;mhiramat@kernel.org&gt;
Fixes: 03329f9939781 ("tracing: Add tracefs file buffer_percentage")
Signed-off-by: "Steven Rostedt (Google)" &lt;rostedt@goodmis.org&gt;
Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Link: https://lore.kernel.org/r/20231229122402.537eb252@gandalf.local.home
</content>
</entry>
<entry>
<title>Translated the RISC-V architecture boot documentation.</title>
<updated>2024-01-03T21:29:28+00:00</updated>
<author>
<name>longjin</name>
<email>longjin@dragonos.org</email>
</author>
<published>2023-12-18T09:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=d78bcf646cf52097d3a36330404291cf84aabf85'/>
<id>urn:sha1:d78bcf646cf52097d3a36330404291cf84aabf85</id>
<content type='text'>
The patch adds a new file boot.rst to the Documentation/translations/zh_CN/
arch/riscv/ directory, and adds a reference to the new file
in the index.rst file.

Signed-off-by: longjin &lt;longjin@DragonOS.org&gt;
Reviewed-by: Yanteng Si &lt;siyanteng@loongson.cn&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Link: https://lore.kernel.org/r/20231218092924.200165-1-longjin@DragonOS.org
</content>
</entry>
<entry>
<title>Docs: remove mentions of fdformat from util-linux</title>
<updated>2024-01-03T21:25:59+00:00</updated>
<author>
<name>Thomas Weißschuh</name>
<email>linux@weissschuh.net</email>
</author>
<published>2023-12-20T05:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=821bd43ed555fba376e8aa38d825de6c60df90ad'/>
<id>urn:sha1:821bd43ed555fba376e8aa38d825de6c60df90ad</id>
<content type='text'>
Since util-linux commit 13b26e3c36d1
("fdformat: remove command from default build")
the fdformat tool is not built anymore by default.
As a result it is not packaged anymore by distributions and therefore
not usable by users.

Instead mention the "mount" command as more likely to be present
alternative.

Also drop the reference to fdformat from the list of features of new
versions of util-linux.

Signed-off-by: Thomas Weißschuh &lt;linux@weissschuh.net&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Link: https://lore.kernel.org/r/20231220-docs-fdformat-v1-1-0d05279e5d83@weissschuh.net
</content>
</entry>
<entry>
<title>Docs/zh_CN: Fix the meaning of DEBUG to pr_debug()</title>
<updated>2024-01-03T21:23:48+00:00</updated>
<author>
<name>JiaLong.Yang</name>
<email>jialong.yang@shingroup.cn</email>
</author>
<published>2023-12-21T05:58:32+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=0587e62bf4f36001bea60ae0fc65b54aff6f847d'/>
<id>urn:sha1:0587e62bf4f36001bea60ae0fc65b54aff6f847d</id>
<content type='text'>
We know the macro DEBUG will make pr_debug() save the formatted
string into final binary. But the translation in chinese gives a
opposite meaning.

Signed-off-by: "JiaLong.Yang" &lt;jialong.yang@shingroup.cn&gt;
Reviewed-by: Zenghui Yu &lt;zenghui.yu@linux.dev&gt;
Acked-by: Yanteng Si &lt;siyanteng@loongson.cn&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Link: https://lore.kernel.org/r/20231221055832.4374-1-jialong.yang@shingroup.cn
</content>
</entry>
<entry>
<title>Documentation: move driver-api/dcdbas to userspace-api/</title>
<updated>2024-01-03T21:17:40+00:00</updated>
<author>
<name>Vegard Nossum</name>
<email>vegard.nossum@oracle.com</email>
</author>
<published>2023-12-21T12:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=bb67bf1c4a56cc8bdba93b4f0353d05e777ff44b'/>
<id>urn:sha1:bb67bf1c4a56cc8bdba93b4f0353d05e777ff44b</id>
<content type='text'>
This file documents a sysfs interface that is intended for systems
management software. It does NOT document any kind of kernel driver
API. It is also not meant to be used directly by system administrators
or users.

Cc: Stuart Hayes &lt;stuart.w.hayes@gmail.com&gt;
Cc: platform-driver-x86@vger.kernel.org
Signed-off-by: Vegard Nossum &lt;vegard.nossum@oracle.com&gt;
Acked-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Reviewed-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Link: https://lore.kernel.org/r/20231221124816.2978000-3-vegard.nossum@oracle.com
</content>
</entry>
<entry>
<title>Documentation: move driver-api/isapnp to userspace-api/</title>
<updated>2024-01-03T21:17:39+00:00</updated>
<author>
<name>Vegard Nossum</name>
<email>vegard.nossum@oracle.com</email>
</author>
<published>2023-12-21T12:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=77e075579e88892510ddb7fda47ea15d74a5729f'/>
<id>urn:sha1:77e075579e88892510ddb7fda47ea15d74a5729f</id>
<content type='text'>
driver-api/isapnp documents /proc interfaces for interfacing directly
with ISA Plug &amp; Play devices, not any kind of API for kernel developers,
and should thus also live under userspace-api/.

Also fix a few issues while we're at it.

Cc: Jaroslav Kysela &lt;perex@perex.cz&gt;
Cc: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;
Cc: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Cc: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;
Signed-off-by: Vegard Nossum &lt;vegard.nossum@oracle.com&gt;
Reviewed-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Link: https://lore.kernel.org/r/20231221124816.2978000-2-vegard.nossum@oracle.com
</content>
</entry>
<entry>
<title>Documentation/core-api : fix typo in workqueue</title>
<updated>2024-01-03T21:16:57+00:00</updated>
<author>
<name>attreyee-muk</name>
<email>tintinm2017@gmail.com</email>
</author>
<published>2023-12-23T17:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=89405db5cd1ed641dfe91b4a3796bb6188ab05e3'/>
<id>urn:sha1:89405db5cd1ed641dfe91b4a3796bb6188ab05e3</id>
<content type='text'>
Correct to “boundaries” from “bounaries”

Signed-off-by: Attreyee Mukherjee &lt;tintinm2017@gmail.com&gt;
Acked-by: Tejun Heo &lt;tj@kernel.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Link: https://lore.kernel.org/r/20231223175316.24951-1-tintinm2017@gmail.com
</content>
</entry>
<entry>
<title>Documentation/trace: Fixed typos in the ftrace FLAGS section</title>
<updated>2024-01-03T21:15:53+00:00</updated>
<author>
<name>Matthew Cassell</name>
<email>mcassell411@gmail.com</email>
</author>
<published>2023-12-23T18:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=d3f79db93275ef84f46536eb1b6da8d605f34a97'/>
<id>urn:sha1:d3f79db93275ef84f46536eb1b6da8d605f34a97</id>
<content type='text'>
Fixed typos in the FTRACE_OPS_FL_RECURSION flag description.

Signed-off-by: Matthew Cassell &lt;mcassell411@gmail.com&gt;
Reviewed-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Link: https://lore.kernel.org/r/20231223185845.2326-1-mcassell411@gmail.com
</content>
</entry>
</feed>
