From: Takashi Iwai <tiwai@suse.de>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
"Dr. Werner Fink" <werner@suse.de>
Subject: Re: May close() return any error code?
Date: Thu, 30 Jul 2015 15:53:20 +0200 [thread overview]
Message-ID: <s5hh9olrbu7.wl-tiwai@suse.de> (raw)
In-Reply-To: <20150729144511.GA11233@dtor-ws>
On Wed, 29 Jul 2015 16:45:11 +0200,
Dmitry Torokhov wrote:
>
> HI Takashi,
>
> On Wed, Jul 29, 2015 at 12:46:59PM +0200, Takashi Iwai wrote:
> > Hi,
> >
> > while debugging a problem of X and gdm with the old systemd-210, we
> > encountered a sudden death of systemd-logind, and this turned out to
> > be an unexpected errno from close(). The close() call for input
> > devices returns ENODEV error. The logind in systemd-210 treats this
> > error code as fatal, triggers assert() and eventually kills itself.
> > The details are found in an openSUSE bugzilla thread:
> > https://bugzilla.opensuse.org/show_bug.cgi?id=939571
> >
> > This seems coming from evdev_flush(). As there is no fd leak, it's no
> > big problem per se. But, now the question is whether returning such
> > an error code is correct behavior at all. At least, it doesn't seem
> > defined in POSIX:
> > http://pubs.opengroup.org/onlinepubs/009695399/functions/close.html
>
> Hmm, if I checked the right version of the code close_nointr_nofail()
> expects only 0 as the return code so even if we change the kernel to
> use more conforming -EIO instead of -ENODEV systemd will still die...
Yes, it can be seen rather as a bug in systemd-210, and the later
systemd version doesn't seem to trigger assert() with that condition.
> The question is whether we really need to propagate return value from
> f_op->flush() up to userspace in filp_close(). Why don't we ask Al?
Oh yes, of course, Al is the best person to ask :)
Looking back at this problem now, I find it even dangerous to
propagate an error, especially -EINTR. Then user-space may interpret
it as if the close didn't succeed and the fd were alive, although the
kernel performed the close itself.
thanks,
Takashi
next prev parent reply other threads:[~2015-07-30 13:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-29 10:46 Takashi Iwai
2015-07-29 14:45 ` Dmitry Torokhov
2015-07-30 13:53 ` Takashi Iwai [this message]
2015-08-02 14:07 ` Al Viro
2015-08-04 10:21 ` Takashi Iwai
2015-08-02 7:42 ` Pavel Machek
2015-08-02 13:57 ` Al Viro
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=s5hh9olrbu7.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
--cc=werner@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
all inboxes | Powered by JetHome®