summaryrefslogtreecommitdiff
path: root/Documentation/translations/zh_CN/core-api/kernel-api.rst
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-07-11 22:39:12 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2022-07-11 22:39:12 +0300
commitb5374396e5de0402822bce4945c886d2a2962a40 (patch)
treec7863ae409b45a48235fdacf17ec2a3115a95493 /Documentation/translations/zh_CN/core-api/kernel-api.rst
parent816e51dfb5ba47e4f989af656c956a8c0cc686c0 (diff)
parente69a66147d49506062cd837f3b230ee3e98102ab (diff)
downloadlinux-b5374396e5de0402822bce4945c886d2a2962a40.tar.xz
Merge tag 'modules-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Pull module fixes from Luis Chamberlain: "Although most of the move of code in in v5.19-rc1 should have not introduced a regression patch review on one of the file changes captured a checkpatch warning which advised to use strscpy() and it caused a buffer overflow when an incorrect length is passed. Another change which checkpatch complained about was an odd RCU usage, but that was properly addressed in a separate patch to the move by Aaron. That caused a regression with PREEMPT_RT=y due to an unbounded latency. This series fixes both and adjusts documentation which we forgot to do for the move" * tag 'modules-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux: module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RT doc: module: update file references module: Fix "warning: variable 'exit' set but not used" module: Fix selfAssignment cppcheck warning modules: Fix corruption of /proc/kallsyms
Diffstat (limited to 'Documentation/translations/zh_CN/core-api/kernel-api.rst')
-rw-r--r--Documentation/translations/zh_CN/core-api/kernel-api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/core-api/kernel-api.rst b/Documentation/translations/zh_CN/core-api/kernel-api.rst
index e45fe80d1cd8..962d31d019d7 100644
--- a/Documentation/translations/zh_CN/core-api/kernel-api.rst
+++ b/Documentation/translations/zh_CN/core-api/kernel-api.rst
@@ -224,7 +224,7 @@ kernel/kmod.c
模块接口支持
------------
-更多信息请参考文件kernel/module.c。
+更多信息请参阅kernel/module/目录下的文件。
硬件接口
========