On Wed, Apr 19, 2023 at 11:07:39PM +0200, Christian Marangi wrote:
Dev can be renamed also while up for supported device. We currently wrongly clear the NETDEV_LED_MODE_LINKUP flag on NETDEV_CHANGENAME event.
Fix this by rechecking if the carrier is ok on NETDEV_CHANGENAME and correctly set the NETDEV_LED_MODE_LINKUP bit.
Fixes: 5f820ed52371 ("leds: trigger: netdev: fix handling on interface rename") Signed-off-by: Christian Marangi ansuelsmth@gmail.com Cc: stable@vger.kernel.org # v5.5+
Since this is a fix, it should be posted on its own. It should then get merged faster and backported to stable.
Reviewed-by: Andrew Lunn andrew@lunn.ch
Andrew