[Pdbg] [PATCH] kernel: Use FSI master 'class' path

Joel Stanley joel at jms.id.au
Wed Sep 25 16:29:42 AEST 2019


On Wed, 25 Sep 2019 at 06:23, Andrew Jeffery <andrew at aj.id.au> wrote:

> > +     rc = access(OPENFSI_LEGACY_PATH, F_OK);
> > +     if (rc == 0) {
> > +             fsi_base = OPENFSI_LEGACY_PATH;
> > +             return fsi_base;
> > +     }
>
> I think we should try the new path first and fall back to the legacy path.
> That way we're exercising the new path on supported kernels now, not
> when the legacy path goes away.

Good idea. I'll send a v2.

Cheers,

Joel


More information about the Pdbg mailing list