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 | <CALp66yEv4MUw_a_LFtStaEpg55_bei6pbbyPBzSeDCy_je3jnA@mail.gmail.com> |
#syz test: git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git i2c/i2c-fixes On Sat, Aug 22, 2026 at 4:16 PM Rafael Alejandro Díaz Cruz <[email protected]> wrote: > > #syz test > > On Sat, Aug 22, 2026 at 12:37 PM 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: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.