Home
last modified time | relevance | path

Searched hist:"14 ebaf81e13ce66bff275380b246796fd16cbfa1" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/x25/
H A Dx25_timer.cdiff 14ebaf81e13ce66bff275380b246796fd16cbfa1 Tue Jun 16 07:40:30 CDT 2009 David S. Miller <davem@davemloft.net> x25: Fix sleep from timer on socket destroy.

If socket destuction gets delayed to a timer, we try to
lock_sock() from that timer which won't work.

Use bh_lock_sock() in that case.

Signed-off-by: David S. Miller <davem@davemloft.net>
Tested-by: Ingo Molnar <mingo@elte.hu>
H A Daf_x25.cdiff 14ebaf81e13ce66bff275380b246796fd16cbfa1 Tue Jun 16 07:40:30 CDT 2009 David S. Miller <davem@davemloft.net> x25: Fix sleep from timer on socket destroy.

If socket destuction gets delayed to a timer, we try to
lock_sock() from that timer which won't work.

Use bh_lock_sock() in that case.

Signed-off-by: David S. Miller <davem@davemloft.net>
Tested-by: Ingo Molnar <mingo@elte.hu>
/openbmc/linux/include/net/
H A Dx25.hdiff 14ebaf81e13ce66bff275380b246796fd16cbfa1 Tue Jun 16 07:40:30 CDT 2009 David S. Miller <davem@davemloft.net> x25: Fix sleep from timer on socket destroy.

If socket destuction gets delayed to a timer, we try to
lock_sock() from that timer which won't work.

Use bh_lock_sock() in that case.

Signed-off-by: David S. Miller <davem@davemloft.net>
Tested-by: Ingo Molnar <mingo@elte.hu>