linux-hams.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Kuniyuki Iwashima <kuniyu@amazon.com>
Cc: ralf@linux-mips.org, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, kuni1840@gmail.com,
	netdev@vger.kernel.org, linux-hams@vger.kernel.org,
	syzbot+666c97e4686410e79649@syzkaller.appspotmail.com
Subject: Re: [PATCH v1 net] netrom: Deny concurrent connect().
Date: Mon, 28 Aug 2023 06:00:22 +0000	[thread overview]
Message-ID: <169320242276.13305.1320954627222633912.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230824165059.90977-1-kuniyu@amazon.com>

Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 24 Aug 2023 09:50:59 -0700 you wrote:
> syzkaller reported null-ptr-deref [0] related to AF_NETROM.
> This is another self-accept issue from the strace log. [1]
> 
> syz-executor creates an AF_NETROM socket and calls connect(), which
> is blocked at that time.  Then, sk->sk_state is TCP_SYN_SENT and
> sock->state is SS_CONNECTING.
> 
> [...]

Here is the summary with links:
  - [v1,net] netrom: Deny concurrent connect().
    https://git.kernel.org/netdev/net/c/c2f8fd794960

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html




      reply	other threads:[~2023-08-28  6:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24 16:50 [PATCH v1 net] netrom: Deny concurrent connect() Kuniyuki Iwashima
2023-08-28  6:00 ` patchwork-bot+netdevbpf [this message]

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=169320242276.13305.1320954627222633912.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=kuni1840@gmail.com \
    --cc=kuniyu@amazon.com \
    --cc=linux-hams@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=ralf@linux-mips.org \
    --cc=syzbot+666c97e4686410e79649@syzkaller.appspotmail.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;
as well as URLs for NNTP newsgroup(s).