Re: [PATCH i2c-fixes v1] i2c: core: Fix use-after-free during i2c device removal
Rafael Alejandro Díaz Cruz <[email protected]>
| Newsgroups | org.kernel.vger.linux-i2c,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CALp66yHBUOH6R55KXP9kS4-XYZiOF6xb3CC6jcVjiUJ5mGQCKg@mail.gmail.com> |
#syz test: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 48a5a7ab8d6ab7090564339e039c421f315de912 On Sat, Aug 22, 2026 at 11:26 AM Rafael Alejandro Díaz Cruz <[email protected]> wrote: > > #syz test: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 48a5a7ab8d6ab7090564339e039c421f315de912 > > On Sat, Aug 22, 2026 at 11:13 AM Rafael Alejandro Díaz Cruz <[email protected]> wrote: >> >> I see syzkaller failed to test the patch due to some VKMS/DRM >> issue. It's unrelated to my patch. >> >> I have tested on my own local x86 QEMU instance with proper >> .config and C reproducer. The error does not persist after my >> patch.