Re: [PATCH v2 1/8] fpga: do not access region struct after fpga_region_unregister

From: Alan Tull
Date: Wed Sep 05 2018 - 11:08:09 EST


On Tue, Sep 4, 2018 at 6:41 PM Moritz Fischer <moritz.fischer@xxxxxxxxx> wrote:

Hi Moritz,

>
> Hi Alan,
>
> On Tue, Sep 4, 2018 at 2:22 PM, Alan Tull <atull@xxxxxxxxxx> wrote:
> > A couple drivers were accessing the region struct after it had been
> > freed. Save off the pointer to the mgr before the region struct gets
> > freed.
> >
> > Signed-off-by: Alan Tull <atull@xxxxxxxxxx>
> Acked-by: Moritz Fischer <mdf@xxxxxxxxxx>

Thanks!

Alan