From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1IsJ9J-0007tN-Mu for user-mode-linux-devel@lists.sourceforge.net; Wed, 14 Nov 2007 06:23:25 -0800 Received: from [198.99.130.12] (helo=saraswathi.solana.com) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1IsJ9F-00025f-Bm for user-mode-linux-devel@lists.sourceforge.net; Wed, 14 Nov 2007 06:23:23 -0800 Date: Wed, 14 Nov 2007 09:22:47 -0500 From: Jeff Dike Message-ID: <20071114142247.GA5848@c2.user-mode-linux.org> References: <20071114011002.GA11477@c2.user-mode-linux.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [uml-devel] uml doesn't work on 2.6.24-rc2 List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Miklos Szeredi Cc: tglx@linutronix.de, mingo@elte.hu, linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net On Wed, Nov 14, 2007 at 11:35:56AM +0100, Miklos Szeredi wrote: > Note, this is 32bit UML on 64bit host, to complicate matters. So I > think it's not PTRACE_ARCH_PRCTL, but PTRACE_SET_THREAD_AREA. Oh, that changes things. In this case, I believe this problem is fixed by fd181c72a3c202a3986bcee7551c0838265aec2a. You'll also need f86f9e6d66027bdcdc9b40c06d431ee53ea0d509 for a separate problem. > Maybe this is a fallout from the x86 architecture merge? No, the problems had been there from before the merge - years, in the case of the second one. Jeff -- Work email - jdike at linux dot intel dot com ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759050AbXKNOXh (ORCPT ); Wed, 14 Nov 2007 09:23:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755499AbXKNOX3 (ORCPT ); Wed, 14 Nov 2007 09:23:29 -0500 Received: from [198.99.130.12] ([198.99.130.12]:42475 "EHLO saraswathi.solana.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753152AbXKNOX2 (ORCPT ); Wed, 14 Nov 2007 09:23:28 -0500 Date: Wed, 14 Nov 2007 09:22:47 -0500 From: Jeff Dike To: Miklos Szeredi Cc: user-mode-linux-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@elte.hu Subject: Re: uml doesn't work on 2.6.24-rc2 Message-ID: <20071114142247.GA5848@c2.user-mode-linux.org> References: <20071114011002.GA11477@c2.user-mode-linux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 14, 2007 at 11:35:56AM +0100, Miklos Szeredi wrote: > Note, this is 32bit UML on 64bit host, to complicate matters. So I > think it's not PTRACE_ARCH_PRCTL, but PTRACE_SET_THREAD_AREA. Oh, that changes things. In this case, I believe this problem is fixed by fd181c72a3c202a3986bcee7551c0838265aec2a. You'll also need f86f9e6d66027bdcdc9b40c06d431ee53ea0d509 for a separate problem. > Maybe this is a fallout from the x86 architecture merge? No, the problems had been there from before the merge - years, in the case of the second one. Jeff -- Work email - jdike at linux dot intel dot com