]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'oom_fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 8 Sep 2014 23:02:59 +0000 (16:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Sep 2014 23:02:59 +0000 (16:02 -0700)
commitd9b2a5445c7a4025c33f2e037c9449b10831e0e2
tree28483cec84c56b551a51d19a25d5479ea948aae5
parent4641d3aaa3bbbe58328004043282ba0a8e8f9c0a
parent6decaaa090eb74cff1334cbc812fa22e03829dc2
Merge branch 'oom_fixes'

Florian Fainelli says:

====================
net: systemport and bcmgenet OOM fixes

These two patches fix similar Out of Memory code paths in the SYSTEMPORT and
GENET drivers. Under high memory pressure, we could produce an OOPS by
passing a NULL pointer to dma_unmap_single().
====================

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