git: kernel - Fix panic when unblanking screen saver

看板DFBSD_commit作者時間15年前 (2010/10/06 03:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 1758f306a257384deb7673ae16e4d380f5380731 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Oct 5 11:49:51 2010 -0700 kernel - Fix panic when unblanking screen saver * When console output occurs while the screen is blanked, e.g. when using something like blank_saver.ko, we hit a hard path lock assertion. * Queue the unblank request instead of trying to unblank the screen directly in this path. Reported-by: Sascha Wildner <swildner@crater.dragonflybsd.org> Summary of changes: sys/dev/misc/syscons/syscons.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1758f306a257384deb7673ae16e4d380f5380731 -- DragonFly BSD source repository
文章代碼(AID): #1CgtOAdZ (DFBSD_commit)