From: Benjamin Beurdouche <dev@thecercle.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Borislav Petkov <bp@amd64.org>,
Cyrill Gorcunov <gorcunov@openvz.org>,
Pekka Enberg <penberg@kernel.org>,
richard -rw- weinberger <richard.weinberger@gmail.com>,
"Myklebust, Trond" <Trond.Myklebust@netapp.com>,
Dave Jones <davej@redhat.com>,
Greg Kroah-Hartman <greg@kroah.com>,
Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>,
Debian Kernel Team <debian-kernel@lists.debian.org>,
OpenSUSE Kernel Team <opensuse-kernel@opensuse.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Ingo Molnar <mingo@elte.hu>,
Sasha Levin <levinsasha928@gmail.com>,
Asias He <asias.hejun@gmail.com>,
Pavel Emelyanov <xemul@parallels.com>, <david@lang.hm>
Subject: Re: [opensuse-kernel] Re: [RFC] Simplifying kernel configuration for distro issues
Date: Mon, 16 Jul 2012 20:30:19 +0200 [thread overview]
Message-ID: <CC2A2A5B.58B7%dev@thecercle.org> (raw)
In-Reply-To: <CC2A171A.580D%torvalds@linux-foundation.org>
Dear all,
I usually don't take part of discussions in LKML but I recognized myself
in what Linus is actually describing as a "normal user" (one of the few
insane enough to read the mailing list...) so I wrote a few ideas below...
Please give me your thoughts Benjamin
On 7/16/12 6:50 PM, "Linus Torvalds" <torvalds@linux-foundation.org> wrote:
>Your "problem" isn't what any sane person cares about, and isn't what
>I started the RFC for.
>Seriously. NOBODY CARES.
>You can do what you want to do *today*. Just edit the config file, or
>use any of the millions of config tools. Stop whining.
I guess the complexity of configuration in order to build a distro is why
I didn't even try to build a distro-specific kernel Moreover the doc is
terrible for unfamiliar users...
>The thing I'm asking for is for normal people. Make it easy for people
>who DO NOT CARE about the config file to just build a kernel for their
>machine.
If you think about users like me who just want to build a basic featured
kernel we always do a make menuconfig with near default options...
What I would expect to build a distro/kernel is to have access in a
menuconfig-like to
1) basic features like networking, usb storage, power management etc
_enabled by default_ so I can quickly build a "common platform" kernel
which gives me everything I need on my laptop and
2) have a menu like "*distro* basic requirements" (never changes and only
for a few big distros) and finally
3) have a "*distro* advanced" menu having all the other non-mandatory
options available but with a conflict manager (it could check against a
full Kconfig file kept up-to-date by each distro groups)
Without necessary talking of menuconfig, I liked very much the structure
Linus suggested in the first post regarding Kconfig files
That maybe some idiotic suggestions but I'd like to know what you think
about it anyway
Cheers! B.
>Don't complicate the issue by bringing up some totally unrelated
>question. Don't derail a useful feature for the 99% because you're not
>in it.
>
> Linus
next parent reply other threads:[~2012-07-16 18:30 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CC2A171A.580D%torvalds@linux-foundation.org>
2012-07-16 18:30 ` Benjamin Beurdouche [this message]
2012-07-13 20:37 [RFC] Simplifying kernel configuration for distro issues Linus Torvalds
2012-07-13 20:54 ` Myklebust, Trond
2012-07-13 21:41 ` [opensuse-kernel] " richard -rw- weinberger
2012-07-14 10:37 ` Borislav Petkov
2012-07-14 12:12 ` Pekka Enberg
2012-07-14 12:43 ` Cyrill Gorcunov
2012-07-14 17:48 ` Borislav Petkov
2012-07-14 18:51 ` Cyrill Gorcunov
2012-07-14 19:51 ` david
2012-07-19 14:42 ` Steven Rostedt
2012-07-19 16:48 ` Borislav Petkov
2012-07-19 17:02 ` Steven Rostedt
2012-07-19 17:34 ` Borislav Petkov
2012-07-19 17:57 ` Steven Rostedt
2012-07-19 18:09 ` Borislav Petkov
2012-07-19 17:06 ` Linus Torvalds
2012-07-19 17:53 ` Borislav Petkov
2012-07-19 18:42 ` Konrad Rzeszutek Wilk
2012-07-15 10:14 ` Borislav Petkov
2012-07-15 10:17 ` Pekka Enberg
2012-07-15 21:18 ` Borislav Petkov
2012-07-15 21:48 ` Cyrill Gorcunov
2012-07-15 22:09 ` david
2012-07-15 22:22 ` Cyrill Gorcunov
2012-07-15 23:06 ` david
2012-07-16 8:24 ` Borislav Petkov
2012-07-16 16:43 ` david
2012-07-16 16:50 ` Linus Torvalds
2012-07-16 19:26 ` david
2012-07-16 20:56 ` Linus Torvalds
2012-07-16 22:21 ` david
2012-07-18 7:04 ` Ingo Molnar
2012-07-18 8:42 ` david
2012-07-18 9:13 ` Ingo Molnar
2012-07-17 8:03 ` Geert Uytterhoeven
2012-07-19 16:01 ` Michal Marek
2012-07-16 17:01 ` Alan Cox
2012-07-16 17:05 ` david
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CC2A2A5B.58B7%dev@thecercle.org \
--to=dev@thecercle.org \
--cc=Trond.Myklebust@netapp.com \
--cc=asias.hejun@gmail.com \
--cc=bp@amd64.org \
--cc=davej@redhat.com \
--cc=david@lang.hm \
--cc=debian-kernel@lists.debian.org \
--cc=gorcunov@openvz.org \
--cc=greg@kroah.com \
--cc=kernel-team@lists.ubuntu.com \
--cc=levinsasha928@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=opensuse-kernel@opensuse.org \
--cc=penberg@kernel.org \
--cc=richard.weinberger@gmail.com \
--cc=torvalds@linux-foundation.org \
--cc=xemul@parallels.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.