mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
To: Greg KH <gregkh@suse.de>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
	samu.p.onkalo@nokia.com, alan@linux.intel.com,
	akpm@linux-foundation.org, linux-kernel@vger.kernel.org
Subject: Re: sysfs and power management
Date: Sat, 30 Oct 2010 12:00:47 -0200	[thread overview]
Message-ID: <20101030140047.GA24464@khazad-dum.debian.net> (raw)
In-Reply-To: <20101029195039.GA26401@suse.de>

On Fri, 29 Oct 2010, Greg KH wrote:
> back to sleep.  That's probably the best way to do this, as userspace
> isn't going to open the sysfs file and not close it instantly anyway
> after it has read the data (seeking on a sysfs file isn't really
> recommended, even if it sometimes seems to work.)

Well, it is documented that seek(start of file) on sysfs works, and it
is ABI already (some userspace uses it on poll/select-capable
attributes).  So, maybe seek(somewhere that is not the start of the
file) doesn't work -- and it should return an error in that case if it
doesn't already...  but it is a lot more deterministic than "sometimes"
;-)

So yes, userspace will open() and not close() a sysfs attribute immediately
afterwards.  It is not only shell crap that interfaces to the kernel over
sysfs :-)

It would make a lot of sense to support the poll/select model on any
sensor for which you have event-driven notifications of change from the
hardware or firmware.

I don't know about open/close notifications, however.  Usually you need
those when you're going to stream something to userspace, and there are FAR
better interfaces to use in that case, such as the ring buffers used by the
data acquisition devices, netlink (which userspace programmers seems not to
like much :p), input devices, and generic character devices...

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

  reply	other threads:[~2010-10-30 14:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-27 10:59 Onkalo Samu
2010-10-27 11:48 ` Alan Cox
2010-10-27 13:43   ` samu.p.onkalo
2010-10-27 14:28     ` Alan Cox
2010-10-29 19:50       ` Greg KH
2010-10-30 14:00         ` Henrique de Moraes Holschuh [this message]
2010-10-31 11:57           ` Onkalo Samu
2010-10-31 14:25             ` Greg KH
2010-11-01 10:41               ` Onkalo Samu
2010-11-01 16:57                 ` Alan Cox
2010-11-01 18:07                   ` Greg KH
2010-11-03  9:44                     ` Alan Cox
2010-11-03 10:48                       ` samu.p.onkalo
2010-11-03 13:09                       ` Greg KH
2010-11-03 15:00                         ` samu.p.onkalo

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=20101030140047.GA24464@khazad-dum.debian.net \
    --to=hmh@hmh.eng.br \
    --cc=akpm@linux-foundation.org \
    --cc=alan@linux.intel.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=samu.p.onkalo@nokia.com \
    /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

all inboxes | Powered by JetHome®