]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Fix-infinite-loop-in-bridge-and-vxlan-modules'
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 Jun 2020 18:08:41 +0000 (11:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jun 2020 18:08:41 +0000 (11:08 -0700)
commitb946bda8eededbe0a0c5e780df453a6bee24447e
tree271f479c669e2291e74a6e548f68fbff86052d84
parent69b849c240040b8105c02a14dc8a911dc943ffbf
parent711fa660cd36cca190efdfe843817b160ec8d92c
Merge branch 'Fix-infinite-loop-in-bridge-and-vxlan-modules'

Ido Schimmel says:

====================
Fix infinite loop in bridge and vxlan modules

When suppressing invalid IPv6 Neighbour Solicitation messages, it is
possible for the bridge and vxlan modules to get stuck in an infinite
loop. See the individual changelogs for detailed explanation of the
problem and solution.

The bug was originally reported against the bridge module, but after
auditing the code base I found that the buggy code was copied from the
vxlan module. This patch set fixes both modules. Could not find more
instances of the problem.

Please consider both patches for stable releases.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>