diff options
author | Herbert Xu <[email protected]> | 2008-12-29 23:04:08 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2008-12-29 23:04:08 -0800 |
commit | eb4dea5853046727bfbb579f0c9a8cae7369f7c6 (patch) | |
tree | 79e18d6284494ab63a890885b0eecce9431a9597 /net/lapb/lapb_subr.c | |
parent | 0f23174aa8c1aa7a2a6050a72a60d290ef9ee578 (diff) |
net: Fix percpu counters deadlock
When we converted the protocol atomic counters such as the orphan
count and the total socket count deadlocks were introduced due to
the mismatch in BH status of the spots that used the percpu counter
operations.
Based on the diagnosis and patch by Peter Zijlstra, this patch
fixes these issues by disabling BH where we may be in process
context.
Reported-by: Jeff Kirsher <[email protected]>
Tested-by: Ingo Molnar <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions