Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932200AbaJUJxI (ORCPT ); Tue, 21 Oct 2014 05:53:08 -0400 Received: from mail-la0-f52.google.com ([209.85.215.52]:59071 "EHLO mail-la0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751332AbaJUJxG (ORCPT ); Tue, 21 Oct 2014 05:53:06 -0400 MIME-Version: 1.0 In-Reply-To: References: <20141020144448.59e2e067d632c70353296e56@linux-foundation.org> Date: Tue, 21 Oct 2014 11:53:04 +0200 X-Google-Sender-Auth: X9iLRf653rj3GvMSSmkFzIebx6g Message-ID: Subject: Re: [PATCH] init: Remove CONFIG_INIT_FALLBACK From: Geert Uytterhoeven To: Andy Lutomirski Cc: Andrew Morton , Josh Triplett , Rob Landley , Frank Rowand , "linux-kernel@vger.kernel.org" , Chuck Ebbert , Randy Dunlap , Shuah Khan Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 21, 2014 at 12:04 AM, Andy Lutomirski wrote: > CONFIG_INIT_FALLBACK adds config bloat without an obvious use case > that makes it worth keeping around. Delete it. > > Signed-off-by: Andy Lutomirski > --- > > Bring on the blame :) > > init/Kconfig | 16 ---------------- > init/main.c | 5 ----- > 2 files changed, 21 deletions(-) > > diff --git a/init/Kconfig b/init/Kconfig > index ebbd5846478e..e84c6423a2e5 100644 > --- a/init/Kconfig > +++ b/init/Kconfig > @@ -1299,22 +1299,6 @@ source "usr/Kconfig" > > endif > > -config INIT_FALLBACK > - bool "Fall back to defaults if init= parameter is bad" > - default y > - help The above is not in mainline, nor in -next? Seems it only exists in a patch series you sent yourself? Confused... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- 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/