Re: [PATCH] docs/zh_CN: fix KASAN SW_TAGS mode description

From: Alex Shi

Date: Mon Jul 13 2026 - 22:17:10 EST




On 2026/5/24 18:44, Zenghui Yu wrote:
On 5/22/26 3:57 PM, chengyaqiang wrote:
From: chengyaqiang<chengyaqiang@xxxxxxxxxxxxxxx>

CONFIG_KASAN_SW_TAGS enables Software Tag-Based KASAN mode, not Hardware
Tag-Based mode. Fix the incorrect translation in the Chinese documentation.

The original text incorrectly described both CONFIG_KASAN_SW_TAGS and
CONFIG_KASAN_HW_TAGS as "基于硬件标签" (hardware tag-based). Correct
CONFIG_KASAN_SW_TAGS to "基于软件标签" (software tag-based).

Signed-off-by: chengyaqiang<chengyaqiang@xxxxxxxxxxxxxxx>
Applied, thanks!