Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753129Ab2HaM1L (ORCPT ); Fri, 31 Aug 2012 08:27:11 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:40844 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751366Ab2HaM1K (ORCPT ); Fri, 31 Aug 2012 08:27:10 -0400 MIME-Version: 1.0 In-Reply-To: <5040AAAE.30501@gmail.com> References: <5040AAAE.30501@gmail.com> Date: Fri, 31 Aug 2012 14:27:09 +0200 Message-ID: Subject: Re: 3.6rc-3 doesn't compile um arch From: richard -rw- weinberger To: Marco Stornelli Cc: Jeff Dike , Richard Weinberger , torvalds@linux-foundation.org, Linux Kernel , user-mode-linux-devel@lists.sourceforge.net, martin.partel@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 889 Lines: 34 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.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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/