lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <340cbb78-3e68-4584-8e11-313f7f86fd34@loongson.cn>
Date: Wed, 20 Dec 2023 15:26:12 +0800
From: Yanteng Si <siyanteng@...ngson.cn>
To: "JiaLong.Yang" <jialong.yang@...ngroup.cn>, Alex Shi <alexs@...nel.org>,
 Jonathan Corbet <corbet@....net>
Cc: 2738078698@...com, linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Docs/zh_CN: Fix the meaning of DEBUG to pr_debug()


在 2023/12/20 14:28, JiaLong.Yang 写道:
> We know the macro DEBUG will make pr_debug() save the formatted
> string into final binary. So the translation is a little wrong.
>
> Signed-off-by: JiaLong.Yang <jialong.yang@...ngroup.cn>

Acked-by: Yanteng Si <siyanteng@...ngson.cn>


BTW, you lost Zenghui's Reviewed-by tag. :)


Thanks,

Yanteng

> ---
>   Documentation/translations/zh_CN/core-api/printk-basics.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/translations/zh_CN/core-api/printk-basics.rst b/Documentation/translations/zh_CN/core-api/printk-basics.rst
> index 59c6efb3fc41..cafa01bccff2 100644
> --- a/Documentation/translations/zh_CN/core-api/printk-basics.rst
> +++ b/Documentation/translations/zh_CN/core-api/printk-basics.rst
> @@ -100,7 +100,7 @@ printk()的用法通常是这样的::
>   
>   为了调试,还有两个有条件编译的宏:
>   pr_debug()和pr_devel(),除非定义了 ``DEBUG`` (或者在pr_debug()的情况下定义了
> -``CONFIG_DYNAMIC_DEBUG`` ),否则它们会被编译。
> +``CONFIG_DYNAMIC_DEBUG`` ),否则它们不会被编译。
>   
>   
>   函数接口


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ