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

Message ID cover.1666009558.git.me@lirui.org
Headers
Series docs/zh_CN: Add userspace-api/index and ebpf Chinese translation |

Message

Rui Li Oct. 17, 2022, 1:27 p.m. UTC
  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
  

Comments

Jonathan Corbet Oct. 17, 2022, 1:52 p.m. UTC | #1
Rui Li <me@lirui.org> 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
  
Rui Li Oct. 17, 2022, 2:03 p.m. UTC | #2
On 2022/10/17 21:52, Jonathan Corbet wrote:
> Rui Li <me@lirui.org> 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
  
Jonathan Corbet Oct. 17, 2022, 2:13 p.m. UTC | #3
Rui Li <me@lirui.org> writes:

> 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.

No worries, I was mostly wondering.

As a general rule, whenever you resend a patch series, it is good to add
a note saying why so that others don't have to try to figure it out on
their own.

Thanks,

jon
  
Rui Li Oct. 17, 2022, 2:17 p.m. UTC | #4
On 2022/10/17 22:13, Jonathan Corbet wrote:
> Rui Li <me@lirui.org> writes:
>
>> 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.
> No worries, I was mostly wondering.
>
> As a general rule, whenever you resend a patch series, it is good to add
> a note saying why so that others don't have to try to figure it out on
> their own.
>
> Thanks,
>
> jon

Thanks so much for advice. I will pay attention next time.

Wish you have a good day.

Rui