alistair23-linux/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 driver-core: constify data for class_find_device() 2013-02-06 12:18:56 -08:00
core.h
dsp.h
dsp_audio.c
dsp_biquad.h
dsp_blowfish.c
dsp_cmx.c
dsp_core.c mISDN: fix race in timer canceling on module unloading 2012-12-14 13:14:07 -05:00
dsp_dtmf.c
dsp_ecdis.h
dsp_hwec.c
dsp_hwec.h
dsp_pipeline.c
dsp_tones.c
fsm.c
fsm.h
hwchannel.c Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 2012-10-02 09:54:49 -07:00
Kconfig
l1oip.h
l1oip_codec.c
l1oip_core.c Merge branch 'master' into for-next 2013-01-29 10:48:30 +01:00
layer1.c
layer1.h
layer2.c mISDN: Bugfix for layer2 fixed TEI mode 2012-08-06 13:22:50 -07:00
layer2.h
Makefile
socket.c hlist: drop the node parameter from iterators 2013-02-27 19:10:24 -08:00
stack.c hlist: drop the node parameter from iterators 2013-02-27 19:10:24 -08:00
tei.c mISDN: improve bitops usage 2012-11-30 12:10:57 -05:00
timerdev.c mISDN: fix misdn_add_timer()/misdn_del_timer() race 2013-04-29 15:41:48 -04:00