Wu X.C. <bobwxc@xxxxxxxx> 于2021年6月23日周三 下午2:43写道: > > On Tue, Jun 22, 2021 at 10:00:18PM +0800, Yanteng Si wrote: > > Translate Documentation/core-api/protection-keys.rst into Chinese. > > > > Signed-off-by: Yanteng Si <siyanteng@xxxxxxxxxxx> > > --- > > .../zh_CN/core-api/protection-keys.rst | 99 +++++++++++++++++++ > > 1 file changed, 99 insertions(+) > > create mode 100644 Documentation/translations/zh_CN/core-api/protection-keys.rst > > > > diff --git a/Documentation/translations/zh_CN/core-api/protection-keys.rst b/Documentation/translations/zh_CN/core-api/protection-keys.rst > > new file mode 100644 > > index 000000000000..edd2a3202a2c > > --- /dev/null > > +++ b/Documentation/translations/zh_CN/core-api/protection-keys.rst > > @@ -0,0 +1,99 @@ > > +.. SPDX-License-Identifier: GPL-2.0 > > +.. include:: ../disclaimer-zh_CN.rst > > + > > +:Original: Documentation/core-api/protection-keys.rst > > + > > +:翻译: > > + > > + 司延腾 Yanteng Si <siyanteng@xxxxxxxxxxx> > > + > > +:校译: > > + > > + 吴想成 Wu XiangCheng <bobwxc@xxxxxxxx> > > + > > +.. _cn_core-api_protection-keys: > > + > > +============ > > +内存保护密钥 > > +============ > > + > > +用户空间的内存保护密钥(Memory Protection Keys for Userspace,PKU,亦 > > +即PKEYs)是英特尔Skylake(及以后)“可扩展处理器”服务器CPU上的一项功能。 > > +它将在未来的非服务器英特尔处理器和未来的AMD处理器中可用。 > > + > > +对于任何希望测试或使用该功能的人来说,它在亚马逊的EC2 C5实例中是可用的, > > +并且已知可以在那里使用Ubuntu 17.04镜像运行。 > > + > > +内存保护密钥提供了一种机制来执行基于页面的保护,但在应用程序改变保护域 > > +时不需要修改页表。它的工作原理是在每个页表项中为“保护密钥”分配4个以 > > +前被忽略的位,从而提供16个可能的密钥。 > > + > > +还有一个新用户可访问的寄存器(PKRU),为每个密钥提供两个单独的位(访 > > a new user-accessible register (PKRU) > 一个新的用户可访问寄存器(PKRU) > | > > You've removed a wrong one. ok,fixed. Thanks, Yanteng > > All others are good. > > Reviewed-by: Wu XiangCheng <bobwxc@xxxxxxxx> > > Thanks, > Wu X.C. >