The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Clem Cole <clemc@ccc.com>
To: tuhs@minnie.tuhs.org
Subject: Re: [TUHS] First Unix-like OSes not derived from AT&T code?
Date: Mon, 2 May 2022 11:38:31 -0400	[thread overview]
Message-ID: <CAC20D2Mue5sU6H4sPojvj_ov1R9ZyeFgpwE4_shqmoX4GYT8AQ@mail.gmail.com> (raw)
In-Reply-To: <Ym/u21IdxzleoY56@mit.edu>

[-- Attachment #1: Type: text/plain, Size: 5065 bytes --]

On Mon, May 2, 2022 at 10:46 AM tytso <tytso@mit.edu> wrote:

> So it appears that it was not a
> matter of "the upstream Linux kernel team.... [being] willing to take
> the VPROC changes", it was more like no one asked, or prepared patches
> that could be considered by usptream.
>
FWIW:  I know that at least 3 people on the OpenSSI team were telling me
they were told to go away.   I do not know the details of the interchange,
but doing some Linux work at the time, I too found the reception to kernel
changes to often be a tad cold (it took 10 years to get the core RDMA
support up-streamed). It's possible the way the OpenSSI team asked, the
prayers offered were not acceptable to those in charge at the time.  I
don't know, but please be careful here. *They were tried and feel that they
were rejected.*   *That is history*.  I understand that you want to try
to say, well there is no evidence of the proper emails/git change, *etc.*
 But that team ran into blocks.  So you can be a lawyer about it, or you
can try to accept what actually happened to those of us on the other end
with some grace.

FWIW: Larry M and I have often disagreed about the 'open-ness' of the
traditional UNIX releases from AT&T.   I suspect we are both right in our
position given the history that we each experienced.  Larry's position
(which I understand and accept) is that from his standpoint, it just was
not *open to him *as the University kept things under lock and key. I
always find that strange because I had absolutely the opposite history.  I
know my friend at MIT had free access, I can only assume you enjoyed that
yourself/but I'll not try to speak for you.  I believe it was available if
you had wanted it, while it was not Larry at UWis.

I do not know for sure in the case of the OpenSSI team, I know what they
have told me, but my >>guess<< is that something similar is happening
here.   The issue, which I think was similar to the pushback my teams
received with
RDMA around the same timeframe --> the core Linux kernel team was still
trying to fight to be a desktop war and had not yet started to focus on where
it would become a major success (enterprise-class system).   RDMA (and I
suspect OpenSSI too) was not seen as something that was relevant to the
desktop war and the creators were discouraged to continue to pursue it.

Taking my own experience here, RDMA only got upstreamed because so many
people at Intel started working in the Linux kernel team and people like me
at Intel who did care about that support, had to be a tad forceful to get
it there.  As I said, it took about 10 years before it came out. all
clustered Linux systems use it.   In my own experience when we started that
work in the early/mid-1990s, I personally was quite directly told [IIRC to]
'bugger off' in an email from one of the core Linux kernel folks (not you
mind you - but I bet you can guess) - that they were not interested in the
feature.  The word was something on the order of adding RDMA would only
make it hard for the VM system and no one would use it.  What is
interesting is that it's pretty popular and now a lot of hardware is being
designed assuming it is there and the Linux implementation frankly is the
most complete.  I've also seen a number of distros advertise their support
for RDMA HW these days.

Back to my core point.  Adding support for VPROC was invasive to the kernel
itself.  There is code to support processes in lots of places (For instance
the code to send different signals even makes it into some device
drivers).    So it means moving all the process code into separate modules
(like the file systems) and then making the core kernel call indirectly
through that layer.  Once that layer and functions are added, it means that
different process models (like a distributed one needed for something like
TNC) become a loadable module. Kernel's that do need it, just load the
traditional process model.  The other thing that is cool, IMO, it means you
can start to play with other process models.  Adding processes that use a
different API (*e.g.* my comment about the OS/2 demo we did for IBM).  Yes,
the changes are invasive to add support, but the power is extraordinary.

So ....   I also, personally know a number of the folks that worked on the
OpenSSI project and I suspect they tried to get the VPROC changes
upstreamed too, but were ignored/discouraged, and they finally gave up
trying.   I know at one point Frank started to put VPROC support into
FreeBSD, but I don't think that went anywhere either (although I don't
think he finished it).  I also know that the *Linux port to 2.6 was
complete at one point* (I personally had it running on a cluster here at
Intel with RDMA too BTW), but I never tried the FreeBSD codebase.

And yes, I do think that is a real shame and that it does not speak well of
history.  History has probably lost something good because at this point
the people involved are just not interested in trying anymore.

Clem
ᐧ

[-- Attachment #2: Type: text/html, Size: 8534 bytes --]

  reply	other threads:[~2022-05-02 15:41 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-01  9:30 Andrew Warkentin
2022-05-01 11:43 ` Ron Natalie
2022-05-01 11:56   ` Rob Pike
2022-05-01 14:03     ` Kenneth Goodwin
2022-05-03  4:37       ` Jim Carpenter
2022-05-01 14:09   ` Kenneth Goodwin
2022-05-01 18:08     ` ron minnich
2022-05-01 18:22       ` Charles H Sauer (he/him)
2022-05-01 19:49         ` Dan Stromberg
2022-05-01 20:37           ` Charles H Sauer (he/him)
2022-05-02  2:08       ` Kenneth Goodwin
2022-05-02  9:21         ` Dr Iain Maoileoin
2022-05-02 20:19           ` Rich Morin
2022-05-02 21:30             ` Clem Cole
2022-05-02 21:36             ` Dan Cross
2022-05-10 15:28         ` Mary Ann Horton
2022-05-10 16:08           ` Warner Losh
2022-05-10 16:40             ` Heinz Lycklama
2022-05-10 16:42             ` James Frew
2022-05-14  2:56             ` Mary Ann Horton
2022-05-10 16:59           ` Clem Cole
2022-05-10 17:18             ` Clem Cole
2022-05-10 18:05               ` Charles H Sauer (he/him)
2022-05-10 19:27                 ` Lars Brinkhoff
2022-05-10 19:08               ` Henry Bent
2022-05-10 19:33                 ` Richard Salz
2022-05-10 20:18                   ` Ronald Natalie
2022-05-11 16:20                     ` James Frew
2022-05-11 16:51                       ` Paul Winalski
2022-05-10 20:28                   ` Henry Bent
2022-05-10 20:43                   ` Warner Losh
2022-05-10 20:46                   ` Clem Cole
2022-05-11 16:44                     ` Paul Winalski
2022-05-11 17:09                       ` Clem Cole
2022-05-11 17:35                       ` Larry McVoy
2022-05-12  0:16                         ` George Michaelson
2022-05-13  2:46                         ` Adam Thornton
2022-05-15  0:48                           ` Larry McVoy
2022-05-15  5:36                             ` Adam Thornton
2022-05-15 13:37                               ` Larry McVoy
2022-05-12  5:22                       ` Warner Losh
2022-05-12 12:06                         ` Ron Natalie
2022-05-12 12:43                           ` John Cowan
2022-05-15  2:00         ` Stuart Remphrey
2022-05-02  2:42       ` Phil Budne
2022-05-02  6:46         ` Ron Natalie
2022-05-02 13:50           ` Clem Cole
2022-05-02 14:46             ` tytso
2022-05-02 15:38               ` Clem Cole [this message]
2022-05-02 20:31                 ` Warner Losh
2022-05-03  5:01                   ` tytso
2022-05-03 11:35                     ` Richard Salz
2022-05-02 23:30           ` Gregg Levine
     [not found]           ` <CAK7dMtD08weh+97mx+ncrq0cxprKgke42C0vFYNPnBkd8Fx9Sg@mail.gmail.com>
2022-05-03  7:28             ` Ronald Natalie
2022-05-02 12:59         ` Kenneth Goodwin
2022-05-02 14:13           ` Richard Salz
2022-05-02 13:14         ` tytso
2022-05-02 13:32           ` Larry McVoy
2022-05-02 13:16         ` Dan Cross
2022-05-02 14:14           ` Miod Vallat
2022-05-02 14:50             ` ron minnich
2022-05-02 16:13             ` Al Kossow
2022-05-02 18:46               ` Miod Vallat
2022-05-02 19:54               ` Chet Ramey
2022-05-02 21:17             ` Dan Cross
2022-05-02 23:49               ` George Michaelson
2022-05-03  7:22                 ` Ronald Natalie
2022-05-03  7:40               ` Miod Vallat
2022-05-03  8:03                 ` Ron Natalie
     [not found]               ` <CAEoi9W4eD8AF=FwjMT-KPRfyYgD+qgVvE1u3sBwiovm4=1WWLg@mail.g mail.com>
2022-05-03 12:14                 ` John Foust via TUHS
2022-05-01 20:55 ` Michael Huff
2022-05-03  4:55   ` Jim Carpenter
2022-05-02 15:43 ` Clem Cole
2022-05-02 16:16   ` Bakul Shah
2022-05-02 16:19     ` Bakul Shah
2022-05-02 17:14       ` Clem Cole
2022-05-02 16:29     ` Larry McVoy
2022-05-02 17:42     ` Clem Cole
2022-05-02 17:59       ` Bakul Shah

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=CAC20D2Mue5sU6H4sPojvj_ov1R9ZyeFgpwE4_shqmoX4GYT8AQ@mail.gmail.com \
    --to=clemc@ccc.com \
    --cc=tuhs@minnie.tuhs.org \
    /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;
as well as URLs for NNTP newsgroup(s).