Re: [PATCH 4.9 000/175] 4.9.283-rc1 review

From: Greg Kroah-Hartman
Date: Tue Sep 21 2021 - 08:42:29 EST


On Tue, Sep 21, 2021 at 05:10:10AM -0700, Guenter Roeck wrote:
> On Mon, Sep 20, 2021 at 06:40:49PM +0200, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.9.283 release.
> > There are 175 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Wed, 22 Sep 2021 16:38:49 +0000.
> > Anything received after that time might be too late.
> >
>
> drivers/net/ethernet/ibm/ibmvnic.c: In function ‘handle_login_rsp’:
> drivers/net/ethernet/ibm/ibmvnic.c:2530:15: error: ‘struct ibmvnic_adapter’ has no member named ‘failover_pending’; did you mean ‘failover’?
> if (adapter->failover_pending) {
> ^~~~~~~~~~~~~~~~
> failover
> drivers/net/ethernet/ibm/ibmvnic.c:2531:12: error: ‘struct ibmvnic_adapter’ has no member named ‘init_done_rc’
>
> drivers/net/ethernet/ibm/ibmvnic.c:2532:14: error: ‘netdev’ undeclared (first use in this function); did you mean ‘net_eq’?
> netdev_dbg(netdev, "Failover pending, ignoring login response\n");
> ^
> include/linux/dynamic_debug.h:142:37: note: in definition of macro ‘dynamic_netdev_dbg’

Thanks for this, offending patch is now dropped from the 4.9 and 4.14
queues. I'll push out a new -rc2 with this removed now.

thanks,

greg k-h