Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757371AbYKUV4y (ORCPT ); Fri, 21 Nov 2008 16:56:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753299AbYKUV4o (ORCPT ); Fri, 21 Nov 2008 16:56:44 -0500 Received: from smtp2.it.da.ut.ee ([193.40.5.67]:44348 "EHLO smtp2.it.da.ut.ee" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753573AbYKUV4n (ORCPT ); Fri, 21 Nov 2008 16:56:43 -0500 Date: Fri, 21 Nov 2008 23:56:38 +0200 (EET) From: Meelis Roos To: Patrick McHardy cc: Linux Kernel list Subject: Regression - Re: 2.6.28-rc2: runaway loop modprobe char-major-5-1 In-Reply-To: <49071A84.3080706@trash.net> Message-ID: References: <49071A84.3080706@trash.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1463 Lines: 36 > > request_module: runaway loop modprobe char-major-5-1 > > > > and then hangs. > > > > char-major-5-1 seems to mean ttyS0. > > I'm seeing the same problem on a Debian unstable system using > initramfs and dm-crypt, but it seems to be caused by userspace > changes, using an old initramfs image with just the new modules > added manually works fine (well, breaks elsewhere). I have done some eveninfs testing, taking apart and putting together my own initramfs. It looks like this is a kernel bug, not userspace - the hang happens after initramfs is unpacked and after VFS and quotas are installed, and after "msgmni has been set to 627" message but before BSG loading message and before io scheduler initialization. And log before init is executed from initramfs (and no modprobe is executed either, as my wrapper does not run). Rerepeating, same userspace generats fine initramfs for 2.6.27 and the initramfs contents are the same except modules tree that is for different version. It happens on 2 of my computers, both have custom config (serial compiled in, not modular). The hang happens before ttyS driver initialization. Seems like a kernel regression to me. -- Meelis Roos (mroos@linux.ee) -- 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/