* [PATCH] Documentation: Chinese translation of arm64/silicon-errata.txt
@ 2016-02-13 19:40 wefu
2016-02-14 19:23 ` Weiwei Jia
0 siblings, 1 reply; 4+ messages in thread
From: wefu @ 2016-02-13 19:40 UTC (permalink / raw)
To: harryxiyou, corbet, will.deacon
Cc: linux-kernel, linux-doc, linux-kernel, Fu Wei
From: Fu Wei <wefu@redhat.com>
This is a Chinese translated version of Documentation/arm64/silicon-errata.txt
Signed-off-by: Fu Wei <wefu@redhat.com>
---
Documentation/zh_CN/arm64/silicon-errata.txt | 74 ++++++++++++++++++++++++++++
1 file changed, 74 insertions(+)
create mode 100644 Documentation/zh_CN/arm64/silicon-errata.txt
diff --git a/Documentation/zh_CN/arm64/silicon-errata.txt b/Documentation/zh_CN/arm64/silicon-errata.txt
new file mode 100644
index 0000000..0584bd6
--- /dev/null
+++ b/Documentation/zh_CN/arm64/silicon-errata.txt
@@ -0,0 +1,74 @@
+Chinese translated version of Documentation/arm64/silicon-errata.txt
+
+If you have any comment or update to the content, please contact the
+original document maintainer directly. However, if you have a problem
+communicating in English you can also ask the Chinese maintainer for
+help. Contact the Chinese maintainer if this translation is outdated
+or if there is a problem with the translation.
+
+M: Will Deacon <will.deacon@arm.com>
+zh_CN: Fu Wei <wefu@redhat.com>
+C: e835a65f7ab143acf9aee6f9a98ef1c7afd2a835
+---------------------------------------------------------------------
+Documentation/arm64/silicon-errata.txt 的中文翻译
+
+如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
+交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
+译存在问题,请联系中文版维护者。
+
+英文版维护者: Will Deacon <will.deacon@arm.com>
+中文版维护者: 傅炜 Fu Wei <wefu@redhat.com>
+中文版翻译者: 傅炜 Fu Wei <wefu@redhat.com>
+中文版校译者: 傅炜 Fu Wei <wefu@redhat.com>
+本文翻译提交时的 Git 检出点为: e835a65f7ab143acf9aee6f9a98ef1c7afd2a835
+
+以下为正文
+---------------------------------------------------------------------
+ 芯片勘误和软件解决办法
+ ==================
+
+作者: Will Deacon <will.deacon@arm.com>
+日期: 2015年11月27日
+
+一个不幸的现实:硬件经常带有一些所谓的“错误(errata)”,致使其在
+某些特定的情况下会违背构架定义的行为。对基于 ARM 的硬件,这些错误
+大体被分为以下几类:
+
+ A 类:无可行解决方法的严重错误。
+ B 类:有可接受的解决方法的重大或严重错误。
+ C 类:在正常操作中不会显现的小错误。
+
+更多资讯,请在 infocenter.arm.com (需注册)中查阅“软件开发者勘误
+笔记”(“Software Developers Errata Notice”)文档。
+
+对于 Linux 而言,B 类错误可能需要操作系统的某些特别处理。例如,避免
+一个特殊的代码序列,或是以一种特定的方式配置处理器。在某种不太常见的
+情况下,为将 A 类错误当作 C 类处理,可能需要用类似手段。这些手段被
+统称为“软件解决办法”,且仅在少数情况需要(例如,那些需要一个在非安全
+异常级运行的解决方法 *且* 能被 Linux 触发的情况)。
+
+对于尚在讨论中的可能对未受错误影响的系统产生不利影响的软件解决办法,
+有一个相应的内核配置(Kconfig)选项被加在 “内核特性(Kernel Features)”
+- > “基于可选方案框架的 ARM 错误解决办法(ARM errata workarounds via
+the alternatives framework)"。这些选项被默认开启,若探测到受影响的CPU,
+补丁将在运行时被打入。对于对系统运行影响较小的解决办法,内核配置选项
+并不存在,且代码以一种避开错误的方式被构造(带注释为宜)。
+
+这种做法对于在任意内核源代码树中准确地判断出哪个错误已被软件方法所解决
+稍微有点麻烦,所以这个文件在 Linux 内核中作为软件解决办法的注册表,
+并将在新的软件解决办法被提交和反向移植到稳定内核时被更新。
+
+| 实现者 | 受影响的组件 | 勘误编号 | 内核配置 |
++----------------+-----------------+-----------------+-------------------------+
+| ARM | Cortex-A53 | #826319 | ARM64_ERRATUM_826319 |
+| ARM | Cortex-A53 | #827319 | ARM64_ERRATUM_827319 |
+| ARM | Cortex-A53 | #824069 | ARM64_ERRATUM_824069 |
+| ARM | Cortex-A53 | #819472 | ARM64_ERRATUM_819472 |
+| ARM | Cortex-A53 | #845719 | ARM64_ERRATUM_845719 |
+| ARM | Cortex-A53 | #843419 | ARM64_ERRATUM_843419 |
+| ARM | Cortex-A57 | #832075 | ARM64_ERRATUM_832075 |
+| ARM | Cortex-A57 | #852523 | N/A |
+| ARM | Cortex-A57 | #834220 | ARM64_ERRATUM_834220 |
+| | | | |
+| Cavium | ThunderX ITS | #22375, #24313 | CAVIUM_ERRATUM_22375 |
+| Cavium | ThunderX GICv3 | #23154 | CAVIUM_ERRATUM_23154 |
--
2.5.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: Chinese translation of arm64/silicon-errata.txt
2016-02-13 19:40 [PATCH] Documentation: Chinese translation of arm64/silicon-errata.txt wefu
@ 2016-02-14 19:23 ` Weiwei Jia
2016-02-15 4:57 ` Fu Wei
0 siblings, 1 reply; 4+ messages in thread
From: Weiwei Jia @ 2016-02-14 19:23 UTC (permalink / raw)
To: wefu@redhat.com
Cc: corbet, Will Deacon, linux-kernel@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel
2016-02-14 3:40 GMT+08:00 <wefu@redhat.com>:
> From: Fu Wei <wefu@redhat.com>
>
> This is a Chinese translated version of Documentation/arm64/silicon-errata.txt
>
> Signed-off-by: Fu Wei <wefu@redhat.com>
Reviewed-by: Weiwei Jia <harryxiyou@gmail.com>
> ---
> Documentation/zh_CN/arm64/silicon-errata.txt | 74 ++++++++++++++++++++++++++++
> 1 file changed, 74 insertions(+)
> create mode 100644 Documentation/zh_CN/arm64/silicon-errata.txt
>
> diff --git a/Documentation/zh_CN/arm64/silicon-errata.txt b/Documentation/zh_CN/arm64/silicon-errata.txt
> new file mode 100644
> index 0000000..0584bd6
> --- /dev/null
> +++ b/Documentation/zh_CN/arm64/silicon-errata.txt
> @@ -0,0 +1,74 @@
> +Chinese translated version of Documentation/arm64/silicon-errata.txt
> +
> +If you have any comment or update to the content, please contact the
> +original document maintainer directly. However, if you have a problem
> +communicating in English you can also ask the Chinese maintainer for
> +help. Contact the Chinese maintainer if this translation is outdated
> +or if there is a problem with the translation.
> +
> +M: Will Deacon <will.deacon@arm.com>
> +zh_CN: Fu Wei <wefu@redhat.com>
> +C: e835a65f7ab143acf9aee6f9a98ef1c7afd2a835
> +---------------------------------------------------------------------
> +Documentation/arm64/silicon-errata.txt 的中文翻译
> +
> +如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
> +交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
> +译存在问题,请联系中文版维护者。
> +
> +英文版维护者: Will Deacon <will.deacon@arm.com>
> +中文版维护者: 傅炜 Fu Wei <wefu@redhat.com>
> +中文版翻译者: 傅炜 Fu Wei <wefu@redhat.com>
> +中文版校译者: 傅炜 Fu Wei <wefu@redhat.com>
> +本文翻译提交时的 Git 检出点为: e835a65f7ab143acf9aee6f9a98ef1c7afd2a835
> +
> +以下为正文
> +---------------------------------------------------------------------
> + 芯片勘误和软件解决办法
> + ==================
> +
> +作者: Will Deacon <will.deacon@arm.com>
> +日期: 2015年11月27日
> +
> +一个不幸的现实:硬件经常带有一些所谓的“错误(errata)”,致使其在
> +某些特定的情况下会违背构架定义的行为。对基于 ARM 的硬件,这些错误
> +大体被分为以下几类:
> +
> + A 类:无可行解决方法的严重错误。
> + B 类:有可接受的解决方法的重大或严重错误。
> + C 类:在正常操作中不会显现的小错误。
> +
> +更多资讯,请在 infocenter.arm.com (需注册)中查阅“软件开发者勘误
> +笔记”(“Software Developers Errata Notice”)文档。
> +
> +对于 Linux 而言,B 类错误可能需要操作系统的某些特别处理。例如,避免
> +一个特殊的代码序列,或是以一种特定的方式配置处理器。在某种不太常见的
> +情况下,为将 A 类错误当作 C 类处理,可能需要用类似手段。这些手段被
> +统称为“软件解决办法”,且仅在少数情况需要(例如,那些需要一个在非安全
> +异常级运行的解决方法 *且* 能被 Linux 触发的情况)。
I think it may be better like this.
(例如,那些需要在一个非安全异常级别运行的解决方法 *并且* 能被 Linux 触发的情况)
> +
> +对于尚在讨论中的可能对未受错误影响的系统产生不利影响的软件解决办法,
> +有一个相应的内核配置(Kconfig)选项被加在 “内核特性(Kernel Features)”
> +- > “基于可选方案框架的 ARM 错误解决办法(ARM errata workarounds via
> +the alternatives framework)"。这些选项被默认开启,若探测到受影响的CPU,
> +补丁将在运行时被打入。对于对系统运行影响较小的解决办法,内核配置选项
> +并不存在,且代码以一种避开错误的方式被构造(带注释为宜)。
> +
> +这种做法对于在任意内核源代码树中准确地判断出哪个错误已被软件方法所解决
> +稍微有点麻烦,所以这个文件在 Linux 内核中作为软件解决办法的注册表,
> +并将在新的软件解决办法被提交和反向移植到稳定内核时被更新。
> +
> +| 实现者 | 受影响的组件 | 勘误编号 | 内核配置 |
> ++----------------+-----------------+-----------------+-------------------------+
> +| ARM | Cortex-A53 | #826319 | ARM64_ERRATUM_826319 |
> +| ARM | Cortex-A53 | #827319 | ARM64_ERRATUM_827319 |
> +| ARM | Cortex-A53 | #824069 | ARM64_ERRATUM_824069 |
> +| ARM | Cortex-A53 | #819472 | ARM64_ERRATUM_819472 |
> +| ARM | Cortex-A53 | #845719 | ARM64_ERRATUM_845719 |
> +| ARM | Cortex-A53 | #843419 | ARM64_ERRATUM_843419 |
> +| ARM | Cortex-A57 | #832075 | ARM64_ERRATUM_832075 |
> +| ARM | Cortex-A57 | #852523 | N/A |
> +| ARM | Cortex-A57 | #834220 | ARM64_ERRATUM_834220 |
> +| | | | |
> +| Cavium | ThunderX ITS | #22375, #24313 | CAVIUM_ERRATUM_22375 |
> +| Cavium | ThunderX GICv3 | #23154 | CAVIUM_ERRATUM_23154 |
> --
> 2.5.0
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: Chinese translation of arm64/silicon-errata.txt
2016-02-14 19:23 ` Weiwei Jia
@ 2016-02-15 4:57 ` Fu Wei
2016-02-15 5:57 ` Weiwei Jia
0 siblings, 1 reply; 4+ messages in thread
From: Fu Wei @ 2016-02-15 4:57 UTC (permalink / raw)
To: Weiwei Jia
Cc: corbet, Will Deacon, linux-kernel@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel
Hi Harry,
Thanks for your rapid response :-)
On 02/15/2016 03:23 AM, Weiwei Jia wrote:
> 2016-02-14 3:40 GMT+08:00 <wefu@redhat.com>:
>> From: Fu Wei <wefu@redhat.com>
>>
>> This is a Chinese translated version of Documentation/arm64/silicon-errata.txt
>>
>> Signed-off-by: Fu Wei <wefu@redhat.com>
>
> Reviewed-by: Weiwei Jia <harryxiyou@gmail.com>
>
>> ---
>> Documentation/zh_CN/arm64/silicon-errata.txt | 74 ++++++++++++++++++++++++++++
>> 1 file changed, 74 insertions(+)
>> create mode 100644 Documentation/zh_CN/arm64/silicon-errata.txt
>>
>> diff --git a/Documentation/zh_CN/arm64/silicon-errata.txt b/Documentation/zh_CN/arm64/silicon-errata.txt
>> new file mode 100644
>> index 0000000..0584bd6
>> --- /dev/null
>> +++ b/Documentation/zh_CN/arm64/silicon-errata.txt
>> @@ -0,0 +1,74 @@
>> +Chinese translated version of Documentation/arm64/silicon-errata.txt
>> +
>> +If you have any comment or update to the content, please contact the
>> +original document maintainer directly. However, if you have a problem
>> +communicating in English you can also ask the Chinese maintainer for
>> +help. Contact the Chinese maintainer if this translation is outdated
>> +or if there is a problem with the translation.
>> +
>> +M: Will Deacon <will.deacon@arm.com>
>> +zh_CN: Fu Wei <wefu@redhat.com>
>> +C: e835a65f7ab143acf9aee6f9a98ef1c7afd2a835
>> +---------------------------------------------------------------------
>> +Documentation/arm64/silicon-errata.txt 的中文翻译
>> +
>> +如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
>> +交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
>> +译存在问题,请联系中文版维护者。
>> +
>> +英文版维护者: Will Deacon <will.deacon@arm.com>
>> +中文版维护者: 傅炜 Fu Wei <wefu@redhat.com>
>> +中文版翻译者: 傅炜 Fu Wei <wefu@redhat.com>
>> +中文版校译者: 傅炜 Fu Wei <wefu@redhat.com>
>> +本文翻译提交时的 Git 检出点为: e835a65f7ab143acf9aee6f9a98ef1c7afd2a835
>> +
>> +以下为正文
>> +---------------------------------------------------------------------
>> + 芯片勘误和软件解决办法
>> + ==================
>> +
>> +作者: Will Deacon <will.deacon@arm.com>
>> +日期: 2015年11月27日
>> +
>> +一个不幸的现实:硬件经常带有一些所谓的“错误(errata)”,致使其在
>> +某些特定的情况下会违背构架定义的行为。对基于 ARM 的硬件,这些错误
>> +大体被分为以下几类:
>> +
>> + A 类:无可行解决方法的严重错误。
>> + B 类:有可接受的解决方法的重大或严重错误。
>> + C 类:在正常操作中不会显现的小错误。
>> +
>> +更多资讯,请在 infocenter.arm.com (需注册)中查阅“软件开发者勘误
>> +笔记”(“Software Developers Errata Notice”)文档。
>> +
>> +对于 Linux 而言,B 类错误可能需要操作系统的某些特别处理。例如,避免
>> +一个特殊的代码序列,或是以一种特定的方式配置处理器。在某种不太常见的
>> +情况下,为将 A 类错误当作 C 类处理,可能需要用类似手段。这些手段被
>> +统称为“软件解决办法”,且仅在少数情况需要(例如,那些需要一个在非安全
I am thinking about a better translation of "workaround"
变通方法
修补方案
替代办法
修正方案
Which one does look better to you? or do you have any suggestion?
:-)
>> +异常级运行的解决方法 *且* 能被 Linux 触发的情况)。
>
> I think it may be better like this.
>
> (例如,那些需要在一个非安全异常级别运行的解决方法 *并且* 能被 Linux 触发的情况)
How about this?
(例如,那些需要一个运行在非安全异常级的解决方法 *并且* 能被 Linux 触发
的情况)
Because 一个*解决方法 and "运行在非安全异常级的" is adjective。
>
>> +
>> +对于尚在讨论中的可能对未受错误影响的系统产生不利影响的软件解决办法,
>> +有一个相应的内核配置(Kconfig)选项被加在 “内核特性(Kernel Features)”
>> +- > “基于可选方案框架的 ARM 错误解决办法(ARM errata workarounds via
>> +the alternatives framework)"。这些选项被默认开启,若探测到受影响的CPU,
>> +补丁将在运行时被打入。对于对系统运行影响较小的解决办法,内核配置选项
>> +并不存在,且代码以一种避开错误的方式被构造(带注释为宜)。
>> +
>> +这种做法对于在任意内核源代码树中准确地判断出哪个错误已被软件方法所解决
>> +稍微有点麻烦,所以这个文件在 Linux 内核中作为软件解决办法的注册表,
>> +并将在新的软件解决办法被提交和反向移植到稳定内核时被更新。
>> +
>> +| 实现者 | 受影响的组件 | 勘误编号 | 内核配置 |
>> ++----------------+-----------------+-----------------+-------------------------+
>> +| ARM | Cortex-A53 | #826319 | ARM64_ERRATUM_826319 |
>> +| ARM | Cortex-A53 | #827319 | ARM64_ERRATUM_827319 |
>> +| ARM | Cortex-A53 | #824069 | ARM64_ERRATUM_824069 |
>> +| ARM | Cortex-A53 | #819472 | ARM64_ERRATUM_819472 |
>> +| ARM | Cortex-A53 | #845719 | ARM64_ERRATUM_845719 |
>> +| ARM | Cortex-A53 | #843419 | ARM64_ERRATUM_843419 |
>> +| ARM | Cortex-A57 | #832075 | ARM64_ERRATUM_832075 |
>> +| ARM | Cortex-A57 | #852523 | N/A |
>> +| ARM | Cortex-A57 | #834220 | ARM64_ERRATUM_834220 |
>> +| | | | |
>> +| Cavium | ThunderX ITS | #22375, #24313 | CAVIUM_ERRATUM_22375 |
>> +| Cavium | ThunderX GICv3 | #23154 | CAVIUM_ERRATUM_23154 |
>> --
>> 2.5.0
>>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: Chinese translation of arm64/silicon-errata.txt
2016-02-15 4:57 ` Fu Wei
@ 2016-02-15 5:57 ` Weiwei Jia
0 siblings, 0 replies; 4+ messages in thread
From: Weiwei Jia @ 2016-02-15 5:57 UTC (permalink / raw)
To: Fu Wei
Cc: Jonathan Corbet, Will Deacon, linux-kernel@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel
2016-02-15 12:57 GMT+08:00 Fu Wei <wefu@redhat.com>:
> Hi Harry,
Hi Wei Fu,
>
> Thanks for your rapid response :-)
>
>
> On 02/15/2016 03:23 AM, Weiwei Jia wrote:
>>
>> 2016-02-14 3:40 GMT+08:00 <wefu@redhat.com>:
>>>
>>> From: Fu Wei <wefu@redhat.com>
>>>
>>> This is a Chinese translated version of
>>> Documentation/arm64/silicon-errata.txt
>>>
>>> Signed-off-by: Fu Wei <wefu@redhat.com>
>>
>>
>> Reviewed-by: Weiwei Jia <harryxiyou@gmail.com>
>>
>>> ---
>>> Documentation/zh_CN/arm64/silicon-errata.txt | 74
>>> ++++++++++++++++++++++++++++
>>> 1 file changed, 74 insertions(+)
>>> create mode 100644 Documentation/zh_CN/arm64/silicon-errata.txt
>>>
>>> diff --git a/Documentation/zh_CN/arm64/silicon-errata.txt
>>> b/Documentation/zh_CN/arm64/silicon-errata.txt
>>> new file mode 100644
>>> index 0000000..0584bd6
>>> --- /dev/null
>>> +++ b/Documentation/zh_CN/arm64/silicon-errata.txt
>>> @@ -0,0 +1,74 @@
>>> +Chinese translated version of Documentation/arm64/silicon-errata.txt
>>> +
>>> +If you have any comment or update to the content, please contact the
>>> +original document maintainer directly. However, if you have a problem
>>> +communicating in English you can also ask the Chinese maintainer for
>>> +help. Contact the Chinese maintainer if this translation is outdated
>>> +or if there is a problem with the translation.
>>> +
>>> +M: Will Deacon <will.deacon@arm.com>
>>> +zh_CN: Fu Wei <wefu@redhat.com>
>>> +C: e835a65f7ab143acf9aee6f9a98ef1c7afd2a835
>>> +---------------------------------------------------------------------
>>> +Documentation/arm64/silicon-errata.txt 的中文翻译
>>> +
>>> +如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
>>> +交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
>>> +译存在问题,请联系中文版维护者。
>>> +
>>> +英文版维护者: Will Deacon <will.deacon@arm.com>
>>> +中文版维护者: 傅炜 Fu Wei <wefu@redhat.com>
>>> +中文版翻译者: 傅炜 Fu Wei <wefu@redhat.com>
>>> +中文版校译者: 傅炜 Fu Wei <wefu@redhat.com>
>>> +本文翻译提交时的 Git 检出点为: e835a65f7ab143acf9aee6f9a98ef1c7afd2a835
>>> +
>>> +以下为正文
>>> +---------------------------------------------------------------------
>>> + 芯片勘误和软件解决办法
>>> + ==================
>>> +
>>> +作者: Will Deacon <will.deacon@arm.com>
>>> +日期: 2015年11月27日
>>> +
>>> +一个不幸的现实:硬件经常带有一些所谓的“错误(errata)”,致使其在
>>> +某些特定的情况下会违背构架定义的行为。对基于 ARM 的硬件,这些错误
>>> +大体被分为以下几类:
>>> +
>>> + A 类:无可行解决方法的严重错误。
>>> + B 类:有可接受的解决方法的重大或严重错误。
>>> + C 类:在正常操作中不会显现的小错误。
>>> +
>>> +更多资讯,请在 infocenter.arm.com (需注册)中查阅“软件开发者勘误
>>> +笔记”(“Software Developers Errata Notice”)文档。
>>> +
>>> +对于 Linux 而言,B 类错误可能需要操作系统的某些特别处理。例如,避免
>>> +一个特殊的代码序列,或是以一种特定的方式配置处理器。在某种不太常见的
>>> +情况下,为将 A 类错误当作 C 类处理,可能需要用类似手段。这些手段被
>>> +统称为“软件解决办法”,且仅在少数情况需要(例如,那些需要一个在非安全
>
>
> I am thinking about a better translation of "workaround"
> 变通方法
> 修补方案
> 替代办法
> 修正方案
>
> Which one does look better to you? or do you have any suggestion?
As discussed by Google Hangout.
>
> :-)
>
>>> +异常级运行的解决方法 *且* 能被 Linux 触发的情况)。
>>
>>
>> I think it may be better like this.
>>
>> (例如,那些需要在一个非安全异常级别运行的解决方法 *并且* 能被 Linux 触发的情况)
>
>
> How about this?
> (例如,那些需要一个运行在非安全异常级的解决方法 *并且* 能被 Linux 触发 的情况)
>
> Because 一个*解决方法 and "运行在非安全异常级的" is adjective。
ACK.
>
>
>>
>>> +
>>> +对于尚在讨论中的可能对未受错误影响的系统产生不利影响的软件解决办法,
>>> +有一个相应的内核配置(Kconfig)选项被加在 “内核特性(Kernel Features)”
>>> +- > “基于可选方案框架的 ARM 错误解决办法(ARM errata workarounds via
>>> +the alternatives framework)"。这些选项被默认开启,若探测到受影响的CPU,
>>> +补丁将在运行时被打入。对于对系统运行影响较小的解决办法,内核配置选项
>>> +并不存在,且代码以一种避开错误的方式被构造(带注释为宜)。
>>> +
>>> +这种做法对于在任意内核源代码树中准确地判断出哪个错误已被软件方法所解决
>>> +稍微有点麻烦,所以这个文件在 Linux 内核中作为软件解决办法的注册表,
>>> +并将在新的软件解决办法被提交和反向移植到稳定内核时被更新。
>>> +
>>> +| 实现者 | 受影响的组件 | 勘误编号 | 内核配置 |
>>>
>>> ++----------------+-----------------+-----------------+-------------------------+
>>> +| ARM | Cortex-A53 | #826319 |
>>> ARM64_ERRATUM_826319 |
>>> +| ARM | Cortex-A53 | #827319 |
>>> ARM64_ERRATUM_827319 |
>>> +| ARM | Cortex-A53 | #824069 |
>>> ARM64_ERRATUM_824069 |
>>> +| ARM | Cortex-A53 | #819472 |
>>> ARM64_ERRATUM_819472 |
>>> +| ARM | Cortex-A53 | #845719 |
>>> ARM64_ERRATUM_845719 |
>>> +| ARM | Cortex-A53 | #843419 |
>>> ARM64_ERRATUM_843419 |
>>> +| ARM | Cortex-A57 | #832075 |
>>> ARM64_ERRATUM_832075 |
>>> +| ARM | Cortex-A57 | #852523 | N/A
>>> |
>>> +| ARM | Cortex-A57 | #834220 |
>>> ARM64_ERRATUM_834220 |
>>> +| | | |
>>> |
>>> +| Cavium | ThunderX ITS | #22375, #24313 |
>>> CAVIUM_ERRATUM_22375 |
>>> +| Cavium | ThunderX GICv3 | #23154 |
>>> CAVIUM_ERRATUM_23154 |
>>> --
>>> 2.5.0
>>>
>
Thanks,
Harry
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-02-15 5:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-13 19:40 [PATCH] Documentation: Chinese translation of arm64/silicon-errata.txt wefu
2016-02-14 19:23 ` Weiwei Jia
2016-02-15 4:57 ` Fu Wei
2016-02-15 5:57 ` Weiwei Jia
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.