lkml.org 
[lkml]   [2004]   [Mar]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subjecthelp needed with acquire/release_console_sem() problem.
From
Date
Hello folks:  I am hoping someone may be able to help me with a
problem I have been experiencing since the release of 2.6.3. It
appears that because of the likeliness of race conditions occuring
while accessing console services acquire_console_sem() and
release_console_sem() were placed around sections of code which could
lead to these races.

In my speakup console code I tried to put the same functions around
possible problem code with the result that it locks up the computer to
the point of a hardware reset being necessary. I have placed the code
in my functions for cutting and pasting portions of screen memory
which is where the new changes address the problem to some extent in
the kernel code. The comments to release_console_sem() state that the
functions are safe and may be called from any context but either that
isn't true or because I am in kernelspace I cannot schedule() off. I
am not exactly sure what the reasoning is or how to get around the
situation so if anyone has any suggestions I'd love to hear about it.

What I currently do is mark portions of screen memory and then call
set_selection and paste_selection with the marked region of memory
which is what other functions seem to do to provide copy and paste
facilities. I cannot just ignore the situation because the acquire
and release_console_sem() calls have been placed around portions of
that code as well such as clear_selection and paste_selection().

Kirk

--

Kirk Reiser The Computer Braille Facility
e-mail: kirk@braille.uwo.ca University of Western Ontario
phone: (519) 661-3061
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:01    [W:0.063 / U:0.376 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site