All of lore.kernel.org
 help / color / mirror / Atom feed
From: alex.juncu@rosedu.org (Alexandru Juncu)
To: kernelnewbies@lists.kernelnewbies.org
Subject: 
Date: Fri, 30 Dec 2011 19:26:10 +0200	[thread overview]
Message-ID: <CAPhGq=YW_Xy2Ym0ZfiGtXEwsthreGVnHTQ5ONCgXdGsQYC77_A@mail.gmail.com> (raw)
In-Reply-To: <4ED3FA275E3D174183076095BAE219ED05B596AE@ct11exm66.ds.mot.com>

On Fri, Dec 30, 2011 at 7:16 PM, Philip Anil-QBW348
<anil.philip@motorolasolutions.com> wrote:
> I want the drivers to be owned by a user, Foo. Whenever the drivers are
> called by application Duh, I want a program Bar to run after the driver has
> done its work, since Foo is now running the driver. Is it possible?

You can't say a driver is 'owned' by an user... drivers are just code
that run in kernel space...  processes (started by certain users) can
run or not that code.
If you want, you can verify if the driver is accessed by an user, but
that's about it.

  reply	other threads:[~2011-12-30 17:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-30 17:16 No subject Philip Anil-QBW348
2011-12-30 17:26 ` Alexandru Juncu [this message]
2011-12-30 17:34   ` Philip Anil-QBW348
2011-12-30 17:56     ` Alexandru Juncu
2011-12-30 18:04       ` Philip Anil-QBW348
2011-12-30 18:20         ` Alexandru Juncu
2011-12-30 18:46           ` Philip Anil-QBW348
2011-12-31  2:43             ` Alexandru Juncu

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='CAPhGq=YW_Xy2Ym0ZfiGtXEwsthreGVnHTQ5ONCgXdGsQYC77_A@mail.gmail.com' \
    --to=alex.juncu@rosedu.org \
    --cc=kernelnewbies@lists.kernelnewbies.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.