commit | b530b16413b7f99977ded50a3c4bebd2ea79c41b | [log] [tgz] |
---|---|---|
author | Alexander Kochetkov <al.kochet@gmail.com> | Tue Feb 09 18:20:40 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 16 15:26:30 2016 -0500 |
tree | 575e01bbdec3f48308b249f2bfcbb745b56ad06f | |
parent | 99f93a156a2aa9ac1e44f7cb1a197425e6d9879a [diff] |
net: arc_emac: fix sk_buff leak EMAC could be disabled, while there is some sb_buff in use. That buffers got lost for linux. In order to reproduce run on device during active ethernet work: ifconfig eth0 down Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>