]> 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)
commitebd5e0bfd905efaf95a5b6c606e3f9b6d40185ae
tree28483cec84c56b551a51d19a25d5479ea948aae5
parent248300a66025d81333dec7c3c3d1fdaea962bd44
parentc4f130ecfc0679cfedfcfc9256f0a258b46a9308
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>