Re: [RESEND PATCH 0/2] docs/zh_CN: Add userspace-api/index and ebpf Chinese translation

From: Rui Li
Date: Mon Oct 17 2022 - 10:03:55 EST


On 2022/10/17 21:52, Jonathan Corbet wrote:
> Rui Li <me@xxxxxxxxx> writes:
>
>> Translate the following documents into Chinese:
>>
>> - Documentation/translations/zh_CN/userspace-api/ebpf/index.rst
>> - Documentation/translations/zh_CN/userspace-api/ebpf/syscall.rst
>> - Documentation/translations/zh_CN/userspace-api/index.rst
>>
>> Add userspace-api into the menu of zh_CN index.
>>
>> Rui Li (2):
>> docs/zh_CN: Add userspace-api/ebpf Chinese translation
>> docs/zh_CN: Add userspace-api/index Chinese translation
>>
>> Documentation/translations/zh_CN/index.rst | 2 +-
>> .../zh_CN/userspace-api/ebpf/index.rst | 22 ++++++++
>> .../zh_CN/userspace-api/ebpf/syscall.rst | 31 ++++++++++++
>> .../zh_CN/userspace-api/index.rst | 50 +++++++++++++++++++
>> 4 files changed, 104 insertions(+), 1 deletion(-)
>> create mode 100644 Documentation/translations/zh_CN/userspace-api/ebpf/index.rst
>> create mode 100644 Documentation/translations/zh_CN/userspace-api/ebpf/syscall.rst
>> create mode 100644 Documentation/translations/zh_CN/userspace-api/index.rst
> Why are you resending this patch set after one day?
>
> jon

So sorry if disturbing. After sending the first patch set, a
maintainer contacted me and pointed out my email server
is incorrectly handling DKIM and Message-Id. That causes
inconvenience for maintainers to review.

I changed my email service and hopefully the DKIM check
and Message ID won't be wrong. I am not quite sure if I
should resend or add PATCH v1 version.

Sorry again if I disturbed anyone.

Rui