From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758427Ab3KZW3z (ORCPT ); Tue, 26 Nov 2013 17:29:55 -0500 Received: from mail-qa0-f46.google.com ([209.85.216.46]:61103 "EHLO mail-qa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756491Ab3KZW3u (ORCPT ); Tue, 26 Nov 2013 17:29:50 -0500 Date: Tue, 26 Nov 2013 17:29:45 -0500 From: Tejun Heo To: Josh Hunt Cc: Linus Torvalds , Jonathan Nieder , Ming Lei , Alex Riesen , Alan Stern , Jens Axboe , USB list , Linux Kernel Mailing List , Arjan van de Ven , Rusty Russell Subject: Re: [3.8-rc3 -> 3.8-rc4 regression] Re: [PATCH] module, async: async_synchronize_full() on module init iff async is used Message-ID: <20131126222945.GC8588@mtj.dyndns.org> References: <20130115235043.GJ2668@htj.dyndns.org> <20130116025251.GM2668@htj.dyndns.org> <20130812070411.GA2878@elie.Belkin> <20130812150900.GJ15892@htj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Tue, Nov 26, 2013 at 04:12:41PM -0600, Josh Hunt wrote: > I should have clarified that I'm not using dm/md in my setup. I know > the modules are getting loaded in the log I attached, but root is not > a md/dm device. Can you please still try it? The init script is broken and we're now just trying to restore just enough of the old behavior so that the issue is not exposed. The boot script in use seems to load md/dm modules after storage drivers and use their termination as the signal for "storage ready", so it could be a good enough bandaid even if you're not using dm/md. Thanks. -- tejun