From: "Jeff V. Merkey" <jmerkey@wolfmountaingroup.com>
To: Valdis.Kletnieks@vt.edu
Cc: Tilman Schmidt <tilman@imap.cc>,
Pekka Enberg <penberg@cs.helsinki.fi>,
linux-kernel@vger.kernel.org,
Jan Engelhardt <jengelh@linux01.gwdg.de>,
Matthias Andree <matthias.andree@gmx.de>,
Grzegorz Kulewski <kangur@polcom.net>,
Diego Calleja <diegocg@gmail.com>,
arjan@infradead.org, caleb@calebgray.com
Subject: Re: Reiser4 Inclusion
Date: Wed, 19 Jul 2006 14:29:20 -0600 [thread overview]
Message-ID: <44BE9620.9080400@wolfmountaingroup.com> (raw)
In-Reply-To: <200607191904.k6JJ4cf0002159@turing-police.cc.vt.edu>
A big ego thing I guess.
Keeping a lot of FS's and code out of tree has a lot of advatanges (like
not getting targeted by folks
claiming IP issues suing Linus and Co.). I am still distributing NWFS
out of the tree, and there's still 2000+ downloads per month from
three separate locations -- code I have not touched in three years.
Projects I have taken commercial are big money makers and obviously will
not be submitted to the tree. Reiser is shipped in Suse
Linux as the default, so who cares whether its in the tree or not -- it
still has succeeded. You guys should keep the stuff out of the tree
(in fact most of the FS's and other code should not be in the tree).
The whole Linux base is too big as it is and becoming larger. Only
minimal drivers and FS's should be in the tree. Less broken stuff
and dependencies. I have been watching development cycles take longer
and longer to get Linux kernels out -- Red Hat is STILL
shipping 2.6.9-22 with ES4 (update kernels have various issues of
stability).
The smaller the better. You have more control if you keep it out, and
greater opporutnities for serious folks to do business
deals to promote your stuff.
Jeff
Valdis.Kletnieks@vt.edu wrote:
>On Wed, 19 Jul 2006 17:32:48 +0200, Tilman Schmidt said:
>
>
>
>>Well, that doesn't make sense. You can't have your cake and eat it
>>too. Either you have out-of-tree code or you haven't. Documents
>>like stable_api_nonsense.txt explicitly discourage out-of-tree code,
>>which is formally equivalent to saying that all kernel code should
>>be in-tree. Therefore an attitude which says "go on developing that
>>code out-of-tree, it's not ready for inclusion yet" is in direct
>>contradiction with the foundations of the no-stable-API policy.
>>
>>
>
>Which part of "read Documentation/SubmittingPatches.txt and do what it says,
>or it doesn't get into the kernel" do you have trouble understanding?
>
>It isn't a case of "out of tree code or you haven't". There's actually
>*three* major categories:
>
>1) Code that's already in-tree and maintained. These guys don't need to
>worry about the API, as it will usually get handled free of charge.
>
>2) Code that's out-of-tree, but a potential (after possible rework) candidate
>for submission (for instance, the hi-res timers, CKRM, some drivers, etc).
>These guys need to forward-port their code for API changes as they work
>towards getting their code into the tree.
>
>3) Code that's out-of-tree, but is so far out in left field that there's
>no way it will ever go in. For instance, that guy with the MVS JCL emulator
>better not be holding his breath waiting. And quite frankly, nobody else
>really cares whether they forward port their code or not.
>
>
next prev parent reply other threads:[~2006-07-19 19:53 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-17 3:02 Reiser4 Inclusion Caleb Gray
2006-07-17 9:25 ` Arjan van de Ven
2006-07-17 11:48 ` Grzegorz Kulewski
2006-07-17 11:57 ` Alexander Gran
2006-07-17 14:06 ` Diego Calleja
2006-07-17 14:31 ` Grzegorz Kulewski
2006-07-17 15:51 ` Matthias Andree
2006-07-18 7:59 ` Jan Engelhardt
2006-07-18 20:47 ` Matthias Andree
2006-07-19 1:19 ` Joshua Hudson
2006-07-19 9:27 ` Tilman Schmidt
2006-07-19 11:00 ` Krzysztof Halasa
2006-07-19 11:03 ` Pekka Enberg
2006-07-19 15:32 ` Tilman Schmidt
2006-07-19 19:04 ` Valdis.Kletnieks
2006-07-19 19:12 ` Tilman Schmidt
2006-07-19 20:09 ` Valdis.Kletnieks
2006-07-19 22:36 ` Tilman Schmidt
2006-07-19 20:29 ` Jeff V. Merkey [this message]
2006-07-19 22:01 ` Matthias Andree
2006-07-19 22:34 ` Helge Hafting
2006-07-17 15:52 ` gmu 2k6
2006-07-17 15:57 ` Alexander Gran
2006-07-17 19:01 ` Horst von Brand
2006-07-17 15:13 ` Jeff Anderson-Lee
2006-07-17 15:56 ` Matthias Andree
2006-07-17 20:48 ` Erik Mouw
2006-07-18 0:49 ` Jeff Dike
2006-07-18 11:43 ` Christoph Hellwig
2006-07-17 9:44 ` Patrick McFarland
2006-07-17 11:07 ` Diego Calleja
2006-07-17 14:38 ` Alex Riesen
2006-07-17 18:05 ` Valdis.Kletnieks
2006-07-18 23:10 ` Nix
2006-07-19 6:56 ` Reiser4 ACLs Marc Perkel
2006-07-19 15:03 ` Jan Engelhardt
-- strict thread matches above, loose matches on Subject: below --
2006-07-17 22:34 Reiser4 Inclusion linux
[not found] <06Jul25.011533edt.35900@gpu.utcc.utoronto.ca>
2006-07-30 22:02 ` Tilman Schmidt
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=44BE9620.9080400@wolfmountaingroup.com \
--to=jmerkey@wolfmountaingroup.com \
--cc=Valdis.Kletnieks@vt.edu \
--cc=arjan@infradead.org \
--cc=caleb@calebgray.com \
--cc=diegocg@gmail.com \
--cc=jengelh@linux01.gwdg.de \
--cc=kangur@polcom.net \
--cc=linux-kernel@vger.kernel.org \
--cc=matthias.andree@gmx.de \
--cc=penberg@cs.helsinki.fi \
--cc=tilman@imap.cc \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox