On Tue, Jun 06, 2023 at 10:01:17PM -0700, Jakub Kicinski wrote: > On Tue, 6 Jun 2023 00:12:17 -0700 Saeed Mahameed wrote: > > Fixes: bffaa916588e ("net/mlx5: E-Switch, Add control for inline mode") > > Fixes: 8c98ee77d911 ("net/mlx5e: E-Switch, Add extack messages to devlink callbacks") > > The combination of net-next and Fixes is always odd. > Why? > Either it's important enough to be a fix or its not important > and can go to net-next... Generally I tell people to mark things as Fixes if it is a fix, regardless of how small, minor or unimportant. It helps backporters because they can suck in the original patch and all the touchups then test that result. If people try to predict if it is "important" or not they get it wrong quite often. Fixes is not supposed to mean "this is important" or "send this to -rc" or "apply it to -stable" If it is really important add a 'cc: stable'. If it is sort of important then send it to the -rc tree. Otherwise dump it in the merge window. But mark it with Fixes regardless Jason