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 sho
On Fri, Aug 31, 2012 at 2:14 PM, Marco Stornelli
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.