]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
Merge branch 'mlxsw-Various-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 10 Jul 2020 21:33:34 +0000 (14:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Jul 2020 21:33:34 +0000 (14:33 -0700)
Ido Schimmel says:

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

Fix two issues found by syzkaller.

Patch #1 removes inappropriate usage of WARN_ON() following memory
allocation failure. Constantly triggered when syzkaller injects faults.

Patch #2 fixes a use-after-free that can be triggered by 'devlink dev
info' following a failed devlink reload.
====================

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

Trivial merge