summaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorEric Dumazet <dada1@cosmosbay.com>2008-12-01 23:37:17 -0800
committerDavid S. Miller <davem@davemloft.net>2008-12-01 23:37:17 -0800
commit6976a1d6c222c50ac93d2273b9cf57e6fd047e59 (patch)
treeba2973e7c724b16d5e176438ae635dac4d74bc75 /drivers/net/Makefile
parent422d9cdcb85b3622d08a590fed66021af7aea333 (diff)
downloadop-kernel-dev-6976a1d6c222c50ac93d2273b9cf57e6fd047e59.zip
op-kernel-dev-6976a1d6c222c50ac93d2273b9cf57e6fd047e59.tar.gz
net: percpu_counter_inc() should not be called in BH-disabled section
Based upon a lockdep report by Alexey Dobriyan. I checked all per_cpu_counter_xxx() usages in network tree, and I think all call sites are BH enabled except one in inet_csk_listen_stop(). commit dd24c00191d5e4a1ae896aafe33c6b8095ab4bd1 (net: Use a percpu_counter for orphan_count) replaced atomic_t orphan_count to a percpu_counter. atomic_inc()/atomic_dec() can be called from any context, while percpu_counter_xxx() should be called from a consistent state. For orphan_count, this context can be the BH-enabled one. Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud