[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200601125855.1751343-1-idosch@idosch.org>
Date: Mon, 1 Jun 2020 15:58:53 +0300
From: Ido Schimmel <idosch@...sch.org>
To: netdev@...r.kernel.org, bridge@...ts.linux-foundation.org
Cc: davem@...emloft.net, kuba@...nel.org, roopa@...ulusnetworks.com,
nikolay@...ulusnetworks.com, dlstevens@...ibm.com,
allas@...lanox.com, mlxsw@...lanox.com,
Ido Schimmel <idosch@...lanox.com>
Subject: [PATCH net 0/2] Fix infinite loop in bridge and vxlan modules
From: Ido Schimmel <idosch@...lanox.com>
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.
Ido Schimmel (2):
bridge: Avoid infinite loop when suppressing NS messages with invalid
options
vxlan: Avoid infinite loop when suppressing NS messages with invalid
options
drivers/net/vxlan.c | 4 ++++
net/bridge/br_arp_nd_proxy.c | 4 ++++
2 files changed, 8 insertions(+)
--
2.26.2
Powered by blists - more mailing lists