Re: [PATCH net-next 0/7] bonding: clean up and standarize logging printks

From: David Miller
Date: Sun Jun 09 2019 - 16:40:43 EST


From: Jarod Wilson <jarod@xxxxxxxxxx>
Date: Fri, 7 Jun 2019 10:59:25 -0400

> This set improves a few somewhat terse bonding debug messages, fixes some
> errors in others, and then standarizes the majority of them, using new
> slave_* printk macros that wrap around netdev_* to ensure both master
> and slave information is provided consistently, where relevant. This set
> proves very useful in debugging issues on hosts with multiple bonds.
>
> I've run an array of LNST tests over this set, creating and destroying
> quite a few different bonds of the course of testing, fixed the little
> gotchas here and there, and everything looks stable and reasonable to me,
> but I can't guarantee I've tested every possible message and scenario to
> catch every possible "slave could be NULL" case.

Series applied, thanks.