From: Hillf Danton <hdanton@sina.com>
To: syzbot <syzbot+ae466a728017ec940b41@syzkaller.appspotmail.com>
Cc: linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com
Subject: Re: [syzbot] [media?] KASAN: slab-use-after-free Read in dvb_frontend_release (3)
Date: Sat, 21 Feb 2026 22:35:46 +0800 [thread overview]
Message-ID: <20260221143547.3277-1-hdanton@sina.com> (raw)
In-Reply-To: <6992e4aa.a70a0220.2c38d7.00e9.GAE@google.com>
> Date: Mon, 16 Feb 2026 01:34:34 -0800 [thread overview]
> syzbot has found a reproducer for the following issue on:
>
> HEAD commit: c22e26bd0906 Merge tag 'landlock-7.0-rc1' of git://git.ker..
> git tree: upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=16bcf6e6580000
> kernel config: https://syzkaller.appspot.com/x/.config?x=6428d17febdfb14e
> dashboard link: https://syzkaller.appspot.com/bug?extid=ae466a728017ec940b41
> compiler: Debian clang version 21.1.8 (++20251221033036+2078da43e25a-1~exp1~20251221153213.50), Debian LLD 21.1.8
> syz repro: https://syzkaller.appspot.com/x/repro.syz?x=15ce3652580000
> C reproducer: https://syzkaller.appspot.com/x/repro.c?x=1121515a580000
#syz test
--- x/drivers/media/dvb-core/dvb_frontend.c
+++ y/drivers/media/dvb-core/dvb_frontend.c
@@ -2911,6 +2911,8 @@ static int dvb_frontend_release(struct i
mb();
}
+ dvb_device_get(dvbdev); // for removing dev
+ dvb_device_get(dvbdev); // for releasing dev
ret = dvb_generic_release(inode, file);
if (dvbdev->users == -1) {
@@ -2931,6 +2933,8 @@ static int dvb_frontend_release(struct i
fe->ops.ts_bus_ctrl(fe, 0);
}
+ dvb_remove_device(dvbdev);
+ dvb_device_put(dvbdev);
dvb_frontend_put(fe);
return ret;
--
next prev parent reply other threads:[~2026-02-21 14:36 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-14 12:34 syzbot
2026-02-16 9:34 ` syzbot
2026-02-21 13:40 ` Hillf Danton
2026-02-21 13:58 ` syzbot
2026-02-21 14:35 ` Hillf Danton [this message]
2026-02-21 14:53 ` syzbot
2026-02-21 21:57 ` Hillf Danton
2026-02-21 22:23 ` syzbot
2026-02-22 12:15 ` Hillf Danton
2026-02-22 12:46 ` syzbot
2026-02-23 4:06 ` Hillf Danton
2026-02-23 5:26 ` syzbot
2026-02-19 18:43 ` Forwarded: " syzbot
2026-02-19 18:54 ` syzbot
2026-02-20 6:49 ` syzbot
2026-04-16 13:14 ` Forwarded: syzbot
[not found] <CAD9jT-cVX1GVH30EAGvQkbxsDRyuSug1Zcz8Fi-NVbecB6OLnw@mail.gmail.com>
2026-02-19 18:45 ` [syzbot] [media?] KASAN: slab-use-after-free Read in dvb_frontend_release (3) syzbot
[not found] <CAD9jT-dJThQYbDcOTQxp-QiZ-msAfteita6bJcexzU4gZio0GA@mail.gmail.com>
2026-02-19 19:12 ` syzbot
[not found] <CAD9jT-fYG58jR7baSm-1pFaJPO5Fp+sYv+s3YZUjTdUZST9syw@mail.gmail.com>
2026-02-20 7:18 ` syzbot
[not found] <DHULU6X2DUTJ.2L4854YRKI9U6@igalia.com>
2026-04-16 18:58 ` 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=20260221143547.3277-1-hdanton@sina.com \
--to=hdanton@sina.com \
--cc=linux-kernel@vger.kernel.org \
--cc=syzbot+ae466a728017ec940b41@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
Powered by JetHome