From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751549AbZHFGqc (ORCPT ); Thu, 6 Aug 2009 02:46:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751048AbZHFGqb (ORCPT ); Thu, 6 Aug 2009 02:46:31 -0400 Received: from e28smtp09.in.ibm.com ([59.145.155.9]:51494 "EHLO e28smtp09.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750952AbZHFGqa (ORCPT ); Thu, 6 Aug 2009 02:46:30 -0400 Message-ID: <4A7A7C37.7020609@linux.vnet.ibm.com> Date: Thu, 06 Aug 2009 12:16:15 +0530 From: gowrishankar Reply-To: gowrishankar.m@linux.vnet.ibm.com User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Clark Williams CC: gowrishankar.m@linux.vnet.ibm.com, Thomas Gleixner , LKML , rt-users , Ingo Molnar , Steven Rostedt , Peter Zijlstra , Carsten Emde , Frank Rowand , Robin Gareus , Gregory Haskins , Philippe Reynes , Fernando Lopez-Lezcano , Will Schmidt , Darren Hart , Jan Blunck , Sven-Thorsten Dietrich , Jon Masters Subject: Re: [ANNOUNCE] 2.6.31-rc4-rt1 (problem with CONFIG_SYSFS_DEPRECATED_V2) References: <4A79214B.5070003@linux.vnet.ibm.com> <20090805083247.0b84d1c0@torg> In-Reply-To: <20090805083247.0b84d1c0@torg> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Clark Williams wrote: > On Wed, 05 Aug 2009 11:36:03 +0530 > gowrishankar wrote: > >> Thomas Gleixner wrote: >>> We are pleased to announce the next update to our new preempt-rt >>> series. >>> >>> - update to 2.6.31-rc4 >> Hi, >> I am seeing below kernel panic on 8 way Intel and 4 way AMD blades. >> >> Kernel panic - not syncing: Attempted to kill init! >> Pid: 1, comm: init Not tainted 2.6.31-rc4-rt1-autotest #1 >> Call Trace: >> [] panic+0xc1/0x171 >> [] ? put_files_struct+0xc3/0xe6 >> [] ? rt_write_unlock+0x1c/0x32 >> [] ? exit_ptrace+0xab/0x130 >> [] ? rt_write_unlock+0x1c/0x32 >> [] do_exit+0x88/0x726 >> [] do_group_exit+0x88/0xbb >> [] sys_exit_group+0x25/0x3d >> [] system_call_fastpath+0x16/0x1b >> >> Thanks, >> Gowri > > Gowri, > > Would you post your .config so we can see what options you have enabled? > Hi Clark, Thanks for the attention. I just looked at error message before the trace I posted. setuproot: moving /dev failed: No such file or directory no fstab.sys, mounting internal defaults setuproot: error mounting /proc: No such file or directory setuproot: error mounting /sys: No such file or directory Switching to new root and running init. unmounting old /dev unmounting old /proc unmounting old /sys switchroot: mount failed: No such file or directory Only if I set CONFIG_SYSFS_DEPRECATED_V2=y, I could successfully boot which I have tested with this kernel in same system. Is it not set by default from 2.6.31 onwards ? Thanks, Gowri > Clark > From mboxrd@z Thu Jan 1 00:00:00 1970 From: gowrishankar Subject: Re: [ANNOUNCE] 2.6.31-rc4-rt1 (problem with CONFIG_SYSFS_DEPRECATED_V2) Date: Thu, 06 Aug 2009 12:16:15 +0530 Message-ID: <4A7A7C37.7020609@linux.vnet.ibm.com> References: <4A79214B.5070003@linux.vnet.ibm.com> <20090805083247.0b84d1c0@torg> Reply-To: gowrishankar.m@linux.vnet.ibm.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gowrishankar.m@linux.vnet.ibm.com, Thomas Gleixner , LKML , rt-users , Ingo Molnar , Steven Rostedt , Peter Zijlstra , Carsten Emde , Frank Rowand , Robin Gareus , Gregory Haskins , Philippe Reynes , Fernando Lopez-Lezcano , Will Schmidt , Darren Hart , Jan Blunck , Sven-Thorsten Dietrich , Jon Masters To: Clark Williams Return-path: Received: from e28smtp09.in.ibm.com ([59.145.155.9]:51494 "EHLO e28smtp09.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750952AbZHFGqa (ORCPT ); Thu, 6 Aug 2009 02:46:30 -0400 In-Reply-To: <20090805083247.0b84d1c0@torg> Sender: linux-rt-users-owner@vger.kernel.org List-ID: Clark Williams wrote: > On Wed, 05 Aug 2009 11:36:03 +0530 > gowrishankar wrote: > >> Thomas Gleixner wrote: >>> We are pleased to announce the next update to our new preempt-rt >>> series. >>> >>> - update to 2.6.31-rc4 >> Hi, >> I am seeing below kernel panic on 8 way Intel and 4 way AMD blades. >> >> Kernel panic - not syncing: Attempted to kill init! >> Pid: 1, comm: init Not tainted 2.6.31-rc4-rt1-autotest #1 >> Call Trace: >> [] panic+0xc1/0x171 >> [] ? put_files_struct+0xc3/0xe6 >> [] ? rt_write_unlock+0x1c/0x32 >> [] ? exit_ptrace+0xab/0x130 >> [] ? rt_write_unlock+0x1c/0x32 >> [] do_exit+0x88/0x726 >> [] do_group_exit+0x88/0xbb >> [] sys_exit_group+0x25/0x3d >> [] system_call_fastpath+0x16/0x1b >> >> Thanks, >> Gowri > > Gowri, > > Would you post your .config so we can see what options you have enabled? > Hi Clark, Thanks for the attention. I just looked at error message before the trace I posted. setuproot: moving /dev failed: No such file or directory no fstab.sys, mounting internal defaults setuproot: error mounting /proc: No such file or directory setuproot: error mounting /sys: No such file or directory Switching to new root and running init. unmounting old /dev unmounting old /proc unmounting old /sys switchroot: mount failed: No such file or directory Only if I set CONFIG_SYSFS_DEPRECATED_V2=y, I could successfully boot which I have tested with this kernel in same system. Is it not set by default from 2.6.31 onwards ? Thanks, Gowri > Clark >