Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936602Ab3DHXqe (ORCPT ); Mon, 8 Apr 2013 19:46:34 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:52705 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760469Ab3DHXq3 (ORCPT ); Mon, 8 Apr 2013 19:46:29 -0400 MIME-Version: 1.0 In-Reply-To: <20130408230658.GY4068@ZenIV.linux.org.uk> References: <20130405173623.GE4068@ZenIV.linux.org.uk> <515F3A71.9080008@sgi.com> <20130405210042.GH4068@ZenIV.linux.org.uk> <5162E36F.5020305@sgi.com> <20130408155847.GS4068@ZenIV.linux.org.uk> <51632DF8.2080402@sgi.com> <20130408212327.GU4068@ZenIV.linux.org.uk> <20130408214834.GV4068@ZenIV.linux.org.uk> <516341ED.5060803@wwwdotorg.org> <20130408230658.GY4068@ZenIV.linux.org.uk> Date: Mon, 8 Apr 2013 16:46:27 -0700 X-Google-Sender-Auth: WuaguyiS7VykMZqCfCZNOXvob5U Message-ID: Subject: Re: hangs on boot in 9984d7394618df9 From: Doug Anderson To: Al Viro Cc: Stephen Warren , Nathan Zimmer , Andrew Morton , "linux-kernel@vger.kernel.org" , linux-fsdevel@vger.kernel.org, "Eric W. Biederman" , David Woodhouse , stable@vger.kernel.org, "linux-next@vger.kernel.org" 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: 1244 Lines: 26 Al, On Mon, Apr 8, 2013 at 4:06 PM, Al Viro wrote: > Folks, see if vfs.git#experimental works for you; the PITA had apparently > been caused by change of open() semantics for /proc//fd/ - > it started to behave like a FIFO, i.e. wait for peer to show up. Normally > that's not a problem, but if you have closed e.g. the write end of a pipe > and try to open /proc//fd/, you'll get open() waiting > for writers to appear. Which isn't what we used to do here (open succeeded > immediately) and apparently that was enough to trip drakut. > > Branch head should be at 574179469f7370aadb9cbac1ceca7c3723c17bee. That branch booted fine for me and didn't show any problems. I wasn't easily able to merge onto linux-next and test there though. I tried applying these the 4 top commits of your branch to "next-20130408" and it didn't solve my problems. A full merge of your branch to linux-next showed conflicts and I didn't dig. -Doug -- 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/