From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.31-VA-mm2 #1 (Debian)) id 19v61E-00051r-00 for ; Thu, 04 Sep 2003 19:08:12 -0700 Received: from lakshmi.addtoit.com ([198.99.130.6] helo=lakshmi.solana.com) by sc8-sf-mx1.sourceforge.net with esmtp (Exim 4.22) id 19v61D-0007d8-Cz for user-mode-linux-devel@lists.sourceforge.net; Thu, 04 Sep 2003 19:08:11 -0700 Received: from ccure.karaya.com (lakshmi.solana.com [127.0.0.1]) by lakshmi.solana.com (8.11.2/8.9.3) with ESMTP id h8520Yj29147 for ; Thu, 4 Sep 2003 22:00:40 -0400 Message-Id: <200309050210.h852AbAd027793@ccure.karaya.com> Subject: Re: [uml-devel] Kernel panic: Kernel mode fault at addr 0x0, ip 0x8053457 In-Reply-To: Your message of "Thu, 04 Sep 2003 19:03:35 BST." References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Jeff Dike Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: Date: Thu, 04 Sep 2003 22:10:37 -0400 To: M A Young Cc: user-mode-linux-devel@lists.sourceforge.net m.a.young@durham.ac.uk said: > His old selinux used syscall 223, which was completely uninitialized > (ie. not even set to sys_ni_syscall), hence the kernel crashed. I was > having the same problem in a different context with get_thread_area > and set_thread_area. OK, I fixed this by examining the sys_call_table and ensuring that it is entirely filled with non-NULL values. This wasn't a problem on 2.4, on 2.5 there were about half a dozen missing syscalls (or holes that needed filling with sys_ni_syscall). Jeff ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel