Merge branch 'net-smc-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 19 Jul 2020 22:30:23 +0000 (15:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jul 2020 22:30:23 +0000 (15:30 -0700)
commita463fa2cda5641c12da76d115a3490aee01d0377
treed5011e7cb053277f387c64a1c9d1425f96327b5a
parent9b8737788af6c76ef93e3161ee2cdc4ddcc034ca
parent1ad24058335427d046b2e5666bcd15a62ad9e242
Merge branch 'net-smc-fixes'

Karsten Graul says:

====================
net/smc: fixes 2020-07-16

Please apply the following patch series for smc to netdev's net tree.

The patches address problems caused by late or unexpected link layer
control packets, dma sync calls for unmapped memory, freed buffers
that are not removed from the buffer list and a possible null pointer
access that results in a crash.

v1->v2: in patch 4, improve patch description and correct the comment
        for the new mutex
====================

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