Re: [PATCH v2 1/2] net: pse-pd: Do not return EOPNOSUPP if config is null

From: Andrew Lunn
Date: Thu Jul 11 2024 - 09:58:00 EST


> > 1. As fixes, with fixes tags (good!), this patchset seems like it is
> > appropriate for net rather than net-next. And indeed it applies
> > to net but not net-next. However, the absence of a target tree
> > confuses our CI which failed to apply the patchset to net-next.
> >
> > Probably this means it should be reposted, targeted at net.
> >
> > Subject: [Patch v3 net x/y] ...
> >
> > See: https://docs.kernel.org/process/maintainer-netdev.html
>
> Oops indeed sorry, forgot to add the net prefix.

B4 is nice with this:

b4 prep --set-prefixes net

And it should then remember for all versions of the patchset.

Andrew