SeongJae Park
87beb00404
Docs/translations/damon/usage: update for monitor_on renaming
...
Update DAMON debugfs interface sections on the translated usage documents
to reflect the fact that 'monitor_on' file has renamed to
'monitor_on_DEPRECATED'.
Link: https://lkml.kernel.org/r/20240130013549.89538-10-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org >
Reviewed-by: Alex Shi <alexs@kernel.org >
Cc: Hu Haowen <2023002089@link.tyut.edu.cn >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: Shuah Khan <shuah@kernel.org >
Cc: Yanteng Si <siyanteng@loongson.cn >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
2024-02-22 10:24:46 -08:00
Hu Haowen
335bbdf01d
docs/zh_TW: replace my email address
...
The Gmail address will not be used often from now on, and replace it
with the email which is more frequently accessed by myself.
Signed-off-by: Hu Haowen <2023002089@link.tyut.edu.cn >
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
Message-ID: <20231106140140.25455-1-2023002089@link.tyut.edu.cn >
2023-11-17 08:57:11 -07:00
Hu Haowen
f949cb7590
docs/zh_TW: update contents for zh_TW
...
The content of zh_TW was too outdated comparing to the original files.
Consequently carry out improvements in order to both keep track of sources
and fix several grammatical mistakes in traditional Chinese.
This is a thorough rewrite of the previous patch:
https://lore.kernel.org/linux-doc/20230807120006.6361-1-src.res.211@gmail.com/
in order to get rid of text damage and merging errors, created based on
linux-next (date: Oct. 9, 2023).
Signed-off-by: Hu Haowen <src.res.211@gmail.com >
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
Link: https://lore.kernel.org/r/20231011051212.17580-1-src.res.211@gmail.com
2023-10-11 16:47:27 -06:00
Hu Haowen
44a54e25b1
docs/zh_CN: change my own email address
...
The previous email address was abandoned due to some reasons by myself, and
thus shift the email contents mentioned from the old email address
(src.res@email.cn ) to the current version (src.res.211@gmail.com ).
Signed-off-by: Hu Haowen <src.res.211@gmail.com >
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
Link: https://lore.kernel.org/r/20230707160119.26873-1-src.res.211@gmail.com
2023-07-14 13:01:50 -06:00
Vegard Nossum
44ac5abac8
Documentation/security-bugs: move from admin-guide/ to process/
...
Jiri Kosina, Jonathan Corbet, and Willy Tarreau all expressed a desire
to move this document under process/.
Create a new section for security issues in the index and group it with
embargoed-hardware-issues.
I'm doing this at the start of the series to make all the subsequent
changes show up in 'git blame'.
Existing references were updated using:
git grep -l security-bugs ':!Documentation/translations/' | xargs sed -i 's|admin-guide/security-bugs|process/security-bugs|g'
git grep -l security-bugs Documentation/translations/ | xargs sed -i 's|Documentation/admin-guide/security-bugs|Documentation/process/security-bugs|g'
git grep -l security-bugs Documentation/translations/ | xargs sed -i '/Original:/s|\.\./admin-guide/security-bugs|\.\./process/security-bugs|g'
Notably, the page is not moved in the translations (due to my lack of
knowledge of these languages), but the translations have been updated
to point to the new location of the original document where these
references exist.
Link: https://lore.kernel.org/all/nycvar.YFH.7.76.2206062326230.10851@cbobk.fhfr.pm/
Suggested-by: Jiri Kosina <jikos@kernel.org >
Cc: Alex Shi <alexs@kernel.org >
Cc: Yanteng Si <siyanteng@loongson.cn >
Cc: Hu Haowen <src.res@email.cn >
Cc: Federico Vaga <federico.vaga@vaga.pv.it >
Cc: Tsugikazu Shibata <tshibata@ab.jp.nec.com >
Cc: Minchan Kim <minchan@kernel.org >
Cc: Jeimi Lee <jamee.lee@samsung.com >
Cc: Carlos Bilbao <carlos.bilbao@amd.com >
Cc: Akira Yokosawa <akiyks@gmail.com >
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com >
Acked-by: Carlos Bilbao <carlos.bilbao@amd.com >
Reviewed-by: Yanteng Si <siyanteng@loongson.cn >
Reviewed-by: Akira Yokosawa <akiyks@gmail.com >
Acked-by: Federico Vaga <federico.vaga@vaga.pv.it >
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com >
Link: https://lore.kernel.org/r/20230305220010.20895-2-vegard.nossum@oracle.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2023-03-12 15:56:43 +01:00
Linus Torvalds
df26327ea0
Drop some straggling mentions of gcc-4.9 as being stale
...
Fix up the admin-guide README file to the new gcc-5.1 requirement, and
remove a stale comment about gcc support for the __assume_aligned__
attribute.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2021-09-13 10:29:44 -07:00
Hu Haowen
76f1fc266b
docs: add traditional Chinese translation for kernel Documentation
...
Add traditional Chinese translation (zh_TW) for the Linux Kernel
documentation with a series of translated files.
Signed-off-by: Hu Haowen <src.res@email.cn >
Reviewed-by: Pan Yunwang <panyunwang849@gmail.com >
Link: https://lore.kernel.org/r/20210729155627.41744-1-src.res@email.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2021-07-30 13:22:13 -06:00