public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: SA <bullet.train@ntlworld.com>
To: linux-kernel@vger.kernel.org
Subject: device driver / char module interrupt vector -> user space code
Date: Fri, 9 Aug 2002 09:49:48 +0100	[thread overview]
Message-ID: <200208090949.48484.bullet.train@ntlworld.com> (raw)


Dear Kernel List,

I am writing a char module for a PCI stage controller and want to add the 
following functionality; 

The device will generate an interrupt (or software trigger) and I want this to 
run a bit of user code with relatively latency.  (<1ms).  I am unclear how to
do this while still separating the user from the kernel code and maintaining
security - would this usually be handled by issuing a signal to the user space
process? if so how and what latency can I expect? 

Thanks matt


(more info: the stage controller moves little mechanical platforms in an 
experiment, as the platforms reach certain positions (determined by
the hardware or the driver) user code must be run to perform some
action (say take a measurement).  The stages move continuously so
timing errors map to positional errors.  I could do all this in kernel space
by linking the various drivers controlling the various hardware together
under a super-driver for the entire experiment, however, it would be
much nicer to achieve this with separate modules and user code). 

             reply	other threads:[~2002-08-09  8:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-09  8:49 SA [this message]
2002-08-09 10:34 ` device driver / char module interrupt vector -> user space code Alan Cox
2002-08-09  9:35   ` Jan Hudec
2002-08-09 12:46   ` Gilad Ben-Yossef

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200208090949.48484.bullet.train@ntlworld.com \
    --to=bullet.train@ntlworld.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox