Re: [PATCH] bonding: fix arp_validate toggling in active-backup mode

From: Jay Vosburgh
Date: Mon May 13 2019 - 13:12:01 EST


David Miller <davem@xxxxxxxxxxxxx> wrote:

>From: Jay Vosburgh <jay.vosburgh@xxxxxxxxxxxxx>
>Date: Mon, 13 May 2019 09:43:30 -0700
>
>> That would be my preference, as the 29c4948293bf commit looks to
>> be the change actually being fixed.
>
>Sorry I pushed the original commit message out :-(
>
>But isn't the Fixes: tag he choose the one where the logic actually
>causes problems? That's kind of my real criteria for Fixes: tags.

I don't think so. It looks like the problem being fixed here
(clearing recv_probe when we shouldn't) was introduced at 29c4948293bf,
but was not the only place the same problem existed. 3fe68df97c7f fixed
the other occurrences of this problem, but missed the specific one added
by 29c4948293bf, which is now fixed by this patch.

In any event, both of the commits in question are old enough
that it's kind of moot, as -stable will presumably get the right thing
regardless.

-J

---
-Jay Vosburgh, jay.vosburgh@xxxxxxxxxxxxx