From: Pavel Machek <pavel@ucw.cz>
To: Nigel Cunningham <ncunningham@linuxmail.org>
Cc: Stefan Seyfried <seife@suse.de>,
linux-kernel@vger.kernel.org, "Rafael J. Wysocki" <rjw@sisk.pl>,
Andrew Morton <akpm@osdl.org>
Subject: Re: When will the lunacy end? (Was Re: [PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode"))
Date: Tue, 26 Sep 2006 00:34:35 +0200 [thread overview]
Message-ID: <20060925223435.GA2540@elf.ucw.cz> (raw)
In-Reply-To: <1159220043.12814.30.camel@nigel.suspend2.net>
Hi!
Nigel said:
> When will the lunacy end?
When people stop asking me for graphical progress.
Alternatively, when you strip down suspend2 patches so that they are
smaller than 2 * (sizeof(swsusp + uswsusp kernel parts)).
> > + case SNAPSHOT_PMOPS:
> > + switch (arg) {
> > +
> > + case PMOPS_PREPARE:
> > + if (pm_ops->prepare) {
> > + error = pm_ops->prepare(PM_SUSPEND_DISK);
> > + }
> > + break;
...
> > + default:
> > + printk(KERN_ERR "SNAPSHOT_PMOPS: invalid argument %ld\n", arg);
> > + error = -EINVAL;
> > +
> > + }
> > + break;
> > +
> > default:
> > error = -ENOTTY;
>
> Guys! Why can't you see yet that all this uswsusp business is sheer
> lunacy? All of the important code is done in the kernel, and must be
> done in the kernel. Moving the little bit of high level logic that can
> be done in userspace to userspace doesn't mean you're doing the
> suspending in userspace.
Of course you are right. Fortunately for us, that high level logic is
80% of code. Unfortunately for you, that high level logic is where the
ugly parts are.... such as "press esc to abort". such as "image found,
do you want to reboot and try again or destroy it?".
> If you have to use userspace for suspending, use it for the things that
> don't matter, like the user interface, not the things that will break
> suspending and resuming if they break.
PMOPS_PREPARE (& friends) is "tell ACPI to light up that moon
symbol". Useful suspend can be done without that, but ACPI will be
confused on resume.
We could do it unconditionaly, but some machines have broken ACPI bioses.
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
next prev parent reply other threads:[~2006-09-25 22:35 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-25 7:13 [PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode") Stefan Seyfried
2006-09-25 8:12 ` Rafael J. Wysocki
2006-09-25 8:17 ` Pavel Machek
2006-09-25 19:02 ` Rafael J. Wysocki
2006-09-25 21:34 ` When will the lunacy end? (Was Re: [PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode")) Nigel Cunningham
2006-09-25 21:45 ` Andrew Morton
2006-09-25 22:45 ` Pavel Machek
2006-09-25 23:06 ` Andrew Morton
2006-09-25 23:21 ` Pavel Machek
2006-09-26 0:22 ` Andrew Morton
2006-09-26 10:08 ` Stefan Seyfried
2006-09-26 10:24 ` Pavel Machek
2006-09-26 16:46 ` Andrew Morton
2006-09-27 9:09 ` Pavel Machek
2006-09-27 21:08 ` Andrew Morton
2006-09-27 21:13 ` Rafael J. Wysocki
2006-09-27 21:34 ` Pavel Machek
2006-09-27 22:58 ` Andrew Morton
2006-09-27 23:18 ` Pavel Machek
2006-09-26 19:46 ` Rafael J. Wysocki
2006-09-26 16:45 ` Bryan O'Sullivan
2006-09-26 17:44 ` Alan Cox
2006-09-26 17:29 ` Bryan O'Sullivan
2006-09-27 9:09 ` Pavel Machek
2006-09-26 19:56 ` Rafael J. Wysocki
2006-09-26 20:14 ` Adrian Bunk
2006-09-26 20:35 ` Rafael J. Wysocki
2006-09-26 21:38 ` Nigel Cunningham
2006-09-26 22:31 ` Adrian Bunk
2006-09-26 22:51 ` Rafael J. Wysocki
2006-09-26 23:05 ` Nigel Cunningham
2006-09-26 23:31 ` Rafael J. Wysocki
2006-09-26 23:39 ` Adrian Bunk
2006-09-27 0:16 ` Andrew Morton
2006-09-27 5:12 ` Rafael J. Wysocki
2006-09-27 5:39 ` Nigel Cunningham
2006-09-27 6:00 ` Andrew Morton
2006-09-27 7:47 ` Rafael J. Wysocki
2006-09-27 8:58 ` Pavel Machek
2006-09-27 9:02 ` Pavel Machek
2006-09-27 23:21 ` Adrian Bunk
2006-09-28 10:59 ` Rafael J. Wysocki
2006-09-26 23:43 ` Nigel Cunningham
2006-09-25 22:34 ` Pavel Machek [this message]
2006-09-26 10:12 ` Stefan Seyfried
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=20060925223435.GA2540@elf.ucw.cz \
--to=pavel@ucw.cz \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ncunningham@linuxmail.org \
--cc=rjw@sisk.pl \
--cc=seife@suse.de \
/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