Hi all, This set of patches aims to add some translations in zh_CN/admin-guide/ about issues or bugs. And please notice that, since each patch needs to modify their own entry in the same index.rst, patches of this set need to be applied in order. - V2 - Add zh_CN/admin-guide/tainted-kernels.rst - Add zh_CN/admin-guide/init.rst - Pick Alex Shi's Reviewed-by tag for [Patch 3~4/6] - No more new changes will be added to this set, that's all - V1 <https://lore.kernel.org/linux-doc/cover.1615950640.git.bobwxc@xxxxxxxx/> - Re-manage the patch thread - Add zh_CN/admin-guide/security-bugs.rst <https://lore.kernel.org/linux-doc/2552eb0fb4ddea81f80d020c69b7b7a3699dd93a.1615950640.git.bobwxc@xxxxxxxx/> - Modify one word in [Patch 3/4] under Alex Shi's suggestion - Pick Alex Shi's Reviewed-by tag for [Patch 1~2/6] - V0 - Add zh_CN/admin-guide/reporting-issues.rst <https://lore.kernel.org/linux-doc/20210315110119.GA9524@mipc/> - Add zh_CN/admin-guide/bug-bisect.rst <https://lore.kernel.org/linux-doc/b032e8ab75e91b37ae88f2c80102ab6dde1bfa45.1615909052.git.bobwxc@xxxxxxxx/> - Add zh_CN/admin-guide/bug-hunting.rst <https://lore.kernel.org/linux-doc/20210317030323.GA20733@mipc/> Thanks! Wu XiangCheng (6): docs/zh_CN: Add zh_CN/admin-guide/reporting-issues docs/zh_CN: Add zh_CN/admin-guide/bug-bisect.rst docs/zh_CN: Add zh_CN/admin-guide/bug-hunting.rst docs/zh_CN: Add zh_CN/admin-guide/security-bugs.rst docs/zh_CN: Add zh_CN/admin-guide/tainted-kernels.rst docs/zh_CN: Add zh_CN/admin-guide/init.rst .../zh_CN/admin-guide/bug-bisect.rst | 81 ++ .../zh_CN/admin-guide/bug-hunting.rst | 340 +++++ .../translations/zh_CN/admin-guide/index.rst | 11 +- .../translations/zh_CN/admin-guide/init.rst | 54 + .../zh_CN/admin-guide/reporting-issues.rst | 1269 +++++++++++++++++ .../zh_CN/admin-guide/security-bugs.rst | 74 + .../zh_CN/admin-guide/tainted-kernels.rst | 157 ++ 7 files changed, 1983 insertions(+), 3 deletions(-) create mode 100644 Documentation/translations/zh_CN/admin-guide/bug-bisect.rst create mode 100644 Documentation/translations/zh_CN/admin-guide/bug-hunting.rst create mode 100644 Documentation/translations/zh_CN/admin-guide/init.rst create mode 100644 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst create mode 100644 Documentation/translations/zh_CN/admin-guide/security-bugs.rst create mode 100644 Documentation/translations/zh_CN/admin-guide/tainted-kernels.rst -- 2.20.1