From: Marco Stornelli <marco.stornelli@gmail.com>
To: Jeff Dike <jdike@addtoit.com>,
Richard Weinberger <richard@nod.at>,
torvalds@linux-foundation.org
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
user-mode-linux-devel@lists.sourceforge.net
Subject: 3.6rc-3 doesn't compile um arch
Date: Fri, 31 Aug 2012 14:14:38 +0200 [thread overview]
Message-ID: <5040AAAE.30501@gmail.com> (raw)
Hi,
I'm trying to compile the latest kernel for arch um, using the latest
Linus's tree, but it doesn't compile due to the commit:
um: pass siginfo to the guest process.
I think the fix is trivial. At line 117 of os-Linux/time.c you find
this line:
alarm_handler(SIGVTALRM, NULL);
but it should be:
alarm_handler(SIGVTALRM, NULL, NULL);
Is it already fixed?
Marco
next reply other threads:[~2012-08-31 12:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-31 12:14 Marco Stornelli [this message]
2012-08-31 12:27 ` 3.6rc-3 doesn't compile um arch richard -rw- weinberger
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=5040AAAE.30501@gmail.com \
--to=marco.stornelli@gmail.com \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=richard@nod.at \
--cc=torvalds@linux-foundation.org \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/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.