DragonFly commits List (threaded) for 2010-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: DragonFly_RELEASE_2_8 kernel - Fix another hard critical section issue with syscons, revamp locking
commit 6f7504802c1a13544dfb6bc5dab2b9488a42c0be
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Tue Oct 19 23:25:02 2010 -0700
kernel - Fix another hard critical section issue with syscons, revamp locking
* Use the new mtx_spinlock() facility instead of spinlock(). The new
facility supports reetrant locks.
* Call all sc_*() functions with the syscons lock held.
* Fix an issue in blink_screen() where a hard critical section panic
could potentially occur.
* Fix an issue in sc_puts() where adjusting the keyboard LED could still
cause a hard critical section panic. We just let the keyboard LED state
be wrong for now.
Summary of changes:
sys/dev/misc/syscons/syscons.c | 255 +++++++++++++++++++++++++---------------
1 files changed, 161 insertions(+), 94 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6f7504802c1a13544dfb6bc5dab2b9488a42c0be
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]