]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dev_kfree_skb_any'
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Mar 2014 20:22:20 +0000 (16:22 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Mar 2014 20:22:20 +0000 (16:22 -0400)
commit25eb57ba781391ca6e9a377b82041a823fbb0188
treea7217a3be0171a0b78a474e0dbb2401675882f2a
parent2bf543445a1c3643907f547bd9528be095b10eb9
parent2219a3e010a37cb6d9cf8874506e2ad33f161a30
Merge branch 'dev_kfree_skb_any'

Eric W. Biederman says:

====================
Using dev_kfree_skb_any for functions called in multiple contexts

This patchset should be an uncontroversial set of changes to change
dev_kfree_skb to dev_kfree_skb_any for code paths that are called in
hard irq contexts in addition to other contexts.  netpoll is the reason
this code gets called in multiple contexts.

There is more coming but these changes are a good starting place, and
stand on their own.

Since the last round changes to the rx path have been removed netpoll
will changed to avoid that.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Eric Dumazet <edumazet@google.com>