lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 31 Aug 2012 14:14:38 +0200
From:	Marco Stornelli <marco.stornelli@...il.com>
To:	Jeff Dike <jdike@...toit.com>, Richard Weinberger <richard@....at>,
	torvalds@...ux-foundation.org
CC:	Linux Kernel <linux-kernel@...r.kernel.org>,
	user-mode-linux-devel@...ts.sourceforge.net
Subject: 3.6rc-3 doesn't compile um arch

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ