]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd80f85177faa7b29d3b67d16a1add85fd7d98321
treed5011e7cb053277f387c64a1c9d1425f96327b5a
parent886cfc44ea8644712681e83a1b0ad45ccf0ffba5
parent5fb0f08b42175d9aa14a3d486dfa295971951718
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>