Re: [PATCH net-next v6 0/2] provide support for PHY master/slave configuration

2020-05-06 Thread David Miller
From: Oleksij Rempel Date: Tue, 5 May 2020 08:35:04 +0200 > changes v6: > - use NL_SET_ERR_MSG_ATTR in ethnl_update_linkmodes > - add sanity checks in the ioctl interface > - use bool for ethnl_validate_master_slave_cfg() ... Series applied, thank you.

[PATCH net-next v6 0/2] provide support for PHY master/slave configuration

2020-05-04 Thread Oleksij Rempel
changes v6: - use NL_SET_ERR_MSG_ATTR in ethnl_update_linkmodes - add sanity checks in the ioctl interface - use bool for ethnl_validate_master_slave_cfg() changes v5: - set MASTER_SLAVE_CFG_UNSUPPORTED as default value - send a netlink error message on validation error - more code fixes changes