From: "yanjun.zhu" <yanjun.zhu@linux.dev>
To: David Ahern <dsahern@kernel.org>,
Kuniyuki Iwashima <kuniyu@google.com>,
Zhu Yanjun <yanjun.zhu@linux.dev>
Cc: Zhu Yanjun <zyjzyj2000@gmail.com>, Jason Gunthorpe <jgg@ziepe.ca>,
Leon Romanovsky <leon@kernel.org>,
Kuniyuki Iwashima <kuni1840@gmail.com>,
linux-rdma@vger.kernel.org,
syzbot+d8f76778263ab65c2b21@syzkaller.appspotmail.com
Subject: Re: [PATCH v2 1/2] RDMA/rxe: Fix null-ptr-deref in kernel_sock_shutdown().
Date: Mon, 27 Apr 2026 13:20:37 -0700 [thread overview]
Message-ID: <0cf42593-0149-4019-a51b-36f74ff67f51@linux.dev> (raw)
In-Reply-To: <9681c9e2-79a9-4d72-b1ad-229ba6d7aab7@kernel.org>
On 4/27/26 7:38 AM, David Ahern wrote:
> On 4/26/26 9:53 PM, Zhu Yanjun wrote:
>>> That said, I don't have a strong preference, so up to you
>>> maintainers. Simple lockless solution vs per-newlink/dellink
>>> locking.
>> To be honest, I do not have a strong preference here, though
>>
>> I lean slightly toward the per-newlink/dellink locking approach.
>>
>> Both the simple lockless solution and the locking approach seem
>>
>> reasonable, depending on whether we prioritize simplicity or
>>
>> explicit synchronization and lifecycle clarity.
>>
>> It would be helpful to get feedback from David Ahern, Leon,
>>
>> and Jason to converge on a final direction.
>
>
> Going in circles. I have said from the beginning of network namespace
> support for rxe do not open the port until first rxe device create and
> once opened leave it open. Simple design that limits socket churn to
> users wanting to leverage rxe in a network namespace. Zhu Yanjun, if you
> are going to be a maintainer of a feature you need to have a consistent
> stance on the architecture and code design.
Thanks for the clarification — I see your point about keeping the design
simple and avoiding unnecessary socket churn.
I agree that deferring the port open until the first RXE device is
created, and keeping it open afterwards, provides a cleaner and more
predictable model. It also better scopes the overhead to users who
actually rely on RXE within a network namespace.
My earlier responses were not consistent, and that’s on me. I was
exploring different approaches, but I understand that as a maintainer I
need to converge on a clear and stable architectural direction.
Unless there are strong objections, I will align the implementation with
this model and make sure the behavior is consistent across the code
paths. I’ll also revisit the current patches to ensure they follow this
design principle.
Please let me know if there are additional constraints or edge cases I
should consider.
@Kuniyuki Iwashima, Please follow the per-newlink/dellink locking
approach. Thanks a lot.
Zhu Yanjun
next prev parent reply other threads:[~2026-04-27 20:20 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-25 6:04 [PATCH v2 0/2] RDMA/rxe: Fix per-netns UDP tunnel issues Kuniyuki Iwashima
2026-04-25 6:04 ` [PATCH v2 1/2] RDMA/rxe: Fix null-ptr-deref in kernel_sock_shutdown() Kuniyuki Iwashima
2026-04-25 15:47 ` David Ahern
2026-04-25 20:55 ` Kuniyuki Iwashima
2026-04-26 16:40 ` David Ahern
2026-04-25 21:25 ` Zhu Yanjun
2026-04-26 16:42 ` David Ahern
2026-04-27 2:57 ` Zhu Yanjun
2026-04-27 3:10 ` Kuniyuki Iwashima
2026-04-27 3:53 ` Zhu Yanjun
2026-04-27 14:38 ` David Ahern
2026-04-27 20:20 ` yanjun.zhu [this message]
2026-04-28 0:52 ` Kuniyuki Iwashima
2026-04-28 0:58 ` David Ahern
2026-04-28 2:15 ` Zhu Yanjun
2026-04-28 5:12 ` Zhu Yanjun
2026-04-28 5:22 ` Kuniyuki Iwashima
2026-04-28 6:30 ` Zhu Yanjun
2026-04-28 6:39 ` Kuniyuki Iwashima
2026-04-28 16:56 ` yanjun.zhu
2026-04-25 6:04 ` [PATCH v2 2/2] RDMA/rxe: Fix up RCU usage for rxe_ns_pernet_sk6() Kuniyuki Iwashima
2026-04-25 21:26 ` Zhu Yanjun
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=0cf42593-0149-4019-a51b-36f74ff67f51@linux.dev \
--to=yanjun.zhu@linux.dev \
--cc=dsahern@kernel.org \
--cc=jgg@ziepe.ca \
--cc=kuni1840@gmail.com \
--cc=kuniyu@google.com \
--cc=leon@kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=syzbot+d8f76778263ab65c2b21@syzkaller.appspotmail.com \
--cc=zyjzyj2000@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.