From: Hillf Danton <hdanton@sina.com>
To: syzbot <syzbot+5a1281566cc25c9881e0@syzkaller.appspotmail.com>
Cc: linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com
Subject: Re: [syzbot] [can?] WARNING: refcount bug in j1939_xtp_rx_cts
Date: Tue, 6 Aug 2024 18:51:06 +0800 [thread overview]
Message-ID: <20240806105106.2667-1-hdanton@sina.com> (raw)
In-Reply-To: <000000000000b5bde0061ef65fc8@google.com>
On Mon, 05 Aug 2024 14:29:36 -0700
> syzbot found the following issue on:
>
> HEAD commit: 743ff02152bc ethtool: Don't check for NULL info in prepare..
> git tree: net-next
> C reproducer: https://syzkaller.appspot.com/x/repro.c?x=162bd19d980000
#syz test net-next 743ff02152bc
--- x/net/can/j1939/transport.c
+++ y/net/can/j1939/transport.c
@@ -1505,6 +1505,7 @@ static struct j1939_session *j1939_sessi
session->state = J1939_SESSION_NEW;
skb_queue_head_init(&session->skb_queue);
+ skb_get(skb);
skb_queue_tail(&session->skb_queue, skb);
skcb = j1939_skb_to_cb(skb);
--
next prev parent reply other threads:[~2024-08-06 10:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-05 21:29 syzbot
2024-08-06 10:51 ` Hillf Danton [this message]
2024-08-06 11:25 ` syzbot
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=20240806105106.2667-1-hdanton@sina.com \
--to=hdanton@sina.com \
--cc=linux-kernel@vger.kernel.org \
--cc=syzbot+5a1281566cc25c9881e0@syzkaller.appspotmail.com \
--cc=syzkaller-bugs@googlegroups.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
all inboxes | Powered by JetHome®