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>] [day] [month] [year] [list]
Date:	Tue, 13 Nov 2012 20:52:51 +0800
From:	Dongsheng Song <dongsheng.song@...il.com>
To:	Tekkaman Ninja <tekkamanninja@...il.com>
Cc:	harryxiyou <harryxiyou@...il.com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Nicolas Pitre <nicolas.pitre@...aro.org>,
	Dave Martin <dave.martin@...aro.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>
Subject: Re: [PATCH v2]Documentation: Chinese translation of Documentation/arm/kernel_user_helpers.txt

Hi,

Here is the original text:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=Documentation/arm/kernel_user_helpers.txt;h=5673594717cfcfe798d87ae95b7e5a1d386aeaff;hb=HEAD

  23 User space is expected to bypass those helpers and implement those things
  24 inline (either in the code emitted directly by the compiler, or part of
  25 the implementation of a library call) when optimizing for a recent enough
  26 processor that has the necessary native support, but only if resulting
  27 binaries are already to be incompatible with earlier ARM processors due to
  28 usage of similar native instructions for other things.

+在对那些拥有原生支持的新型处理器进行代码优化时,用户空间最好绕过这些
+辅助代码,并在内联函数中实现这些操作(无论是通过编译器在代码中直接放置,
+还是作为库函数调用实现的一部分);仅有在为了其他操作使用了同类原生指令,
+导致二进制结果已与早期 ARM 处理不兼容的情况下,才使用这些辅助代码。

My review is:

当对那些拥有原生支持的新型处理器进行代码优化时,如果已经在其它代码中
使用类似的新指令,从而导致二进制结果已与早期 ARM 处理器不兼容的情况下,
用户空间最好绕过这些辅助代码,并在内联函数中实现这些操作(无论是通过
编译器在代码中直接发出,还是作为库函数调用实现的一部分)。

Why do you revert my translation ? The new translation looks wrong too.

Regards,
Dongsheng

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ