On Sun, May 24, 2020 at 10:09 AM Richard Weinberger <[email protected]> wrote:
>
> ----- Ursprüngliche Mail -----
> > Von: "syzbot" <[email protected]>
> > An: "Arnd Bergmann" <[email protected]>, "daniel baluta"
> > <[email protected]>, "festevam" <[email protected]>, "Greg
> > Kroah-Hartman" <[email protected]>, "kernel"
> > <[email protected]>, "linux-arm-kernel"
> > <[email protected]>, "linux-imx" <[email protected]>,
> > "linux-kernel" <[email protected]>,
> > "linux-mtd" <[email protected]>, [email protected],
> > "Miquel Raynal" <[email protected]>,
> > "richard" <[email protected]>, "Sascha Hauer" <[email protected]>,
> > "shawnguo" <[email protected]>,
> > [email protected], "Vignesh Raghavendra" <[email protected]>
> > Gesendet: Sonntag, 24. Mai 2020 08:03:03
> > Betreff: Re: KASAN: use-after-free Read in uif_close
>
> > syzbot has bisected this bug to:
> >
> > commit 32ec783ae19d48084b893cc54747fed37b07eb0c
> > Author: Arnd Bergmann <[email protected]>
> > Date: Wed Apr 8 19:02:57 2020 +0000
> >
> > firmware: imx: fix compile-testing
>
> Hmm, from a quick check I don't see how this is related.
> Arnd?
I suppose this was a randconfig build for a configuration that did not build
until I fixed the build stage, and then it failed at runtime, so the bug would
have been in earlier releases as well, it was just not observed.
Arnd