kernel_optimize_test/drivers/isdn/mISDN
Al Viro 1678ec00a6 mISDN: fix misdn_add_timer()/misdn_del_timer() race
do add_timer() *before* unlocking dev->lock, or unpleasant things can
happen if misdn_del_timer() on another CPU finds the sucker, calls
del_timer_sync() (which does nothing, since we hadn't started the
timer yet) and frees it, just as we get around to add_timer()...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2013-04-29 15:41:48 -04:00
..
clock.c
core.c
core.h
dsp_audio.c
dsp_biquad.h
dsp_blowfish.c
dsp_cmx.c
dsp_core.c
dsp_dtmf.c
dsp_ecdis.h
dsp_hwec.c
dsp_hwec.h
dsp_pipeline.c
dsp_tones.c
dsp.h
fsm.c
fsm.h
hwchannel.c
Kconfig
l1oip_codec.c
l1oip_core.c
l1oip.h
layer1.c
layer1.h
layer2.c
layer2.h
Makefile
socket.c
stack.c
tei.c
timerdev.c mISDN: fix misdn_add_timer()/misdn_del_timer() race 2013-04-29 15:41:48 -04:00