From: ChenXiaoSong <chenxiaosong.chenxiaosong@linux.dev>
To: Steve French <smfrench@gmail.com>,
Namjae Jeon <linkinjeon@kernel.org>,
Namjae Jeon <linkinjeon@samba.org>,
sfrench@samba.org, Markus Elfring <Markus.Elfring@web.de>
Cc: ChenXiaoSong <chenxiaosong@kylinos.cn>,
linux-cifs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [v2 1/6] smb/server: fix return value of smb2_read()
Date: Sun, 19 Oct 2025 19:56:45 +0800 [thread overview]
Message-ID: <03707213-395c-4b3f-bf6d-3aca392a8ec1@linux.dev> (raw)
In-Reply-To: <3d3fe6c0-b05e-4e36-8b02-0fc16438c781@linux.dev>
Hi Steve and Namjae,
The "Fixes:" tags of the first five patches in this patchset are the same:
Fixes: e2f34481b24d ("cifsd: add server-side procedures for SMB3")
Thanks,
ChenXiaoSong.
On 10/19/25 7:13 PM, ChenXiaoSong wrote:
> Hi Steve and Markus,
>
> Sorry for the late reply, I’ve been ill and sleeping a lot, so I only
> just saw your emails.
>
> Steve, thank you for your understanding of Chinese naming tradition.
>
> Markus, thank you too for your other suggestions (such as the suggestion
> of adding a "Fixes:" tag).
>
> I am Chinese, and my Chinese name is "陈孝松", the pinyin is
> "ChenXiaoSong". The first word is my family name, the second indicates
> my generation(the second word of my siblings' names is the same), and
> the third is my given name.
>
> In China, no characters (such as spaces or punctuation) are used between
> the word of a name.
>
> Thanks again to Steve for your understanding of Chinese naming tradition.
>
> Thanks!
> ChenXiaoSong.
>
> On 10/19/25 5:47 PM, Steve French wrote:
>> > My name pattern recognition would find a display like “… Chen Xiao
>> Song”
>> clearer eventually.
>>
>> The convention of whether and where a space is used in approximating
>> an Asian name in western ASCII characters apparently varies by
>> country, but apparently natively in many Asian languages there would
>> be no spaces so there does not appear to be a rule on this for
>> Americanized (or westernized) Asian names. In addition the convention
>> of whether given name precedes family name is reversed in some asian
>> countries. In general a person has some freedom in how they wish to be
>> "named" in git commits eg in western languages whether a nickname or
>> strict legal name is used.
>>
>> Thanks,
>>
>> Steve
>>
>> On Sun, Oct 19, 2025, 3:50 AM Markus Elfring <Markus.Elfring@web.de
>> <mailto:Markus.Elfring@web.de>> wrote:
>>
>> >> Do you care for naming requirements which are indicated by
>> >> the Developer's Certificate of Origin?
>> >
>> > Generally, these are good to follow for multiple reasons,
>>
>> Thanks for another bit of positive indication.
>>
>>
>> > but I still don't see your point.
>>
>> I hope that remaining communication difficulties can be resolved
>> better.
>>
>> We are
>>
>>
>> > If "Markus Elfring" chooses to use a (valid) email address
>> "Markus.Elfring@web.de <mailto:Markus.Elfring@web.de> …" which is
>> basically the same is his name how is that any different from
>> "ChenXiaoSong" choosing to use a (valid) email address that is
>> almost identical to the name ie "chenxiaosong@kylinos.cn
>> <mailto:chenxiaosong@kylinos.cn> <mailto:chenxiaosong@kylinos.cn
>> <mailto:chenxiaosong@kylinos.cn>>" obviously this is not using an
>> Asian character set, but it appears accurate and I don't see
>> anywhere that it violates. …
>>
>> You stressed constraints for the email address selection.
>>
>> I dared to point a concern out for the representation of a personal
>> name.
>> https://en.wikipedia.org/wiki/Personal_name <https://
>> en.wikipedia.org/wiki/Personal_name>
>>
>> We are occasionally struggling with the information
>> “using a known identity (sorry, no anonymous contributions.)”,
>> don't we?
>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
>> tree/Documentation/process/submitting-patches.rst?h=v6.18-rc1#n440
>> <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
>> tree/Documentation/process/submitting-patches.rst?h=v6.18-rc1#n440>
>>
>> My name pattern recognition would find a display like “… Chen Xiao
>> Song”
>> clearer eventually.
>> * https://en.wikipedia.org/wiki/Chen_(surname) <https://
>> en.wikipedia.org/wiki/Chen_(surname)>
>> * https://en.wikipedia.org/wiki/Xiao_(surname) <https://
>> en.wikipedia.org/wiki/Xiao_(surname)>
>> * https://en.wikipedia.org/wiki/
>> Song_%28disambiguation%29#People_with_the_name <https://
>> en.wikipedia.org/wiki/Song_%28disambiguation%29#People_with_the_name>
>>
>>
>> Regards,
>> Markus
>>
>
next prev parent reply other threads:[~2025-10-19 11:56 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-17 10:46 [PATCH v2 0/6] smb/server: fix return values of smb2_0_server_cmds proc chenxiaosong.chenxiaosong
2025-10-17 10:46 ` [PATCH v2 1/6] smb/server: fix return value of smb2_read() chenxiaosong.chenxiaosong
2025-10-18 18:27 ` Markus Elfring
[not found] ` <CAH2r5mt4X4+k89t9CSqxuF55jooOt=X-BMB9AGR+e9WNEh6Y0g@mail.gmail.com>
[not found] ` <cc22c66e-9ecb-4aa4-9b38-bd148820269c@web.de>
[not found] ` <CAH2r5mtiAy7h__rFd9mP-jutx38C9JSpPOPhn9ngqsezeX4_4g@mail.gmail.com>
[not found] ` <8d9ab96f-b7cf-4ebb-9a1b-4b0f2b94461f@web.de>
[not found] ` <CAH2r5mvx5+zQwhFRz-_dMmxYDX4PDzY5X9WGEd0M1Xf73bRyLA@mail.gmail.com>
[not found] ` <3d3fe6c0-b05e-4e36-8b02-0fc16438c781@linux.dev>
2025-10-19 11:56 ` ChenXiaoSong [this message]
2025-10-19 12:32 ` [v2 " Markus Elfring
2025-10-17 10:46 ` [PATCH v2 2/6] smb/server: fix return value of smb2_notify() chenxiaosong.chenxiaosong
2025-10-18 18:30 ` Markus Elfring
2025-11-11 9:54 ` ChenXiaoSong
2025-10-17 10:46 ` [PATCH v2 3/6] smb/server: fix return value of smb2_query_dir() chenxiaosong.chenxiaosong
2025-10-17 10:46 ` [PATCH v2 4/6] smb/server: fix return value of smb2_ioctl() chenxiaosong.chenxiaosong
2025-10-17 10:46 ` [PATCH v2 5/6] smb/server: fix return value of smb2_oplock_break() chenxiaosong.chenxiaosong
2025-10-17 10:46 ` [PATCH v2 6/6] smb/server: update some misguided comment of smb2_0_server_cmds proc chenxiaosong.chenxiaosong
2025-10-17 14:55 ` [PATCH v2 0/6] smb/server: fix return values " ChenXiaoSong
2025-10-18 1:14 ` Namjae Jeon
2025-10-18 18:42 ` Markus Elfring
2025-11-10 3:01 ` ChenXiaoSong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=03707213-395c-4b3f-bf6d-3aca392a8ec1@linux.dev \
--to=chenxiaosong.chenxiaosong@linux.dev \
--cc=Markus.Elfring@web.de \
--cc=chenxiaosong@kylinos.cn \
--cc=linkinjeon@kernel.org \
--cc=linkinjeon@samba.org \
--cc=linux-cifs@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sfrench@samba.org \
--cc=smfrench@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox