mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: krzk@kernel.org
To: Hui Peng <benquike@gmail.com>
Cc: Paolo Abeni <pabeni@redhat.com>,
	 Matt Johnston <matt@codeconstruct.com.au>,
	Eric Dumazet <edumazet@google.com>,
	netdev@vger.kernel.org,  "David S . Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>,
	 Simon Horman <horms@kernel.org>,
	Jeremy Kerr <jk@codeconstruct.com.au>,
	stable@vger.kernel.org,  linux-kernel@vger.kernel.org
Subject: Re: [PATCH net v2] mctp: route: iterate socket tag list in mctp_lookup_prealloc_tag()
Date: Mon, 21 Sep 2026 17:10:11 +0200	[thread overview]
Message-ID: <arFI0qPXFTdV52yI@quoll> (raw)
In-Reply-To: <20260921051002.1656692-1-benquike@gmail.com>


On Mon, 21 Sep 2026 05:10:01 +0000, Hui Peng wrote:
> When a socket transmits a packet with MCTP_TAG_PREALLOC set,
> mctp_lookup_prealloc_tag() iterates over the per-netns &mns->keys list
> and matches netid, req_tag, peer_addr, and manual_alloc, without
> checking whether tmp->sk == &msk->sk. This allows any MCTP socket in the
> same network namespace to use and consume another socket's preallocated
> tag.
> 
> Iterate the socket's own tag list (&msk->keys via sklist) instead of the
> namespace-wide &mns->keys list in mctp_lookup_prealloc_tag(), ensuring
> that only tags allocated by msk are matched.
> 
> Tested in QEMU against Linux 7.3.0-rc3 by allocating a manual tag
> (0x18) on socket A via SIOCMCTPALLOCTAG for peer EID 9 and sending a
> 4-byte message with MCTP_TAG_PREALLOC from socket B in the same network
> namespace. On the unfixed kernel, sendto(sock_b) using socket A's
> preallocated tag succeeds (ret = 4); with this patch applied,
> sendto(sock_b) fails with -ENOENT (errno = 2) while sendto(sock_a)
> succeeds (ret = 4).
> 
> Fixes: 63ed1aab3d40 ("mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag control")
> Suggested-by: Jeremy Kerr <jk@codeconstruct.com.au>
> Cc: stable@vger.kernel.org
> Assisted-by: LLM
> Signed-off-by: Hui Peng <benquike@gmail.com>
> ---
> Changes in v2:
> - Iterate &msk->keys via sklist instead of walking &mns->keys and checking
>   tmp->sk != &msk->sk, as suggested by Jeremy Kerr.
> 
>  net/mctp/route.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 


You sent multiple independent patches, to multiple independent
subsystems. The amount of these patches clearly suggest this was
AI generated and most likely not tested.

More importantly, you sent all this work without properly organizing
relevant patches into patchsets. This makes reviewing difficult
and might cause multiple reviewers to address the same issue.
Replying to the entire set is impossible and requires handling each
patch independently, instead of applying or discarding the set.
Maintainers also won't see the bigger picture of your work. Quite
worrying.

This is on the verge of hostile patch: bomb us with so many
contributions, we won't be able to handle them in efficient manner,
like responding ONCE to ask you to slow down.  Considering all this
is untested and LLM generated, I have even more doubts whether this
should be considered for review.

Please read kernel documentation BEFORE posting more work. It will
explain you how to identify subsystems, how to organize your work per
subsystem, how to document usage of LLM and how what you should not
do if this was posted in a good faith.

Best regards,
Krzysztof




  reply	other threads:[~2026-09-21 15:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-19 21:28 [PATCH] mctp: route: verify socket ownership " Hui Peng
2026-09-20  8:38 ` Jeremy Kerr
2026-09-21  5:10   ` [PATCH net v2] mctp: route: iterate socket tag list " Hui Peng
2026-09-21 15:10     ` krzk [this message]
2026-09-21 15:09 ` [PATCH] mctp: route: verify socket ownership " krzk

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=arFI0qPXFTdV52yI@quoll \
    --to=krzk@kernel.org \
    --cc=benquike@gmail.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=jk@codeconstruct.com.au \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matt@codeconstruct.com.au \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=stable@vger.kernel.org \
    /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

all inboxes | Powered by JetHome®