From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757940AbcCaSm0 (ORCPT ); Thu, 31 Mar 2016 14:42:26 -0400 Received: from one.firstfloor.org ([193.170.194.197]:45002 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757865AbcCaSmZ (ORCPT ); Thu, 31 Mar 2016 14:42:25 -0400 Date: Thu, 31 Mar 2016 11:42:22 -0700 From: Andi Kleen To: Richard Weinberger Cc: Andi Kleen , Andrew Morton , LKML , Andi Kleen Subject: Re: [PATCH] Make CONFIG_FHANDLE default y Message-ID: <20160331184221.GK7982@two.firstfloor.org> References: <1459437846-3690-1-git-send-email-andi@firstfloor.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 On Thu, Mar 31, 2016 at 05:52:52PM +0200, Richard Weinberger wrote: > On Thu, Mar 31, 2016 at 5:24 PM, Andi Kleen wrote: > > From: Andi Kleen > > > > Newer Fedora and OpenSUSE didn't boot with my standard configuration. > > It took me some time to figure out why, in fact I had to write a script > > to try different config options systematically. > > > > The problem is that something in dracut depends on CONFIG_FHANDLE, > > which adds open by file handle syscalls. > > s/something/systemd. :-) Makes sense thanks. It should probably give a better error message like it gives for missing cgroups (right now just your root file system is missing) But right now we should avoid others having the same pain and make the option default. -Andi -- ak@linux.intel.com -- Speaking for myself only.