linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 3.6rc-3 doesn't compile um arch
@ 2012-08-31 12:14 Marco Stornelli
  2012-08-31 12:27 ` richard -rw- weinberger
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Stornelli @ 2012-08-31 12:14 UTC (permalink / raw)
  To: Jeff Dike, Richard Weinberger, torvalds
  Cc: Linux Kernel, user-mode-linux-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 3.6rc-3 doesn't compile um arch
  2012-08-31 12:14 3.6rc-3 doesn't compile um arch Marco Stornelli
@ 2012-08-31 12:27 ` richard -rw- weinberger
  0 siblings, 0 replies; 2+ messages in thread
From: richard -rw- weinberger @ 2012-08-31 12:27 UTC (permalink / raw)
  To: Marco Stornelli
  Cc: Jeff Dike, Richard Weinberger, torvalds, Linux Kernel,
	user-mode-linux-devel, martin.partel

On Fri, Aug 31, 2012 at 2:14 PM, Marco Stornelli
<marco.stornelli@gmail.com> wrote:
> 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?

It's known but nobody cared to send a fix for that.
Who wants the credit?

Otherwise I'll fix it in -rc4 or 5.
(Currently I'm on holiday...)

-- 
Thanks,
//richard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-31 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-31 12:14 3.6rc-3 doesn't compile um arch Marco Stornelli
2012-08-31 12:27 ` richard -rw- weinberger

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).