Wei Li
7f2e60ff51
Documentation/features: Update feature lists for 6.1
...
Run the refresh script to document the recent feature additions
on loong, um and csky as of v6.1-rc7.
Signed-off-by: Wei Li <liwei391@huawei.com >
Link: https://lore.kernel.org/r/20221203093750.4145802-1-liwei391@huawei.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-12-03 03:54:20 -07:00
Kushagra Verma
e378cb9aab
Documentation: Fixed a typo in bootconfig.rst
...
Fixed a typo in the word 'concatenated'.
Signed-off-by: Kushagra Verma <kushagra765@outlook.com >
Link: https://lore.kernel.org/r/HK0PR01MB2801DA243B726141A97FE92EF8179@HK0PR01MB2801.apcprd01.prod.exchangelabs.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-12-03 03:48:29 -07:00
Carlos Bilbao
072e262304
docs/sp_SP: Add process coding-style translation
...
Translate Documentation/process/coding-style.rst into Spanish.
Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com >
Link: https://lore.kernel.org/r/20221124170242.1892751-7-carlos.bilbao@amd.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-28 08:54:45 -07:00
Carlos Bilbao
9a40f45fbd
docs/sp_SP: Add kernel-docs.rst Spanish translation
...
Translate Documentation/process/kernel-docs.rst into Spanish.
Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com >
Link: https://lore.kernel.org/r/20221124170242.1892751-6-carlos.bilbao@amd.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-28 08:54:45 -07:00
Carlos Bilbao
a0454bb599
docs: Create translations/sp_SP/process/, move submitting-patches.rst
...
The organization of the Spanish translations should be consistent with the
rest of kernel documentation. Create directory process/ and move
submitting-patches.rst there. Update indexes accordingly.
Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com >
Link: https://lore.kernel.org/r/20221124170242.1892751-5-carlos.bilbao@amd.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-28 08:54:45 -07:00
Carlos Bilbao
516384b7ec
docs: Add book to process/kernel-docs.rst
...
Include to process/kernel-docs.rst a book on Linux kernel development
published in 2021 (with ISBN 978-1789953435).
Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com >
Link: https://lore.kernel.org/r/20221124170242.1892751-4-carlos.bilbao@amd.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-28 08:54:45 -07:00
Carlos Bilbao
e11377d5d3
docs: Retire old resources from kernel-docs.rst
...
Remove outdated or obsolete resources from process/kernel-docs.rst, with
the exception of foundational material. Update information regarding
LWN.net. See Link below for further context.
Link: https://lore.kernel.org/lkml/093907af-2e4e-d232-1eb0-7331ff2b9320@amd.com/
Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com >
Link: https://lore.kernel.org/r/20221124170242.1892751-3-carlos.bilbao@amd.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-28 08:54:45 -07:00
Carlos Bilbao
981471b3b4
docs: Update maintainer of kernel-docs.rst
...
Set new maintainer of the Index of Further Kernel Documentation (document
process/kernel_docs.rst). See Link for further context. Also remove line
that keeps record of last update of the text -this information is already
available elsewhere.
Link: https://lore.kernel.org/lkml/20221118170942.2588412-1-carlos.bilbao@amd.com/
Reviewed-by: Miguel Ojeda <ojeda@kernel.org >
Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com >
Link: https://lore.kernel.org/r/20221124170242.1892751-2-carlos.bilbao@amd.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-28 08:54:45 -07:00
Björn Töpel
dd3553793a
Documentation: riscv: Document the sv57 VM layout
...
RISC-V has been supporting the "sv57" address translation mode for a
while, but is has not been added to the VM layout documentation. Let
us fix that.
Signed-off-by: Björn Töpel <bjorn@rivosinc.com >
Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com >
Link: https://lore.kernel.org/r/20221118171556.1612190-1-bjorn@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-21 14:40:26 -07:00
Randy Dunlap
f13039ceec
Documentation: USB: correct possessive "its" usage
...
Correct uses of "it's" to possessive "its" or "its" to "it's" as needed.
Correct associated grammar in one location.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Cc: linux-usb@vger.kernel.org
Link: https://lore.kernel.org/r/20221118231422.14076-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-21 14:33:23 -07:00
Liam Beguin
a898db21cc
math64: fix kernel-doc return value warnings
...
Fix the following kernel-doc warnings by adding a description for return
values of div_[us]64.
math64.h:126: warning: No description found for return value of 'div_u64'
math64.h:139: warning: No description found for return value of 'div_s64'
Signed-off-by: Liam Beguin <liambeguin@gmail.com >
Link: https://lore.kernel.org/r/20221118182309.3824530-3-liambeguin@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-21 14:30:54 -07:00
Liam Beguin
090f13cac8
math64: add kernel-doc for DIV64_U64_ROUND_UP
...
Add kernel-doc for DIV64_U64_ROUND_UP so that it appears in the
documentation.
Signed-off-by: Liam Beguin <liambeguin@gmail.com >
Acked-by: Randy Dunlap <rdunlap@infradead.org >
Tested-by: Randy Dunlap <rdunlap@infradead.org >
Link: https://lore.kernel.org/r/20221118182309.3824530-2-liambeguin@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-21 14:30:54 -07:00
Liam Beguin
d28a1de5d1
math64: favor kernel-doc from header files
...
Fix the kernel-doc markings for div64 functions to point to the header
file instead of the lib/ directory. This avoids having implementation
specific comments in generic documentation. Furthermore, given that
some kernel-doc comments are identical, drop them from lib/math64 and
only keep there comments that add implementation details.
Signed-off-by: Liam Beguin <liambeguin@gmail.com >
Acked-by: Randy Dunlap <rdunlap@infradead.org >
Tested-by: Randy Dunlap <rdunlap@infradead.org >
Link: https://lore.kernel.org/r/20221118182309.3824530-1-liambeguin@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-21 14:30:53 -07:00
Maxim Cournoyer
1f050e904d
doc: add texinfodocs and infodocs targets
...
Sphinx supports generating Texinfo sources and Info documentation,
which can be navigated easily and is convenient to search (via the
indexed nodes or anchors, for example).
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com >
Link: https://lore.kernel.org/r/20221116190210.28407-2-maxim.cournoyer@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-21 14:13:57 -07:00
Yang Yingliang
84de206f63
Documentation: devres: add missing PWM helper
...
Add missing devm_pwmchip_add() to devres.rst. It's introduced by
commit bcda91bf86 ("pwm: Add a device-managed function to add
PWM chips").
Fixes: bcda91bf86 ("pwm: Add a device-managed function to add PWM chips")
Cc: Thierry Reding <thierry.reding@gmail.com >
Cc: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de >
Cc: Jonathan Corbet <corbet@lwn.net >
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com >
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de >
Link: https://lore.kernel.org/r/20221102024430.1444714-1-yangyingliang@huawei.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-21 14:06:34 -07:00
Chen Linxuan
df61e945e1
Documentation: update the description of TracerPid in procfs.rst
...
When the tracer of process is outside of current pid namespace, field
`TracerPid` in /proc/<pid>/status will be 0, too, just like this process
not have been traced.
This is because that function `task_pid_nr_ns` used to get the pid of
tracer will return 0 in this situation.
Co-authored-by: Yuan Haisheng <heysion@deepin.com >
Signed-off-by: Chen Linxuan <chenlinxuan@uniontech.com >
Link: https://lore.kernel.org/r/20221102081517.19770-1-chenlinxuan@uniontech.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-15 15:08:21 -07:00
Yang Yingliang
5478cf6ae5
Documentation: devres: add missing LED helpers
...
Add some missing device-managed helpers of led to devres.rst.
devm_led_classdev_register_ext() is introduced by commit b2b998c0f9 ("leds:
class: Improve LED and LED flash class registration API").
devm_led_trigger_register() is introduced by commit 9534cc31dd ("leds: core:
add managed version of led_trigger_register").
devm_of_led_get() is introduced by commit e389240ad9 ("leds: Add managed
API to get a LED from a device driver").
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com >
Link: https://lore.kernel.org/r/20221103021331.1007699-1-yangyingliang@huawei.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-15 15:06:36 -07:00
Carlos Bilbao
3348a08a4c
docs/sp_SP: Add process submitting-patches translation
...
Translate Documentation/process/submitting-patches.rst into Spanish.
Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com >
Link: https://lore.kernel.org/r/20221107150815.296699-1-carlos.bilbao@amd.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-15 15:01:06 -07:00
Rui Li
bf80eef221
docs/zh_CN: Add userspace-api/accelerators/ocxl Chinese translation
...
Translate the following documents into Chinese:
- userspace-api/accelerators/ocxl.rst
Signed-off-by: Rui Li <me@lirui.org >
Reviewed-by: Wu XiangCheng <bobwxc@email.cn >
Link: https://lore.kernel.org/r/20221113071554.476980-1-me@lirui.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-15 14:53:48 -07:00
Albert Zhou
cf726417ee
Documentation: eisa: Fix typo
...
Fix a typo in the description of the kernel parameter
eisa_bus.disable_dev within eisa.rst.
Signed-off-by: Albert Zhou <albert.zhou.50@gmail.com >
Link: https://lore.kernel.org/r/20221105080653.4741-1-albert.zhou.50@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-15 14:52:38 -07:00
Jonathan Corbet
6d864a8576
Merge branch 'docs-fixes' into docs-mw
...
Bring all of the 6.1 documentation fixes in.
2022-11-09 14:17:54 -07:00
Jonathan Neuschäfer
fcddf9f5e3
docs: ia64: Fix a typo ("identify mappings")
...
The correct term here, also used in the next line, is "identity
mappings". "itentify mappings" was probably just a typo.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net >
Link: https://lore.kernel.org/r/20221101160609.961950-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-09 14:03:51 -07:00
Jonathan Neuschäfer
7a96be33c8
docs: admin-guide: hw_random: Make document title more generic and concise
...
The hw_random subsystem no longer works only on specific Intel chipsets;
make the title of hw_random.rst reflect this fact.
While we're at it, also remove the words "Linux support for", since it's
clear from context that this is a document about Linux.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net >
Link: https://lore.kernel.org/r/20221101160119.955997-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-09 14:02:40 -07:00
Yang Yingliang
3812478835
Documentation: devres: add missing IIO helpers
...
Add some missing device-managed helpers of iio to devres.rst.
devm_iio_kfifo_buffer_setup_ext() is introduced by commit 0a21526bc1 ("iio:
kfifo: add devm_iio_triggered_buffer_setup_ext variant").
devm_iio_triggered_buffer_setup_ext() is introduced by commit 5164c78898 ("iio:
triggered-buffer: add {devm_}iio_triggered_buffer_setup_ext variants").
devm_iio_hw_consumer_alloc() is introduced by b688c18d30 ("IIO: hw_consumer:
add devm_iio_hw_consumer_alloc").
devm_fwnode_iio_channel_get_by_name() is introduced by commit 1e64b9c5f9 ("iio:
inkern: move to fwnode properties").
Fixes: 0a21526bc1 ("iio: kfifo: add devm_iio_triggered_buffer_setup_ext variant")
Fixes: 5164c78898 ("iio: triggered-buffer: add {devm_}iio_triggered_buffer_setup_ext variants")
Fixes: b688c18d30 ("IIO: hw_consumer: add devm_iio_hw_consumer_alloc")
Fixes: 1e64b9c5f9 ("iio: inkern: move to fwnode properties")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com >
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com >
Link: https://lore.kernel.org/r/20221103023402.1024437-1-yangyingliang@huawei.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-09 14:00:10 -07:00
Randy Dunlap
5cd4cd0a2e
debugfs: small Documentation cleaning
...
Fix punctuation in a parenthetical phrase.
Add 2 article adjectives and change one from "an" to "a".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: "Rafael J. Wysocki" <rafael@kernel.org >
Link: https://lore.kernel.org/r/20221104003835.29472-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-09 13:58:55 -07:00
Randy Dunlap
a3ee8b3aa9
sysfs: update Documentation
...
Make editing corrections and updates to sysfs.rst:
- spell "sysfs" consistently (vs. "Sysfs")
- align field names in a struct
- fix some punctuation and grammar
- list more /sys top-level subdirectories
- change 'fuse.txt' to 'fuse.rst' (although I don't see where the
example is)
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: "Rafael J. Wysocki" <rafael@kernel.org >
Link: https://lore.kernel.org/r/20221104003921.31616-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-09 13:57:59 -07:00
David Heidelberg
b592f9ee1f
Docs/admin-guide/mm/zswap: remove a paragraph about zswap being a new feature
...
Nine years have passed since Linux 3.11.
Signed-off-by: David Heidelberg <david@ixit.cz >
Link: https://lore.kernel.org/r/20221104122612.14906-1-david@ixit.cz
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-09 13:56:18 -07:00
Rui Li
586f1ed913
docs/zh_CN: Add userspace-api/futex2 Chinese translation
...
Translate the following documents into Chinese:
- userspace-api/futex2.rst
Signed-off-by: Rui Li <me@lirui.org >
Reviewed-by: Yanteng Si <siyanteng@loongson.cn >
Reviewed-by: Wu XiangCheng <bobwxc@email.cn >
Link: https://lore.kernel.org/r/20221105041741.288094-1-me@lirui.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-09 13:35:51 -07:00
Alexander Potapenko
6f777dcef7
docs: kmsan: fix formatting of "Example report"
...
Add a blank line to make the sentence before the list render as a
separate paragraph, not a definition.
Fixes: 93858ae70c ("kmsan: add ReST documentation")
Suggested-by: Bagas Sanjaya <bagasdotme@gmail.com >
Signed-off-by: Alexander Potapenko <glider@google.com >
Link: https://lore.kernel.org/r/20221107142255.4038811-1-glider@google.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-09 13:32:24 -07:00
Akira Yokosawa
dc8ab02980
docs/ja_JP/howto: Update for v6.1
...
Reflect changes made in commits listed below:
388f9b20f9 ("Documentation/process/howto: Only send regression fixes after -rc1").
bc0ef4a7e4 ("Doc: Delete reference to the kernel-mentors mailing list")
bcd3cf0855 ("Doc: Remove outdated info about bugzilla mailing lists")
dad0513954 ("Doc: add a missing cross-reference")
9799445af1 ("Doc: tidy up TOCs and refs to license-rules.rst")
fb0e0ffe7f ("Documentation: bring process docs up to date")
e7b4311ebc ("Replace HTTP links with HTTPS ones: Documentation/process")
f1eebe92c2 ("Documentation/HOWTO: adjust external link references")
da514157c4 ("docs: make reporting-bugs.rst obsolete")
cf6d6fc279 ("docs: process/howto.rst: make sections on bug reporting match practice")
Co-developed-by: Kosuke Fujimoto <fujimotokosuke0@gmail.com >
Signed-off-by: Kosuke Fujimoto <fujimotokosuke0@gmail.com >
Signed-off-by: Akira Yokosawa <akiyks@gmail.com >
Cc: Tsugikazu Shibata <shibata@linuxfoundation.org >
Acked-by: Tsugikazu Shibata <shibata@linuxfoundation.org >
Link: https://lore.kernel.org/r/20221030115209.25924-1-akiyks@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-09 13:30:28 -07:00
Daniel Vetter
e17f226038
docs/sphinx: More depth in the rtd sidebar toc
...
We love to nest our documenation for good structure, but that means
the table of contents needs to keep up or you can't navigate them.
Realized this trying to find the drm property documentation, which
with some shuffling around disappeared. Why I didn't realize we can do
this earlier, no idea.
Since the relevant parts of the toc are only loaded if you're in the
right .html file there's no harm in going all the way to unlimited.
Note that this has no impact on the alabaster theme (which has a much
simpler sidebar toc which doesn't show the entire hierarchy, only
what's in the local rendered file) nor on the various :toctree:
rendered inline in the output.
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Link: https://lore.kernel.org/r/20221108115707.1232621-1-daniel.vetter@ffwll.ch
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-09 13:28:40 -07:00
Rui Li
ba65731057
docs/zh_CN: Add userspace-api/seccomp_filter Chinese translation
...
Translate the following documents into Chinese:
- userspace-api/seccomp_filter.rst
Also adjust index order according to the original index file.
Signed-off-by: Rui Li <me@lirui.org >
Reviewed-by: Wu XiangCheng <bobwxc@email.cn >
Reviewed-by: Yanteng Si <siyanteng@loongson.cn >
Link: https://lore.kernel.org/r/20221108112921.312071-1-me@lirui.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-09 13:25:35 -07:00
Pali Rohár
b1a7483484
Documentation: arm: marvell: Add Orion codenames and archive homepage
...
Orion codenames are extracted from menuconfig ARCH_ORION5X and
old Orion homepage with 88F5182/88F5281 was found in web archive.
Signed-off-by: Pali Rohár <pali@kernel.org >
Reviewed-by: Andrew Lunn <andrew@lunn.ch >
Link: https://lore.kernel.org/r/20220719080807.16729-1-pali@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-01 17:13:03 -06:00
Carlos Bilbao
23b8d08e7e
Documentation: Add HOWTO Spanish translation into rst based build system
...
Add Spanish translation of HOWTO document into rst based documentation
build system.
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com >
Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com >
Link: https://lore.kernel.org/r/20221024145521.69465-3-carlos.bilbao@amd.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-01 16:58:29 -06:00
Carlos Bilbao
444064185d
Documentation: Start translations to Spanish
...
Start the process of translating kernel documentation to Spanish. Create
directory sp_SP/ instead of es_ES/ (diverging from format of prior
translated directories) since this directory should accept any dialects of
Spanish. Include an index and a disclaimer, following the approach of
prior translations. Add Carlos Bilbao as MAINTAINER of this effort.
Reviewed-by: Miguel Ojeda <ojeda@kernel.org >
Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com >
Link: https://lore.kernel.org/r/20221024145521.69465-2-carlos.bilbao@amd.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-01 16:58:29 -06:00
Jonathan Corbet
bd5d1cc8ff
docs: Don't wire font sizes for HTML output
...
The alabaster theme likes to provide explicit sizes for fonts, which
overrides the users's own browser settings and is guaranteed to displease
folks. Set the font size to "inherit" so that the users browser settings
control the font size they get. We can use the font_size configuration
option for the main body font (changing the size I'd already put there),
but the sidebar size can only be set via custom CSS.
Reported-by: Bagas Sanjaya <bagasdotme@gmail.com >
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-01 15:59:40 -06:00
Yanteng Si
2ad34b8233
docs/zh_CN: Add rust arch-support Chinese translation
...
Translate .../rust/arch-support.rst into Chinese.
Signed-off-by: Yanteng Si <siyanteng@loongson.cn >
Reviewed-by: Gary Guo <gary@garyguo.net >
Reviewed-by: Alex Shi <alexs@kernel.org >
Reviewed-by: Wu XiangCheng <bobwxc@email.cn >
Link: https://lore.kernel.org/r/1f5b1d1e4f84bf105ab5bed146652937a74e9b69.1666959529.git.siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-01 15:23:31 -06:00
Yanteng Si
9b522a8582
docs/zh_CN: Add rust coding-guidelines Chinese translation
...
Translate .../rust/coding-guidelines.rst into Chinese.
Signed-off-by: Yanteng Si <siyanteng@loongson.cn >
Reviewed-by: Gary Guo <gary@garyguo.net >
Reviewed-by: Alex Shi <alexs@kernel.org >
Reviewed-by: Wu XiangCheng <bobwxc@email.cn >
Link: https://lore.kernel.org/r/ec8cb81c59a399dd9eced437cb196f4481c562e7.1666959529.git.siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-01 15:23:31 -06:00
Yanteng Si
55bd06ff4a
docs/zh_CN: Add rust general-information Chinese translation
...
Translate .../rust/general-information.rst into Chinese.
Signed-off-by: Yanteng Si <siyanteng@loongson.cn >
Reviewed-by: Gary Guo <gary@garyguo.net >
Reviewed-by: Alex Shi <alexs@kernel.org >
Reviewed-by: Wu XiangCheng <bobwxc@email.cn >
Link: https://lore.kernel.org/r/b623a39e3598e9dcd8ead4efa512694716403c48.1666959529.git.siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-01 15:23:31 -06:00
Yanteng Si
73b6340222
docs/zh_CN: Add rust quick-start Chinese translation
...
Translate .../rust/quick-start.rst into Chinese.
Signed-off-by: Yanteng Si <siyanteng@loongson.cn >
Reviewed-by: Alex Shi <alexs@kernel.org >
Reviewed-by: Wu XiangCheng <bobwxc@email.cn >
Link: https://lore.kernel.org/r/00e9069e9259f4ba05f7c4c4ab64edcbe73d1eaf.1666959529.git.siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-01 15:23:31 -06:00
Yanteng Si
4ac239542d
docs/zh_CN: Add rust index Chinese translation
...
Translate .../rust/index.rst into Chinese.
Signed-off-by: Yanteng Si <siyanteng@loongson.cn >
Reviewed-by: Gary Guo <gary@garyguo.net >
Reviewed-by: Wu XiangCheng <bobwxc@email.cn >
Link: https://lore.kernel.org/r/74e20d998bc2825d770c8b4d954e42b0d613ec09.1666959529.git.siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-11-01 15:23:31 -06:00
Jonathan Corbet
e3e2d74678
Revert "docs/zh_CN: core-api: Add timekeeping Chinese translation"
...
This reverts commit d24c911bd0 .
This translation added a bunch of duplicate function definitions, leading
to a lot of warnings like:
/Documentation/core-api/timekeeping.rst:16: WARNING: Duplicate C declaration, also defined at translations/zh_CN/core-api/timekeeping:26.
Declaration is '.. c:function:: ktime_t ktime_get( void )'.
We need to come up with a proper way to translate documents with
:c:function declarations in them.
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-10-31 08:21:39 -06:00
Rui Li
bdd5ca0630
docs/zh_CN: Add userspace-api/sysfs-platform_profile Chinese translation
...
Translate the following documents into Chinese:
- userspace-api/sysfs-platform_profile.rst
Signed-off-by: Rui Li <me@lirui.org >
Reviewed-by: Yanteng Si <siyanteng@loongson.cn >
Link: https://lore.kernel.org/r/20221026070732.72818-1-me@lirui.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-10-28 12:33:59 -06:00
Rui Li
72b0ec3543
docs/zh_CN: Add userspace-api/no_new_privs Chinese translation
...
Translate the following documents into Chinese:
- userspace-api/no_new_privs.rst
Signed-off-by: Rui Li <me@lirui.org >
Reviewed-by: Yanteng Si <siyanteng@loongson.cn >
Link: https://lore.kernel.org/r/20221022120557.381115-1-me@lirui.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-10-28 12:33:10 -06:00
Rui Li
bb8e1614e5
docs/zh_CN: Add staging/xz Chinese translation
...
Translate the following files into Chinese:
- Documentation/staging/xz.rst
Reviewed-by: Yanteng Si <siyanteng@loongson.cn >
Signed-off-by: Rui Li <me@lirui.org >
Link: https://lore.kernel.org/r/281c6e063212aa337cccf549b816eec62e87c090.1666328379.git.me@lirui.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-10-28 12:32:08 -06:00
Rui Li
7cb2a45d12
docs/zh_CN: Add staging/index Chinese translation
...
Translate the following files into Chinese:
- Documentation/staging/index.rst
Add it into the menu of zh_CN/index. Also fix one translation
in the zh_CN/index file.
Reviewed-by: Yanteng Si <siyanteng@loongson.cn >
Signed-off-by: Rui Li <me@lirui.org >
Link: https://lore.kernel.org/r/896caff38814b7c383324966c3936e8a0bfb1d2e.1666328379.git.me@lirui.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-10-28 12:32:08 -06:00
Binbin Zhou
4cbf848f07
docs/zh_CN: core-api: Add errseq Chinese translation
...
Translate core-api/errseq.rst into Chinese.
Last English version used:
commit 14ebc28e07 ("errseq: Add to documentation tree").
Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn >
Reviewed-by: Wu XiangCheng <bobwxc@email.cn >
Reviewed-by: Yanteng Si <siyanteng@loongson.cn >
Link: https://lore.kernel.org/r/bd81bd620eb6c64effd2d0d52831f39911fc1659.1666171735.git.zhoubinbin@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-10-28 12:29:48 -06:00
Binbin Zhou
d24c911bd0
docs/zh_CN: core-api: Add timekeeping Chinese translation
...
Translate core-api/timekeeping.rst into Chinese.
Last English version used:
commit 3dc6ffae2d ("timekeeping: Introduce fast accessor to clock tai").
Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn >
Reviewed-by: Wu XiangCheng <bobwxc@email.cn >
Link: https://lore.kernel.org/r/8d15ff60aaadd53065b3bc2da7d53a520cf01c53.1666171735.git.zhoubinbin@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-10-28 12:29:48 -06:00
Binbin Zhou
797e75617b
docs/zh_CN: core-api: Add this_cpu_ops Chinese translation
...
Translate core-api/this_cpu_ops.rst into Chinese.
Last English version used:
commit c9b54d6f36 ("docs: move other kAPI documents to core-api").
Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn >
Reviewed-by: Wu XiangCheng <bobwxc@email.cn >
Reviewed-by: Yanteng Si <siyanteng@loongson.cn >
Link: https://lore.kernel.org/r/f9a8cb188bc35811d7f074f9d5f607f5a48c6503.1666171735.git.zhoubinbin@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-10-28 12:29:47 -06:00
Rui Li
e07dfdf372
docs/zh_CN: Add userspace-api/ebpf Chinese translation
...
Translate the following documents into Chinese:
- userspace-api/ebpf/index.rst
- userspace-api/ebpf/syscall.rst
Signed-off-by: Rui Li <me@lirui.org >
Reviewed-by: Yanteng Si <siyanteng@loongson.cn >
Link: https://lore.kernel.org/r/cdd100d92752f76827fa7abfcd9903b857d71044.1666185911.git.me@lirui.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2022-10-28 12:28:01 -06:00