Re: [PATCH i2c-fixes v1] i2c: core: Fix use-after-free during i2c device removal
From: Rafael Alejandro Díaz Cruz
Date: Sat Aug 22 2026 - 19:17:04 EST
#syz test
On Sat, Aug 22, 2026 at 12:37 PM Rafael Alejandro Díaz Cruz
<rafad900@xxxxxxxxx> 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
> <rafad900@xxxxxxxxx> 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 <rafad900@xxxxxxxxx> 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.