public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Karim Yaghmour <karim@opersys.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Andrea Arcangeli <andrea@e-mind.com>, Dan Kegel <dank@kegel.com>,
	Andrew Morton <akpm@zip.com.au>, Hugh Dickins <hugh@veritas.com>,
	Christoph Rohland <cr@sap.com>, Jens Axboe <axboe@suse.de>,
	linux-kernel@vger.kernel.org
Subject: Re: patent on O_ATOMICLOOKUP [Re: [PATCH] loopable tmpfs (2.4.17)]
Date: Fri, 24 May 2002 23:46:25 -0400	[thread overview]
Message-ID: <3CEF0911.425C00E7@opersys.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0205242020010.4051-100000@home.transmeta.com>


Linus Torvalds wrote:
> On Fri, 24 May 2002, Karim Yaghmour wrote:
> > This is incorrect, see below.
> 
> This is _correct_.
> 
> The fact that under RTAI it isn't the case does not change the fact that
> under RTLinux it _is_.

Fine, but aren't you the least bit interested in seing how it is done in 
the other real-time Linux implementation?

> > I'm sorry, but I'm missing the point here about visualization tools.
> > Such tools are not part of any of the real-time Linux community's
> > concerns.
> 
> With RTLinux, you have to split the app up into the "hard realtime" part
> (which ends up being in kernel space) and the "rest".
> 
> Which is, in my opinion, the only sane way to handle hard realtime. No
> confusion about priority inversions, no crap. Clear borders between what
> is "has to happen _now_" and "this can do with the regular soft realtime".

There are no priority inversions in the case of RTAI hard-real-time processes
either. They get scheduled exactly as other real-time processes and they
can have priority even over real-time tasks within modules.

Moreover, I would like to point out that many real-time developers like
to have memory protection for their tasks. Hard-real-time in the kernel
with RTLinux isn't possible. Hard-real-time in user-space with RTAI
is.

There is no reason that what happens _now_ shouldn't have memory protection
and what happens later should.

> Your claim was that RTLinux made realtime hard to do with licensing
> concerns. MY claim is that if you actually were to use RTLinux, you
> wouldn't _have_ any licensing concerns: the kernel module would have to be
> GPL (both because the kernel wants it that way _and_ because you get the
> liences to the patent that way), and the user-level code that uses
> whatever data the RT module produces is no longer hard realtime at all.

Sure. I'm not contesting the merits of using GPL modules. True, this
is the best way to go. However, not everyone has this option and my
claim is that this is one of the facts that is putting Linux out in the
cold in front of the competition in regards to rt.

That said, I wouldn't be using RTLinux, I'd be using RTAI to implement
both the collection and visualization tasks in user-space. The separation
between what's hard-rt and what's soft-rt could then be done either on
a process basis or even separate C files within the same program.

Again, why should hard-rt tasks not use memory protection when they can?

> Clean separation, both from a license standpoint _and_ from a purely
> technical standpoint.

Again, from a purely technical standpoint, there are many advantages in
having the hard-rt tasks in user-space. As for the licensing standpoint,
the issues "should" also be very clear: since the hard-rt tasks are in
user-space, then they are covered by the GPL-exclusion put in place in
the Linux kernel.

I say "should" because nothing is clear in the current situation and
this is pivotal in developers' decision to use or not to use Linux.

Karim

===================================================
                 Karim Yaghmour
               karim@opersys.com
      Embedded and Real-Time Linux Expert
===================================================

  reply	other threads:[~2002-05-25  3:48 UTC|newest]

Thread overview: 179+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Pine.LNX.4.21.0204292127480.1709-100000@localhost.localdomain>
     [not found] ` <3CEDF94C.592636A6@kegel.com>
     [not found]   ` <3CEDFCED.D10CD618@zip.com.au>
     [not found]     ` <3CEE806D.D52FBEA5@kegel.com>
2002-05-24 20:26       ` patent on O_ATOMICLOOKUP [Re: [PATCH] loopable tmpfs (2.4.17)] Andrea Arcangeli
2002-05-24 21:18         ` Anton Altaparmakov
2002-05-24 21:18         ` Karim Yaghmour
2002-05-24 21:46           ` Linus Torvalds
2002-05-24 23:05             ` Karim Yaghmour
2002-05-24 23:22               ` Larry McVoy
2002-05-24 23:53                 ` Alexander Viro
2002-05-25  4:31                 ` Karim Yaghmour
2002-05-25  4:44                   ` Larry McVoy
2002-05-25  5:20                     ` Karim Yaghmour
2002-05-25  5:39                       ` Larry McVoy
2002-05-25  6:05                         ` Karim Yaghmour
2002-05-25  7:59                         ` Thunder from the hill
2002-05-25 16:14                           ` Larry McVoy
2002-05-25 16:20                             ` Karim Yaghmour
2002-05-25 16:25                               ` Larry McVoy
2002-05-25 16:41                                 ` Karim Yaghmour
2002-05-25 22:47                                   ` Robert Schwebel
2002-05-26  1:06                                     ` Andrew Morton
2002-05-26  5:45                                       ` Robert Schwebel
2002-05-25 17:47                               ` Kurt Wall
2002-05-25 18:13                                 ` Wolfgang Denk
2002-05-25 19:21                                   ` Daniel Phillips
2002-05-25 18:32                                 ` Karim Yaghmour
2002-05-25 18:38                                   ` Mark Mielke
2002-05-25 17:22                           ` Linus Torvalds
2002-05-25 17:49                             ` Karim Yaghmour
2002-05-25 20:07                               ` Daniel Phillips
2002-05-25 20:29                                 ` Andre Hedrick
2002-05-26  2:53                                   ` Alan Cox
2002-05-26  2:17                                     ` Andre Hedrick
2002-05-25 20:53                                 ` Linus Torvalds
2002-05-25 21:19                                   ` Karim Yaghmour
2002-05-25 17:50                             ` Wolfgang Denk
2002-05-25 18:02                               ` Larry McVoy
2002-05-25 18:26                                 ` Wolfgang Denk
2002-05-25 18:44                                   ` Larry McVoy
2002-05-25 19:04                                     ` Wolfgang Denk
2002-05-25 19:52                                     ` Karim Yaghmour
2002-05-25 20:36                                       ` Larry McVoy
2002-05-25 20:51                                         ` Wolfgang Denk
2002-05-25 21:05                                           ` Larry McVoy
2002-05-25 21:20                                             ` Wolfgang Denk
2002-05-25 21:23                                               ` Larry McVoy
2002-05-26  2:46                                                 ` Alan Cox
2002-05-26  3:33                                                   ` Larry McVoy
2002-05-25 21:44                                               ` Daniel Phillips
2002-05-25 23:16                                             ` Robert Schwebel
     [not found]                                               ` <200205260255.g4Q2tkM62553@saturn.cs.uml.edu>
2002-05-26  5:48                                                 ` Robert Schwebel
2002-05-27  5:28                                               ` Calin A. Culianu
2002-05-27 22:12                                                 ` Mark Mielke
2002-05-25 21:14                                         ` Karim Yaghmour
2002-05-26  2:09                                         ` David Schleef
2002-05-26  3:17                                           ` Larry McVoy
2002-05-26  3:45                                             ` David Schleef
2002-05-26  4:03                                               ` Larry McVoy
2002-05-26 19:40                                                 ` Alan Cox
2002-05-26 19:06                                                   ` Larry McVoy
2002-05-26 20:17                                                     ` Alexander Viro
2002-05-26 20:33                                                       ` Larry McVoy
2002-05-26 21:33                                                     ` Alan Cox
2002-05-26 20:44                                                       ` Larry McVoy
2002-05-26  9:13                                               ` patent on O_ATOMICLOOKUP [Re: [PATCH] loopable tmpfs (2.4.17)]y Der Herr Hofrat
2002-05-26 14:13                                                 ` Robert Schwebel
2002-05-26 16:31                                                 ` Karim Yaghmour
2002-05-26  3:58                                             ` patent on O_ATOMICLOOKUP [Re: [PATCH] loopable tmpfs (2.4.17)] Alexander Viro
2002-05-26  4:13                                               ` Larry McVoy
2002-05-26  7:30                                                 ` Alexander Viro
2002-05-26 14:42                                                   ` yodaiken
2002-05-26 16:17                                                     ` Karim Yaghmour
2002-05-26 16:27                                                   ` Larry McVoy
2002-05-25 18:12                               ` Linus Torvalds
2002-05-25 18:22                                 ` Karim Yaghmour
2002-05-25 18:33                                   ` Mark Mielke
2002-05-25 18:45                                     ` Karim Yaghmour
2002-05-25 23:27                                     ` Robert Schwebel
2002-05-25 18:44                                   ` Linus Torvalds
2002-05-25 19:14                                     ` Karim Yaghmour
2002-05-25 19:41                                     ` Daniel Phillips
2002-05-25 18:30                                 ` Wolfgang Denk
2002-05-25 18:52                                   ` Linus Torvalds
2002-05-25 21:22                                 ` Albert D. Cahalan
2002-05-25 21:33                                   ` Larry McVoy
2002-05-25 21:39                                     ` Karim Yaghmour
2002-05-25 21:55                                     ` Wolfgang Denk
2002-05-25 22:05                                       ` Larry McVoy
2002-05-25 22:13                                         ` Karim Yaghmour
2002-05-25 22:17                                         ` Wolfgang Denk
2002-05-25 23:10                                           ` Larry McVoy
2002-05-25 23:54                                             ` Wolfgang Denk
2002-05-26  4:05                                               ` Larry McVoy
2002-05-26  6:25                                                 ` Karim Yaghmour
2002-05-25 23:56                                             ` Robert Schwebel
2002-05-26  3:40                                               ` Larry McVoy
2002-05-26  8:05                                                 ` Robert Schwebel
2002-05-26  8:58                                                   ` Wolfgang Denk
2002-05-25 22:19                                         ` Thomas Gleixner
2002-05-25 22:34                                         ` Erwin Rol
2002-05-25 23:17                                           ` Larry McVoy
2002-05-25 23:37                                         ` Robert Schwebel
2002-05-25 23:46                                           ` Larry McVoy
2002-05-26  0:01                                             ` Robert Schwebel
2002-05-26 10:11                                     ` David Woodhouse
2002-05-26 13:04                                       ` Roman Zippel
2002-05-26 13:26                                       ` yodaiken
2002-05-26 14:09                                         ` Roman Zippel
2002-05-26 14:21                                           ` yodaiken
2002-05-26 15:30                                             ` Roman Zippel
2002-05-26 16:55                                               ` yodaiken
2002-05-26 18:00                                                 ` Karim Yaghmour
2002-05-26 18:29                                                   ` Larry McVoy
2002-05-26 21:45                                                     ` Karim Yaghmour
2002-05-26 21:58                                                       ` Wolfgang Denk
2002-05-26 22:12                                                         ` Erwin Rol
2002-05-26 22:34                                                         ` Robert Schwebel
2002-05-26 22:07                                                       ` Mark Mielke
2002-05-26 22:18                                                         ` Karim Yaghmour
2002-05-26 18:20                                                 ` Roman Zippel
2002-05-26 15:58                                             ` Nicholas Knight
2002-05-27  2:42                                             ` Daniel Phillips
2002-05-25 22:58                             ` Robert Schwebel
2002-05-26  0:48                               ` Erik Andersen
2002-05-26  5:31                                 ` Robert Schwebel
2002-05-26 10:19                                   ` Erik Andersen
2002-05-25  6:08                       ` Daniel Phillips
2002-05-25  4:48                   ` Karim Yaghmour
2002-05-25  5:00                     ` Larry McVoy
2002-05-25  9:02                       ` Robert Schwebel
2002-05-25 17:34                       ` Oliver Xymoron
2002-05-24 23:27               ` Linus Torvalds
2002-05-25  3:13                 ` Karim Yaghmour
2002-05-25  3:25                   ` Linus Torvalds
2002-05-25  3:46                     ` Karim Yaghmour [this message]
2002-05-25  4:08                       ` Linus Torvalds
2002-05-25  4:25                         ` Larry McVoy
2002-05-25  4:27                         ` Linus Torvalds
2002-05-25  5:53                           ` Daniel Phillips
2002-05-25  4:52                         ` Karim Yaghmour
2002-05-25  9:08                     ` Robert Schwebel
2002-05-25 17:27                       ` Linus Torvalds
2002-05-25 20:30                         ` Daniel Phillips
2002-05-26  2:51                           ` Alan Cox
2002-05-26  4:11                             ` Daniel Phillips
2002-05-26 19:37                               ` Alan Cox
2002-05-26 20:05                                 ` Daniel Phillips
2002-05-27 15:27                                 ` Pavel Machek
2002-05-25 22:33                         ` Robert Schwebel
2002-05-26  0:07                           ` Linus Torvalds
2002-05-25 20:34                             ` Pierre Cloutier
2002-05-26  0:44                               ` Linus Torvalds
2002-05-25 21:03                                 ` Pierre Cloutier
2002-05-26  0:39                             ` Linus Torvalds
2002-05-26  3:12                               ` Oliver Xymoron
2002-05-26  4:20                                 ` Linus Torvalds
2002-05-26  4:25                                   ` yodaiken
2002-05-26 13:50                                   ` Oliver Xymoron
2002-05-26  3:28                               ` patent on O_ATOMICLOOKUP - Warning actual technical content yodaiken
2002-05-26  3:36                                 ` Karim Yaghmour
2002-05-26  4:00                                   ` Andrew Morton
2002-05-26  5:38                                     ` Karim Yaghmour
2002-05-26  1:21                             ` patent on O_ATOMICLOOKUP [Re: [PATCH] loopable tmpfs (2.4.17)] Roman Zippel
2002-05-26  5:44                             ` Daniel Phillips
2002-05-27  4:12                         ` Calin A. Culianu
2002-05-25  9:05                 ` Robert Schwebel
2002-05-25  8:59               ` Realtime Linux Situation Robert Schwebel
2002-05-24 21:57           ` patent on O_ATOMICLOOKUP [Re: [PATCH] loopable tmpfs (2.4.17)] Andreas Dilger
2002-05-24 22:37             ` Alan Cox
2002-05-24 23:09               ` Andreas Dilger
2002-05-27 17:36               ` Siemens powermanagment patent? [was Re: patent on O_ATOMICLOOKUP [Re: [PATCH] loopable tmpfs (2.4.17)]] Pavel Machek
2002-05-27 21:36                 ` Alan Cox
2002-05-24 21:56         ` patent on O_ATOMICLOOKUP [Re: [PATCH] loopable tmpfs (2.4.17)] Alexander Viro
2002-05-24 22:46         ` Alan Cox
2002-05-24 22:53           ` Alexander Viro
2002-05-27 21:52 Adam J. Richter
2002-05-27 23:26 ` Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2002-05-28  6:29 peter
2002-05-28 11:42 ` Alan Cox
2002-05-29 11:25 Robert Kaiser
2002-05-30 22:37 patent on O_ATOMICLOOKUP [Re: [PATCH] loopable tmpfs (2.4.17) ] Ed Vance

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=3CEF0911.425C00E7@opersys.com \
    --to=karim@opersys.com \
    --cc=akpm@zip.com.au \
    --cc=andrea@e-mind.com \
    --cc=axboe@suse.de \
    --cc=cr@sap.com \
    --cc=dank@kegel.com \
    --cc=hugh@veritas.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox