From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932697AbaDBRFl (ORCPT ); Wed, 2 Apr 2014 13:05:41 -0400 Received: from mail-qc0-f170.google.com ([209.85.216.170]:41426 "EHLO mail-qc0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932414AbaDBRFg (ORCPT ); Wed, 2 Apr 2014 13:05:36 -0400 Date: Wed, 2 Apr 2014 13:05:32 -0400 From: Tejun Heo To: Greg Kroah-Hartman Cc: Alexandre Demers , linux-kernel@vger.kernel.org Subject: Re: [PATCH driver-core-next] sysfs: restore in-kernel mount of sysfs Message-ID: <20140402170532.GG16631@htj.dyndns.org> References: <20140330123036.GA8942@htj.dyndns.org> <20140330131309.GE8942@htj.dyndns.org> <20140330162641.GA5539@kroah.com> <20140330220433.GA16771@htj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140330220433.GA16771@htj.dyndns.org> 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 On Sun, Mar 30, 2014 at 06:04:33PM -0400, Tejun Heo wrote: > On Sun, Mar 30, 2014 at 09:26:41AM -0700, Greg Kroah-Hartman wrote: > > On Sun, Mar 30, 2014 at 09:13:09AM -0400, Tejun Heo wrote: > > > Oops, this is not for driver-core-next but driver-core-linus. > > > > It's _really_ late in the release cycle for something like this, can I > > add it to 3.15-rc1 and if people are seeing issues, backport it to > > 3.14-stable? > > Sure, the problem doesn't seem to be too widespread anyways. > -stable'ing through rc1 should be fine. Hmmm... Apparently another Arch user is reporting the same problem. Weird that it's distro specific. Prolly something funky in their initrd? Anyways, I think this patch needs to be applied with -stable # v3.14. Thanks! -- tejun