linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Meyer <thomas@m3y3r.de>
To: viro@zeniv.linux.org.uk, linux-fsdevel@vger.kernel.org,
	linux-kernel@vger.kernel.org, x86@kernel.org
Subject: binfmt_misc: hangs in syscall with x86 userland on x86_64 kernel
Date: Tue, 06 Sep 2011 10:55:19 +0200	[thread overview]
Message-ID: <1315299323.7365.10.camel@localhost.localdomain> (raw)

hello,

something in the binfmt_misc filesystem system seems to be broken when
trying to use this driver with an x86 user land on an x86_64 kernel.

the command "ls /proc/sys/fs/binfmt_misc" seems to hang in the stat64
syscall:

> stat64("/proc/sys/fs/binfmt_misc", 0x8bf68e8) = -1 EINTR (Interrupted system call)
> --- {si_signo=SIGINT, si_code=SI_KERNEL, si_value={int=1248448068, ptr=0x4a69ce44}} (Interrupt) ---
> +++ killed by SIGINT +++

I had to remove the systemd-binfmt register service from my default
runlevel to get to a shell/X11.

any ideas what's going on here?

the program "systemd-binfmt" seems to hang in this open() syscall:

> open("/proc/sys/fs/binfmt_misc/status", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE|O_CLOEXEC, 0666) = -1 EINTR (Interrupted system call)
> --- {si_signo=SIGINT, si_code=SI_KERNEL, si_value={int=1248448068, ptr=0x4a69ce44}} (Interrupt) ---
> +++ killed by SIGINT +++

with kind regards
thomas

                 reply	other threads:[~2011-09-06  8:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1315299323.7365.10.camel@localhost.localdomain \
    --to=thomas@m3y3r.de \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    --cc=x86@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;
as well as URLs for NNTP newsgroup(s).