Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   ozaki-r
Date:           Sun Nov 16 16:20:01 UTC 2014

Modified Files:
        src/sys/arch/x86/pci: fwhrng.c
        src/sys/arch/x86/x86: via_padlock.c
        src/sys/dev/bluetooth: bcsp.c btkbd.c
        src/sys/dev/ic: nslm7x.c
        src/sys/dev/ir: irframe_tty.c
        src/sys/dev/isa: aps.c
        src/sys/dev/pci: pccbb.c
        src/sys/dev/pcmcia: btbc.c
        src/sys/dev/sdmmc: sdmmc.c
        src/sys/dev/wscons: wskbd.c
        src/sys/net: if_ecosubr.c

Log Message:
Replace callout_stop with callout_halt

In order to call callout_destroy for a callout safely, we have to ensure
the function of the callout is not running and pending. To do so, we should
use callout_halt, not callout_stop.

Discussed with martin@ and riastradh@.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/pci/fwhrng.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/x86/x86/via_padlock.c
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/bluetooth/bcsp.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/bluetooth/btkbd.c
cvs rdiff -u -r1.60 -r1.61 src/sys/dev/ic/nslm7x.c
cvs rdiff -u -r1.59 -r1.60 src/sys/dev/ir/irframe_tty.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/isa/aps.c
cvs rdiff -u -r1.206 -r1.207 src/sys/dev/pci/pccbb.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pcmcia/btbc.c
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/sdmmc/sdmmc.c
cvs rdiff -u -r1.134 -r1.135 src/sys/dev/wscons/wskbd.c
cvs rdiff -u -r1.40 -r1.41 src/sys/net/if_ecosubr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index