Linux Documentation
 help / color / mirror / Atom feed
* [PATCH v2] docs/zh_CN: fix CONFIG_CONPAT typo for CONFIG_COMPAT
@ 2026-06-13 18:37 Ethan Nelson-Moore
  2026-06-14  0:33 ` Zenghui Yu
  2026-06-14  2:08 ` Dongliang Mu
  0 siblings, 2 replies; 3+ messages in thread
From: Ethan Nelson-Moore @ 2026-06-13 18:37 UTC (permalink / raw)
  To: Dongliang Mu, Shuah Khan, Kees Cook, Ethan Nelson-Moore,
	linux-doc
  Cc: Alex Shi, Yanteng Si, Jonathan Corbet

The Simplified Chinese translation of security/self-protection.rst
contains a typo CONFIG_CONPAT for CONFIG_COMPAT. Fix it.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
---
Changes in v2: remove unnecessary information from commit message

 Documentation/translations/zh_CN/security/self-protection.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/translations/zh_CN/security/self-protection.rst b/Documentation/translations/zh_CN/security/self-protection.rst
index 93de9cee5c1a..ad96bb4a4995 100644
--- a/Documentation/translations/zh_CN/security/self-protection.rst
+++ b/Documentation/translations/zh_CN/security/self-protection.rst
@@ -97,7 +97,7 @@ ARCH_OPTIONAL_KERNEL_RWX时的默认设置。
 --------------------
 
 对于64位系统,一种消除许多系统调用最简单的方法是构建时不启用
-CONFIG_CONPAT。然而,这种情况通常不可行。
+CONFIG_COMPAT。然而,这种情况通常不可行。
 
 “seccomp”系统为用户空间提供了一种可选功能,提供了一种减少可供
 运行中进程使用内核入口点数量的方法。这限制了可以访问内核代码
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] docs/zh_CN: fix CONFIG_CONPAT typo for CONFIG_COMPAT
  2026-06-13 18:37 [PATCH v2] docs/zh_CN: fix CONFIG_CONPAT typo for CONFIG_COMPAT Ethan Nelson-Moore
@ 2026-06-14  0:33 ` Zenghui Yu
  2026-06-14  2:08 ` Dongliang Mu
  1 sibling, 0 replies; 3+ messages in thread
From: Zenghui Yu @ 2026-06-14  0:33 UTC (permalink / raw)
  To: Ethan Nelson-Moore
  Cc: Dongliang Mu, Shuah Khan, Kees Cook, linux-doc, Alex Shi,
	Yanteng Si, Jonathan Corbet

On 6/14/26 2:37 AM, Ethan Nelson-Moore wrote:
> The Simplified Chinese translation of security/self-protection.rst
> contains a typo CONFIG_CONPAT for CONFIG_COMPAT. Fix it.
> 
> Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
> ---
> Changes in v2: remove unnecessary information from commit message
> 
>  Documentation/translations/zh_CN/security/self-protection.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/translations/zh_CN/security/self-protection.rst b/Documentation/translations/zh_CN/security/self-protection.rst
> index 93de9cee5c1a..ad96bb4a4995 100644
> --- a/Documentation/translations/zh_CN/security/self-protection.rst
> +++ b/Documentation/translations/zh_CN/security/self-protection.rst
> @@ -97,7 +97,7 @@ ARCH_OPTIONAL_KERNEL_RWX时的默认设置。
>  --------------------
>  
>  对于64位系统,一种消除许多系统调用最简单的方法是构建时不启用
> -CONFIG_CONPAT。然而,这种情况通常不可行。
> +CONFIG_COMPAT。然而,这种情况通常不可行。
>  
>  “seccomp”系统为用户空间提供了一种可选功能,提供了一种减少可供
>  运行中进程使用内核入口点数量的方法。这限制了可以访问内核代码

Reviewed-by: Zenghui Yu <zenghui.yu@linux.dev>

Thanks,
Zenghui

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] docs/zh_CN: fix CONFIG_CONPAT typo for CONFIG_COMPAT
  2026-06-13 18:37 [PATCH v2] docs/zh_CN: fix CONFIG_CONPAT typo for CONFIG_COMPAT Ethan Nelson-Moore
  2026-06-14  0:33 ` Zenghui Yu
@ 2026-06-14  2:08 ` Dongliang Mu
  1 sibling, 0 replies; 3+ messages in thread
From: Dongliang Mu @ 2026-06-14  2:08 UTC (permalink / raw)
  To: Ethan Nelson-Moore, Shuah Khan, Kees Cook, linux-doc
  Cc: Alex Shi, Yanteng Si, Jonathan Corbet


On 6/14/26 2:37 AM, Ethan Nelson-Moore wrote:
> The Simplified Chinese translation of security/self-protection.rst
> contains a typo CONFIG_CONPAT for CONFIG_COMPAT. Fix it.
>
> Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
> ---
> Changes in v2: remove unnecessary information from commit message
>
>   Documentation/translations/zh_CN/security/self-protection.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/translations/zh_CN/security/self-protection.rst b/Documentation/translations/zh_CN/security/self-protection.rst
> index 93de9cee5c1a..ad96bb4a4995 100644
> --- a/Documentation/translations/zh_CN/security/self-protection.rst
> +++ b/Documentation/translations/zh_CN/security/self-protection.rst
> @@ -97,7 +97,7 @@ ARCH_OPTIONAL_KERNEL_RWX时的默认设置。
>   --------------------
>   
>   对于64位系统,一种消除许多系统调用最简单的方法是构建时不启用
> -CONFIG_CONPAT。然而,这种情况通常不可行。
> +CONFIG_COMPAT。然而,这种情况通常不可行。
>   
>   “seccomp”系统为用户空间提供了一种可选功能,提供了一种减少可供
>   运行中进程使用内核入口点数量的方法。这限制了可以访问内核代码


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-14  2:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-13 18:37 [PATCH v2] docs/zh_CN: fix CONFIG_CONPAT typo for CONFIG_COMPAT Ethan Nelson-Moore
2026-06-14  0:33 ` Zenghui Yu
2026-06-14  2:08 ` Dongliang Mu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox