]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-various-fixes'
authorJakub Kicinski <kuba@kernel.org>
Mon, 26 Oct 2020 23:45:53 +0000 (16:45 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 26 Oct 2020 23:45:53 +0000 (16:45 -0700)
commit5e36571c740ce7a5c94130b976c1287f20609794
tree1f2c45c147a6931b460a98552b1205fde37943b1
parent3fede8e8258e322e9cf827dfbc9c5e98846662f0
parent26026c53e907bcbdaa5aacdb2b76104975997782
Merge branch 'mlxsw-various-fixes'

Ido Schimmel says:

====================
mlxsw: Various fixes

This patch set contains various fixes for mlxsw.

Patch #1 ensures that only link modes that are supported by both the
device and the driver are advertised. When a link mode that is not
supported by the driver is negotiated by the device, it will be
presented as an unknown speed by ethtool, causing the bond driver to
wrongly assume that the link is down.

Patch #2 fixes a trivial memory leak upon module removal.

Patch #3 fixes a use-after-free that syzkaller was able to trigger once
on a slow emulator after a few months of fuzzing.
====================

Link: https://lore.kernel.org/r/20201024133733.2107509-1-idosch@idosch.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>