decoration decoration
Stories

GROKLAW
When you want to know more...
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ApplevSamsung
ApplevSamsung p.2
ArchiveExplorer
Autozone
Bilski
Cases
Cast: Lawyers
Comes v. MS
Contracts/Documents
Courts
DRM
Gordon v MS
GPL
Grokdoc
HTML How To
IPI v RH
IV v. Google
Legal Docs
Lodsys
MS Litigations
MSvB&N
News Picks
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
OraclevGoogle
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat v SCO
Salus Book
SCEA v Hotz
SCO Appeals
SCO Bankruptcy
SCO Financials
SCO Overview
SCO v IBM
SCO v Novell
SCO:Soup2Nuts
SCOsource
Sean Daly
Software Patents
Switch to Linux
Transcripts
Unix Books

Gear

Groklaw Gear

Click here to send an email to the editor of this weblog.


You won't find me on Facebook


Donate

Donate Paypal


No Legal Advice

The information on Groklaw is not intended to constitute legal advice. While Mark is a lawyer and he has asked other lawyers and law students to contribute articles, all of these articles are offered to help educate, not to provide specific legal advice. They are not your lawyers.

Here's Groklaw's comments policy.


What's New

STORIES
No new stories

COMMENTS last 48 hrs
No new comments


Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
IBM's Greatest Hits - Ex. 231, Declaration of Paul McKenney -- RCU Follies - Update: Exs. 596, 258 also
Sunday, October 29 2006 @ 09:35 PM EST

Here's another exhibit from IBM's Greatest Hits, its collection of 597 exhibits supporting its various summary judgment motions. This one is Exhibit 231, the Declaration of Paul McKenney [PDF]. It's about RCU, which you can read all about in Exhibit 532, Read-Copy Update [PDF] by Paul E. McKenney, Dipankar Sarma and others and in Read-Copy Update: Using Execution History to Solve Concurrency Problems [ PDF] by Paul E. McKenney and John D. Slingwine.

McKenney and Slingwine, while at Sequent, invented the technique called Read-Copy Update, or RCU, which is "an operating system synchronization mechanism that allows concurrent reading and updating data while maintaining data coherency". Sequent patented it. Mr. McKenney has some news for SCO:

In developing RCU, I did not review or use any code, methods or concepts from the Unix System V operating system. I developed RCU using publicly described operating system primitives including locking, memory allocation, and scheduling-clock interrupts, for example, as provided by DYNIX (a Berkeley Software Design-based) operating system. In fact, to the best of my knowledge, System V does not contain code, methods or concepts relating to RCU.

The RCU material that IBM has contributed to Linux was original IBM or Sequent work; it did not include Unix System V material; it was not a modification or derivative work of Unix System V; and it was not made with reference to Unix System V.

Dynix is based on BSD, not System V, he tells the court.

I'll pause a moment let that sink in.

BSD code is not the same thing as System V. Duh. All of SCO's elaborate theories about Dynix and infringing code, methods and concepts depend on it being based on System V. And McKenney says it's not. Dynix and Dynix/ptx are not the same, and he used Dynix, he testifies, which is based on BSD, not on System V, and "the Linux implementation of RCU is an implementation of concepts published in the RCU patent issued in 1995." RCU was all original work, he says. Wherever it was implemented later, that is the origin. Talk about hitting the ball right out of the park.

But, to stress an additional home-run point by McKenney, RCU code contributed to Linux doesn't violate any of SCO's precious System V code, methods or concepts for another reason:

In fact, to the best of my knowledge, System V does not contain code, methods or concepts relating to RCU.

How, then, could RCU infringe it? Double Duh. Maybe SCO's experts will be able to find it. SCO is so skilled at coming up with precise lines, files and versions of code. Yes, I think this really is the stupidest lawsuit in the history of the world.

RCU was original code, so Sequent applied for the patent [PDF] in 1993 and it issued two years later, U.S. Patent No. 5,442,758. When you are issued a patent, it's supposed to mean that nobody did it before you did it. Nobody protested the patent in 1993 or 1995 or ever since to this day. Not only that, but McKenney lists and attaches as exhibits further patents granted later, based on the same patent application, U.S. Patent No. 5,608,893, U.S. Patent No. 5,727,209, and U.S. Patent No. 6,219,690, all PDFs.

If SCO's theory of contract were correct and Sequent was obligated to keep all Dynix and Dynix/ptx code confidential, how could that have happened? Sequent applied for patents related to Dynix/ptx too over the years. Over and over, and no one objected that the patents revealed confidential methods and concepts. McKenney testifies in another declaration, Exhibit 596 [PDF], that Sequent did not believe it was supposed to keep Dynix/ptx confidential for AT&T either:

3. Subsequent to the execution of the Agreements, Sequent invested in the development of its own operating system for multiprocessors, DYNIX/ptx. It did so based on the understanding that AT&T claimed no interest in Sequent's original works, even if such a work might be included in a modification or derivative work of UNIX System V.

If it had interpreted the Agreement that way, it could not have applied for those patents:

5. In addition, Sequent also applied for numerous patents for technologies related to DYNIX/ptx. Because Sequent understood that the Software Agreements did not require Sequent to hold DYNIX/ptx methods in confidence for AT&T, it was free to apply for patents related to DYNIX/ptx methods and thus disclose such methods to the public.

1993 is a year *before* the 1994 BSDI settlement agreement. That litigation was in full swing. Judge Debevoise's ruling in USL v. BSDi was in March of 1993, the same year Sequent filed for its patent on RCU. So I don't think anyone can argue that no one was paying attention. Yet USL didn't protest the patent. What might that tell us?

In any case, even if it were a breach, IBM points out in its Memorandum in Support of Summary Judgment on SCO's Contract Claims, which the McKenney Declaration is supporting, SCO's contract claims relating to RCU are barred by the statute of limitations:

The statute of limitations for breach of contract is six years under New York law, which governs SCO's contract claims. IBM publicly disclosed the allegedly misused material relating to RCU in connection with a patent application and the resulting patent, which issued in 1995, more than six years prior to the date that SCO filed its lawsuit. Thus SCO's claims relating to RCU are barred by the statute of limitations.

And if you read the second Read-Copy Update article, which I just did, you'll find that there was a need for RCU precisely because there was nothing exactly like it. It was invent it or do without. "This paper proposes a novel and extremely efficient mechanism, called read-copy update, and compares its performance to that of conventional locking primitives." The article also would have been a breach under SCO's current interpretation of the contract, but no one complained at the time. Both the patent and the article revealed RCU's methods and concepts. McKenney tells the court he wrote some other papers explaining all about RCU too. Nobody in the chain of System V owners, and I do mean chain, ever protested.

Yet RCU is, curiously, one of the items on SCO's list of allegedly infringed materials. It's been on SCO's list from the beginning of this litigation, mentioned when SCO showed the allegedly "infringing" code at SCOsource in August of 2003 -- remember that SCO fiasco, when some of the code they showed turned out to be BSD-licensed, among other gaffes? Still, in the face of overwhelming evidence to the contrary, like a hopelessly straggling entrant in Alaska's grueling Iditarod marathon who, despite realizing he has little hope of victory, refuses to give up and forces his poor sled dogs to trudge through the blizzard anyway, SCO plows ever forward, persisting in claiming rights over RCU. Mush, you Huskies! Unfortunately, that persistence forces IBM to deal with all the snow too. And there is the fact that lawyers are not supposed to persist with claims that are frivolous, because it costs everyone wasted time and money. You might start with a claim that you didn't know was frivolous, but once you do enough discovery to realize you goofed, you are supposed to let it go. We'll see what SCO does next in response to this IBM motion and all the exhibits. But the matter is before the judge now, and he has the power to grant IBM's motion and bring the RCU Follies to an end.

SCO's Sandeep Gupta claimed back in July of 2005 that he put Unix and Linux code side by side and they looked similar. Shades of SCOsource. The difference between the two testimonies is McKenney invented RCU, so he's not guessing about what he did or where the code came from. You'll remember that Dr. Brian Kernighan rebutted Gupta rather scathingly at the time, including this priceless bit:

Furthermore, in places, Mr. Gupta's conclusions of similarity depend on his selecting isolated lines of code from disparate places and putting them together as if contiguous blocks of code were involved (which they are not) and important differences did not exist (which they do).

If the code looked similar, it was only after it had been rearranged and cobbled together to make it seem so, he said. Randall Davis earlier also said that in his opinion, SCO had presented no "credible examples" of substantial similarity. But this Declaration by McKenney, the inventor of RCU, is even better, because it's all moot, if Dynix is based on BSD, not on System V. If SCO could somehow prove otherwise, then it faces the Kernighan issues.

Here IBM presents the inventor of RCU. It's not dueling experts now, Kernighan v. Gupta, mismatched as that is. And he says he didn't use or refer to System V when he invented RCU. Dynix is not a derivative of System V in any case, he explains. Dynix was BSD-based, something you can verify by looking at the famous Levenez chart, by looking for Dynix 1984. Just follow the arrow. Then look for Unix System V, same year. Note the white space where lines do not meet. RCU was original work anyway. SCO will now have to find a way to disprove all of those statements or at least raise a fact open to dispute. I can only imagine one conceivable way, and I'll never tell. This has dragged on long enough.

SCO's problem from the beginnning, from my standpoint, is they don't know their Unix/BSD history. They had the same problem when they showed the allegedly infringing code at SCOsource, lo these many moons ago.

And the worst of it is that McKenney told SCO all of this in his deposition. But does SCO say, "Oops. My bad. Never mind"? For that matter, Groklaw told the world back in November of 2003 that SCO had distributed RCU under the GPL in any case. Triple Duh. IBM makes the point that SCO released RCU under the GPL in UnitedLinux, beginning in paragraph 158 of its Memorandum.

But does SCO listen? It certainly can't pretend it doesn't read Groklaw. So at least from the winter of 2003, it likely knew about this. Releasing it under the GPL is a knockout punch all on its own. So why doesn't the RCU claim get dropped? I'll be fascinated to see what they say to the judge in response to this IBM motion.

If you look on that handy chart of the exhibits, you'll find that this exhibit is referenced in IBM's Memorandum in Support of its Motion for Summary Judgment on SCO's Contract Claims , along with many other exhibits, to support the following points:

Fourth, SCO's contract claims relating to at least some of the allegedly misused material (i.e., RCU) are barred by the statute of limitations. The statute of limitations for breach of contract is six years under New York law, which governs SCO's contract claims. IBM publicly disclosed the allegedly misused material relating to RCU in connection with a patent application and the resulting patent, which issued in 1995, more than six years prior to the date that SCO filed its lawsuit. Thus SCO's claims relating to RCU are barred by the statute of limitations....

238. All of the material IBM is alleged to have misused in the remaining Items (Items 1-2, 23, 43, 90, 94, 113-42, and 186-92) is original IBM work or the work of third parties other than SCO and independent of System V. (Ex. 162. ¶5; Ex. 248 ¶5; Ex. 218 ¶5; Ex. 243 ¶5; Ex. 168 ¶6; Ex. 258 ¶¶4-5; Ex. 231 ¶¶7-8; Ex. 292 ¶4; Ex. 507 at 40, 57, 199-200, 225-26, 228; Ex. 293 ¶4; Ex. 173 ¶4; Ex. 196 ¶5; Ex. 235 ¶5; Ex. 237 ¶5; Ex. 211 ¶5; Ex. 216 ¶5; Ex. 246 ¶4; Ex. 210 ¶6; Ex. 263 ¶5; Ex. 222 ¶5; Ex. 206 ¶¶4-5; Ex. 274 ¶4; Ex. 161 ¶4; Ex. 225 ¶5; Ex. 188 ¶5.)

239. None of the AIX or Dynix material that IBM is alleged to have misused was written by referencing UNIX System V. (Ex. 291 ¶11.)

240. SCO has identified 25 persons as having been involved with the allegedly improper disclosures: Barry Arndt, Ben Rafanello, Dave Kleikamp, Mark Peloquin, Steve Best, Dipankar Sarma, Paul McKenney, Martin Bligh, Tim Wright, Pat Gaughen, Wayne Boyer, John George, Haren Babu Myneni, Hien Nguyen, Jim Keniston, Larry Kessler, Hal Porter, Vivek Kashyap, Nivedita Singhvi, Shirley Ma, Venkata Jagana, Jay Vosburgh, Mike Anderson, Mike Mason, Ruth Forester. (Ex. 291 ¶12.)

241. None of these individuals referred to or otherwise used non-public UNIX System V source code, methods, or concepts in making the challenged Linux contributions. (Ex. 291 ¶13; Ex. 162. ¶5; Ex. 248 ¶5; Ex. 218 ¶5; Ex. 243 ¶5; Ex. 168 ¶6; Ex. 258 ¶¶4-5; Ex. 231 ¶¶7-8; Ex. 292 ¶4; Ex. 507 at 40, 57, 199-200, 225-26, 228; Ex. 293 ¶4; Ex. 173 ¶4; Ex. 196 ¶5; Ex. 235 ¶5; Ex. 237 ¶5; Ex. 211 ¶5; Ex. 216 ¶5; Ex. 246 ¶4; Ex. 210 ¶6; Ex. 263 ¶5; Ex. 222 ¶5; Ex. 206 ¶¶4-5; Ex. 274 ¶4; Ex. 161 ¶4; Ex. 225 ¶5; Ex. 188 ¶5.)

242. In making the challenged contributions, the alleged wrongdoers identified by SCO relied on their own creativity and general experience. (Ex. 291 ¶13; Ex. 162 ¶5; Ex. 248 ¶5; Ex. 218 ¶5; Ex. 243 ¶5; Ex. 168 ¶6; Ex. 258 ¶¶4-5; Ex. 231 ¶7; Ex. 292 ¶4; Ex. 507 at 109-10; Ex. 293 ¶4; Ex. 173 ¶6; Ex. 196 ¶5; Ex. 235 ¶5; Ex. 237 ¶5; Ex. 211 ¶5; Ex. 216 ¶5; Ex. 246 ¶4; Ex. 210 ¶6; Ex. 263 ¶5; Ex. 222 ¶5; Ex. 206 ¶5; Ex. 274 ¶4; Ex. 161 ¶5; Ex. 225 ¶5; Ex. 188 ¶5.)...

257. IBM's Linux RCU contributions, and the earlier Sequent implementation of RCU in Dynix, do not include any UNIX System V code; they are not modifications or derivative works of UNIX System V; and they were not based on or created with reference to UNIX System V. They are original IBM work created independent of UNIX System V. (Ex. 231 ¶8; Ex. 258 ¶5; Ex. 291 ¶24.)

258. SCO has not specifically identified any UNIX System V material (by version, file, or line of code, or otherwise) that it alleges is contained in RCU. (See Ex. 54 Item 2.)...

261. Sequent engineers Paul McKenney and John Slingwine filed a patent application for RCU on July 19, 1993, and the patent was granted on August 15, 1995. (Ex. 231 ¶5; see Ex. 498.) The implementation of RCU in Dynix and the challenged implementation of RCU in Linux are implementations of the same general concept that is embodied in U.S. Patent # 5,442,758. (Ex. 231 ¶¶4-5; Ex. 291 ¶27; Ex. 268 at 117-21.)

Do you see how declarations are used? Each person tells what he personally knows. No more, just facts that the individual has personal knowledge of, fact, fact, fact. That's why they all include language to the effect that the individual makes this declaration based upon personal knowledge. That's the requirement and the limitation. Experts get to wax poetic, but in this kind of declaration, you can't include things you merely heard about or "know" because your best friend told you. Then IBM, in its memorandum, ties all the fact pieces together and explains what it all means, using the declarations and exhibits to support each fact it needs to make. If you were curious as to why some declarations don't say X or Y, it's probably because that particular declaration is being used solely for support of point Z, something the declarant knows personally. Others who know facts supporting X and Y can provide declarations for that proof.

You can find all the other exhibits listed on that same chart. A few are sealed. Not all, of course, are about RCU. Some are about JFS and other code SCO is claiming rights to. The one that seems most relevant is Exhibit 258 - Declaration of Dipankar Sarma, dated September 13, 2006 [PDF]. He testifies that he never worked on Dynix when he was at Sequent, as SCO has alleged. After joining IBM, when making contributions relating to Linux RCU, he never reviewed or used any non-public code, methods or concepts from Unix System V. Everything that IBM contributed to Linux in the way of RCU material was original IBM or Sequent work, it didn't include any Unix System V material, nor was it a modification or derivative work of System V. And nobody peeked at System V as a reference. The McKenney deposition is sealed, unfortunately, Number 268. So is SCO's list of alleged infringements

Just to remind you of what SCO has said about RCU, here's SCO's Second Amended Complaint, which says the following:

104. Sequent also had certain contractual obligations and restrictions on its use of the UNIX System V code that it licensed from AT&T, SCO's predecessor. These restrictions, which are more fully stated in the Sequent Agreements, also restricted Sequent's use of the modifications they made to UNIX System V and derivative works of UNIX System V, including Sequent's Dynix/ptx. Like IBM, Sequent agreed to restrictions on Dynix/ptx, including that Dynix/ptx for or by others, and that it would not transfer any part of Dynix/ptx to parties who do not have a UNIX System V source code agreement with SCO. Sequent also agreed that they would maintain all of Dynix/ptx in confidence. In violation of these contractual restrictions, IBM provided entire files of Dynix/ptx source code as a patch to Linux 2.4.1-01, including Read Copy Update ("RCU").

105. RCU is a mechanism that can significantly improve the performance and scalability of multi-processor systems by allowing simultaneous access to data without the need for expensive and time consuming locking protocols. Dynix/ptx/RCU structures and sequences were originally offerred as a patch to the Linux 2.4 kernel by IBM, with rather limited functionality inside Linux 2.4. However, in the development of Linux version 2.6, the deployment of Dynix/ptx/RCU structures and sequences has spread into new uses inside Linux, including networking, device drivers, list management, and directory access. This demonstrates how improper contribution of a few hundred lines from Dynix/ptx has had a massive impact on Linux kernel efficiency, particularly relating to multi-processor functionality and processor memory synchronization. Virtually the entire files identified in Table C that originated in Dynix/ptx were published as a patch to Linux 2.4.1-01, with only minimal changes.

Table C
DynixV v4.6.1 Files Linux 2.4.1-01 files
kernel/sys/rclock.h include/linux/rclock.
kernel/os/rclock.c kernel/rclock.c
kernel/sys/kma_defer.h include/linux/kmemdef.h
kernel/os/kma_defer.c kernel/kmemdef.c

106. As stated, the entire files specified above show direct line-by-line copying of the files with the same name in Dynix as in Linux, with slight changes made to reflect some variations between the two operating systems. That the code in Linux comes from Dynix/ptx is further confirmed by the commentary in the Linux patch that expressly states that it is "[b]ased on a Dynix/ptx implementation by Paul McKenney..." Mr. McKenney was formerly an engineer at Sequent, and is now employed at IBM following IBM's acquisition of Sequent. After the first initial improper contribution of RCU by IBM, RCU became more widespread in the Linux kernel.

107. Code from Dynix/ptx files, but less than the entire file, was also copied line-for-line from DynixV v4.6.1 to Linux 2.4.1-01, with the file name and file line number in each code base identified appropriately.

Table D
DynixV v4.6.1 Files Line #s Linux 2.4.1-01 files Line #s
kernel/os/kern_clock.c 2028-2059 arch/i386/kernel/apic.c 25-28, 662-664
676-684
kernel/os/kern_clock.c 2028-2059 kernel/timer.c 26-29, 681-683
688-697
kernel/i386/locore.s 1487-1497 arch/i386/kernel/entry.S 199-205
kernel/i386/trap.c 1554-1563 arch/i386/kernel/traps.c 52-54, 244-247,
331-334, 542-545,
659-662, 718-721
kernel/i386/startup.c 2054 init/main.c 30-33, 609-616

108. Although the actual count of lines of code in each of these contributions appears small, the impact is significant for a number of reasons: (a) In the case of JFS and EVMS, the number of lines that can be conclusively proven with the evidence currently available is shown. ther is much more copying that is anticipated to be found in discovery; (b) In the case of RCU, a highhly valuable and effective technological improvement can be expressed rather succinctly in computer code; and (c) In most cases, simple changes to code can have far reaching effects, and once the technology is revealed, thousands of developers can apply the technology to a myriad of places in the kernel.

None of that matters, if Dynix is based on BSD, even if it were all accurate. SCO fought so hard to get every version of Dynix. You can read about SCO's "need" for all the Dynix code in discovery in this Memorandum Re Discovery from June of 2004, in which SCO told Magistrate Judge Brooke Wells, in response to her request in her March 3, 2004 Order, why it asked for and "needed" all the Dynix code from its beginnings, again relying on Gupta:

A. SCO's Breach of Contract Claims.

SCO claims that IBM breached its software agreement (AT&T Technologies, Inc. Software Agreement, executed on Feb. 1, 1985 ("Agreement") [Exh. 1]) by, among other actions, distributing parts of the AIX and Dynix operating system software programs to Linux. Because the Agreement does not permit IBM to lease or transfer any parts of the AIX and Dynix programs, IBM's contribution of AIX and Dynix code to Linux violates that Agreement. (1) Such contributions to a public forum also violate the requirement to maintain the "resulting materials," AIX and Dynix, as confidential. Id. at § 7.06.

SCO also claims that IBM's contribution of parts of AIX and Dynix to Linux breached the Agreement because both the AIX and Dynix programs, as whole programs, are modifications or derivative works of UNIX System V, so no parts of those programs may be sold, leased or otherwise transferred. See note 3. Again, for example, because the Agreement prohibits the transfer of software programs in whole or in part, IBM's contributions to Linux from AIX and Dynix -- as derivative works of UNIX System V -- violate the Agreement. SCO is entitled, under the Federal Rules, to evidence relevant to these claims....

II. ADDITIONAL ITEMS REQUESTED(8)

SCO requests that this Court order IBM to produce the following:

  • all revision control system information (including documents, data, logs, files, and so forth) for AIX, Dynix/ptx, ptx, and Dynix from 1984 to the present
  • source code and log information for all interim and released versions of AIX, Dynix, ptx, and Dynix/ptx from 1984 to the present
In addition, SCO requests that this Court order IBM to produce all design documents, whitepapers and programming notes, created from 1984 to the present, related to the following: ...
    As to Dynix, ptx, and Dynix/ptx:
  • read-copy update (RCU)
  • non-uniform memory access (NUMA)
  • Async I/O, MPIO and Standard I/O
  • SMP and all other changes related to MP functionality
  • performance enhancement tools and methods
  • SVR4 features in Dynix and/or PTX
  • debugger and statistics gathering for both kernel and user-space functionality
  • inter-process communications
  • hot swapping
  • virtual file system
  • MP enhancements to network file system
  • System V file system

SCO needs the discovery requested in this Memorandum for at least three reasons:

1. To respond further to IBM's discovery requests. IBM claims discovery misconduct and delay by SCO in providing discovery responses, while IBM has the information SCO needs to respond.

2. To gather evidence relevant to IBM's theory of SCO's contract claim, under which IBM appears to assert that to establish IBM's breach of the Agreement at issue, SCO requires specific evidence of derivation from UNIX System V lines of code through the versions of AIX and Dynix code to Linux.

3. To gather relevant evidence in support of SCO's theories of its contract case against IBM, including without limitation: (a) that every transfer from AIX and Dynix, as whole programs, into Linux constitutes a breach of the Agreement, and/or (b) that AIX and Dynix are derivative works of UNIX System V, and consequently, IBM's contributions to Linux from AIX and Dynix are breaches of the Agreement. ...

Identification and tracing of certain multiprocessor lock-avoidance code (RCU) from Dynix/ptx to become modified, derivative multiprocessor lock-avoidance code (RCU) in Linux that appears to be based on proprietary UNIX-based code, methods or concepts....

They got Dynix code, as you'll recall, all interim versions, the whole ball of wax. But the funny part is, IBM has just informed them, through Mr. McKenney's declaration, that Dynix isn't based on System V after all. So all SCO's arguments go poof. It doesn't matter who had access or who mighta, coulda, shoulda or what looks like what. Dynix is based on BSD, McKenney says, and to survive this IBM motion, SCO is going to have to prove otherwise or at least present something that has to be decided by a jury, some debatable fact. Good luck with that, guys. I am guessing that this information about Dynix being based on BSD might also have a bearing on SCO's spoliation claim, if it has anything to do with Dynix. Wouldn't that be a laugh riot?

In that memorandum, SCO claimed that if it could get all the code it wanted, here's what it would be able to prove:

SCO will also be able to complete the following when in possession of the requested materials:
  • Provide a more detailed identification of IBM's improper contributions of AIX code, methods and concepts to Linux.
  • Provide a more detailed identification IBM's improper contributions of Dynix/ptx code, methods and concepts to Linux.
  • Provide a more detailed identification of IBM's improper use of SCO's copyrighted information improperly contributed to Linux by others.
  • Conduct a detailed evaluation of the code similarities between System V ES/MP code base and all produced versions of Dynix/ptx, which will yield a view of the subset of System V code that is contained in the Dynix/ptx code.
  • Conduct a detailed evaluation of the code similarities between System V ES/MP code base and all AIX/AIX5L code bases, which will yield a view of the subset of recent SVR4 code recently added to AIX and AIX5L by IBM.

Accordingly, in order for SCO to fully trace the derivation of AIX and Dynix from UNIX System V, IBM must produce their revision control systems in a format that will allow SCO to track the derivation and modification of UNIX System V source code in AIX and Dynix.

That of course is exactly what they haven't been able to do. SCO's claims always sound so impressive, until SCO has to actually prove them. They did pretty well with "Sequent employees could have had access" or "the code appears to be similar" in discovery. SCO used Gupta's Declaration in this Memorandum in Opposition to IBM's Motion to Strike Materials Submitted by SCO in Opposition to IBM's Cross Motion For Partial Summary Judgment in December of 2004. Remember that?

Mr. Gupta provides specific examples of SCO UNIX source code which can be found in Linux. Mr. Gupta does not discuss whether any of the Linux code he observed infringes any of SCO's copyrights. Mr. Gupta's declaration provided factual testimony in the following areas.

1. The UNIX Read-Copy-Update ("RCU") Routines Can be Found in Linux

Paragraphs 5-23 of Mr. Gupta's declaration explain what the Read-Copy-Update ("RCU") routine is and present facts which show that the source code implementing the RCU routine can be found in both UNIX and Linux. For example, Mr. Gupta testified:

  • "RCU (Read-Copy-Update) is one of the methods used to synchronize access to shared data in a multiprocessing environment." Gupta Declaration at ¶7.

  • "Each of the five acts of the UNIX RCU -- and of the Linux RCU -- routine is expressed in one or a few lines of code." Gupta Declaration at ¶15.

  • "The first act, 'allocating a new data structure of a certain size,' is expressed in UNIX RCU and Linux RCU by a single line of nearly identical code. From a software programmer's perspective, the UNIX RCU expression of the act of allocating a new data structure has been identically copied into Linux RCU. As can be seen in

    7

    attached Exhibit A, the Linux RCU code (column 4) for the first act is nearly identical to the UNIX RCU code: (column 1) for the first act." Gupta Declaration at ¶16.

  • "In Linux RCU, in contrast, the fifth act of deferred deletion is achieved by a callback function that is automatically called when no current users remain so that the old data structure may be deleted." Gupta Declaration at ¶21.

2. Sequent Employees Had Access to UNIX RCU and Could Have Copied that Into Dynix, Which was Released into Linux

Paragraphs 25-29 of Mr. Gupta's declaration explain that Sequent employees who had worked on Dynix RCU had worked on UNIX RCU when they worked under the Multiprocessor Software Agreement and had access to the UNIX RCU to copy it into the Dynix RCU. Mr. Gupta presented these facts to support SCO's argument that UNIX source code was placed into Linux via such intermediate products as Dynix. Mr. Gupta also presented facts which show that an IBM employee (and former Sequent employee) used the Dynix version of RCU to create a patch for Linux RCU which was incorporated into Linux. For example, Mr. Gupta testified:...

  • "IBM thereafter released Dynix, with a copied and modified UNIX RCU in Dynix, into Linux. More specifically, the Dynix version of RCU was used by IBM employee (and former Sequent employee) Dipankar Sarma to create a software patch for placing a substantially similar version of RCU into Linux. I believe that the first patch appears to be for Linux version 2.4.1 and was contributed by Mr. Sarma. See Exhibit E. A paper entitled 'Read-Copy Update' also lists Mr. Sarma along with Mr. McKenney and others as authors. See Exhibit F. Another patch was also provided to Linux version 2.5.44 by IBM employee Mingming Cao. See Exhibit G. This patch appears to be incorporated into the Linux version 2.6." Gupta Declaration at ¶29.

They'll have to prove all that now, starting with RCU being based on or a derivative or modification of System V. Discovery is over. It's too late for arguments about what SCO could prove if it only had more discovery. It's time to put the conclusions on the table, the proof. Even if they could trace "code similarities", with respect to Dynix it doesn't mean anything anyway, because Dynix isn't related to System V, McKenney says. It's based on BSD. Is that not funny? And RCU is original work.

I suppose SCO thought it was making IBM's life harder with onerous discovery requests. Perhaps it thought it could force IBM to settle that way. But in actuality, SCO dispatched itself on a wild goose chase, and SCO paid the lawyers for every billable minute of it, money I'll bet SCO wishes it had right about now. This is why I keep asking, is there nobody at SCO, let alone at BS&F, who knows anything about the history of Unix and BSD? To be fair, SCO doesn't have access to the inventor of RCU the way IBM does. From what jungle drums are telling me, it doesn't have access to a lot of engineers any more period.

Well, SCO's in a crash course now. And this IBM motion is the pop quiz. It's time to answer meaningfully, not with guesses or maybes or could have happened but with some proof, including evidence that Dynix is *not* based on BSD or that SCO has some claim on it anyway. Even if SCO could prove that, it still doesn't matter, because IBM points out that the contract is to be interpreted according to New York law, which law is that contract claims must be brought within six years or you lose the claims. How can SCO get past that one hurdle alone? They certainly can't show that New York's statute of limitations isn't 6 years for contract claims. Can they try to say the contract wasn't to be enforced under New York law? I'm sure they are racking their brains trying to think of something. If you go to Groklaw's Contracts page, you'll find the Sequent agreement [PDF] and a couple of additional documents, and sure enough on page 6 of the agreement, you find:

7.13 The construction and performance of this Agreement shall be governed by the law of the state of New York.

One can't help but wonder why no one on the SCO team thought to check which law the Agreement was to be enforced under or what the statute of limitations is in New York for contract claims. You don't need to be a tech genius to do that.

Poor SCO. Foiled again. And as ever, even if it climbs every mountain, there, just before the summit, stands the mighty GPL, blocking SCO from victory anyway. And, just as an ironic aside, it seems to me SCO is in a bit of a pickle. If they were successful in demonstrating that RCU is in System V and that by touching System V code, Sequent lost its independent code to SCO's control, and if SCO could also prove that the GPL is void, considering that it is the GPL license that allows anyone use of Sequent's patented RCU, and the patent remains in Sequent's name, the end result of their effort would seem to be that then SCO would then be in violation of Sequent's patent. Oh, joy.

It certainly does appear that the RCU Follies, as I call this aspect of the litigation, are soon to be over, unless SCO can come up with something new and monumental. In a perfect world, it never would have come up in the first place.

****************************

SNELL & WILMER L.L.P.
Alan L. Sullivan (3152)
Todd M. Shaughnessy (6651)
Amy F. Sorenson (8947)
[address, phone, fax]

CRAVATH, SWAINE & MOORE LLP
Evan R. Chesler (admitted pro hac vice)
David R. Marriott (7572)
[address, phone, fax]

Attorneys for Defendant/Counterclaim-Plaintiff
International Business Machines Corporation

IN THE UNITED STATES DISTRICT COURT
FOR THE DISTRICT OF UTAH

_______________________________

THE SCO GROUP, INC.,

Plaintiff/Counterclaim-Defendant,

v.

INTERNATIONAL BUSINESS MACHINES
CORPORATION,

Defendant/Counterclaim-Plaintiff.

_______________________________

DECLARATION OF PAUL MCKENNEY

Civil No. 2:03CV-0294 DAK

Honorable Dale A. Kimball

Magistrate Judge Brooke C. Wells

I, Paul McKenney, declare as follows:

1. I am currently employed by International Business Machines Corporation ("IBM") as a Distinguished Engineer in IBM's Linux Technology Center ("LTC"). I have worked for IBM since 1999.

2. This declaration is submitted in connection with the lawsuit brought by The SCO Group, Inc. ("SCO") against IBM, titled The SCO Group, Inc. v. International Business Machines Corporation, Civil No. 2:03CV-0294 DAK (D. Utah 2003). I make this declaration based upon personal knowledge.

3. I understand that SCO has alleged in Item 2 of its Final Disclosures that I disclosed DYNIX/ptx RCU (Read-Copy Update) to Linux.

4. Before it was acquired by IBM, I worked for Sequent Computer Systems, Inc. ("Sequent"). At Sequent, John D. Slingwine and I invented a technique called Read-Copy Update ("RCU"). RCU is an operating system synchronization mechanism that allows concurrent reading and updating data while maintaining data coherency.

5. Sequent filed a patent application for RCU on July 19, 1993, and the patent was granted on August 15, 1995. (See Exhibit 1 (U.S. Patent #5,442,758 (describing the parallel RCU infrastructure)).) In subsequent years, further patents were granted based on the same patent application. (See Exhibit 2 (U.S. Patent #5,608,893 (describing the use of RCU to synchronize data between a pair of SMP/NUMA computer systems)); Exhibit 3 (U.S. Patent #5,727,209 (describing doing an atomic update by copying the data item, updating the copy,

2

and then substituting the updated copy into the data structure)); Exhibit 4 (U.S. Patent #6,219,690 (describing the "change in mode" aspect of RCU)).)

6. I have published a number of papers on RCU. One of these papers was "Read-Copy Update: Using Execution History to Solve Concurrency Problems" (with John D. Slingwine), which describes and analyzes the RCU mechanism in DYNIX/ptx, describes application to linked list update and log-buffer flushing, defines 'quiescent state', and includes both measured and analytic evaluation. (See Exhibit 5).

7. In developing RCU, I did not review or use any code, methods or concepts from the Unix System V operating system. I developed RCU using publicly described operating system primitives including locking, memory allocation, and scheduling-clock interrupts, for example, as provided by DYNIX (a Berkeley Software Design-based) operating system. In fact, to the best of my knowledge, System V does not contain code, methods or concepts relating to RCU.

8. The RCU material that IBM has contributed to Linux was original IBM or Sequent work; it did not include Unix System V material; it was not a modification or derivative work of Unix System V; and it was not made with reference to Unix System V.

9. I am familiar with the Linux implementation of RCU. As I previously testified in my deposition in this case, the Linux implementation of RCU is an implementation of concepts published in the RCU patent issued in 1995. (See Deposition of Paul McKenney at 117-121.)

3

10. I declare under penalty of perjury that the foregoing is true and correct.

Executed: September 11, 2006.
Beaverton, Oregon
___[signature of Paul E. McKenney]___
Paul McKenney

4

******************************

SNELL & WILMER L.L.P.
Alan L. Sullivan (3152)
Todd M. Shaughnessy (6651)
Amy F. Sorenson (8947)
[address, phone, fax]

CRAVATH, SWAINE & MOORE LLP
Evan R. Chesler (admitted pro hac vice)
David R. Marriott (7572)
[address, phone, fax]

Attorneys for Defendant/Counterclaim-Plaintiff
International Business Machines Corporation

________________________________

IN THE UNITED STATES DISTRICT COURT
FOR THE DISTRICT OF UTAH

_______________________________

THE SCO GROUP, INC.,

Plaintiff/Counterclaim-Defendant,

v.

INTERNATIONAL BUSINESS MACHINES
CORPORATION.

Defendant/Counterclaim-Plaintiff.

___________________________

DECLARATION OF
PAUL MCKENNEY

Civil No. 2:03CV-0294 DAK

Honorable Dale A. Kimball

Magistrate Judge Brooke C. Wells

I, Paul McKenney, declare as follows:

  1. This declaration is submitted in connection with the lawsuit brought by The SCO Group, Inc. ("SCO") against IBM, titled The SCO Group, Inc. v. International Business Machines Corporation, Civil No. 2:03CV-0294 DAK (D. Utah 2003). I make this declaration based upon personal knowledge. I previously provided testimony in this case, which I incorporate herein.

  2. I am currently employed by International Business Machines ("IBM"). Prior to joining IBM, I worked for Sequent Computer Systems, Inc. ("Sequent"). I understand that SCO claims IBM has breached the UNIX licensing agreements between AT&T and Sequent (the "Agreements") by using, exporting, disclosing or transferring DYNIX/ptx source code, regardless of whether IBM has used, exported, disclosed or transferred any protected UNIX System V source code. That theory is inconsistent with both how I understand the AT&T Agreements and how, by their own account, AT&T's representatives explained them.

  3. Subsequent to the execution of the Agreements, Sequent invested in the development of its own operating system for multiprocessors, DYNIX/ptx. It did so based on the understanding that AT&T claimed no interest in Sequent's original works, even if such a work might be included in a modification or derivative work of UNIX System V.

  4. Sequent invested tens of millions of dollars in and devoted hundreds of person-years to developing DYNIX/ptx, including writing substantial amounts of original source code. Had Sequent understood AT&T to have control over not only the UNIX System V code in DYNIX/ptx, but over all material that Sequent developed itself, Sequent would not have made such investments of money and manpower.

    2

  5. In addition, Sequent also applied for numerous patents for technologies related to DYNIX/ptx. Because Sequent understood that the Software Agreements did not require Sequent to hold DYNIX/ptx methods in confidence for AT&T, it was free to apply for patents related to DYNIX/ptx methods and thus disclose such methods to the public.

  6. I declare under penalty of perjury that the foregoing is true and correct.

Executed: September 24, 2006

Location: Beaverton, OR.

___[signature]____
Paul McKenney

3

******************************

SNELL & WILMER L.L.P.
Alan L. Sullivan (3152)
Todd M. Shaughnessy (6651)
Amy F. Sorenson (8947)
[address, phone, fax]

CRAVATH, SWAINE & MOORE LLP
Evan R. Chesler (admitted pro hac vice)
David R. Marriott (7572)
[address, phone, fax]

Attorneys for Defendant/Counterclaim-Plaintiff
International Business Machines Corporation

________________________________

IN THE UNITED STATES DISTRICT COURT
FOR THE DISTRICT OF UTAH

_______________________________

THE SCO GROUP, INC.,

Plaintiff/Counterclaim-Defendant,

v.

INTERNATIONAL BUSINESS MACHINES
CORPORATION.

Defendant/Counterclaim-Plaintiff.

___________________________

DECLARATION OF
DEPANKAR SARMA

Civil No. 2:03CV-0294 DAK

Honorable Dale A. Kimball

Magistrate Judge Brooke C. Wells

I, Depankar Sarma, declare as follows:

  1. I am currently employed by IBM India Private Limited, a wholly owned subsidiary of International Business Machines Corporation ("IBM"), as a Senior Software Engineer. I have worked for IBM since 1999. Before it was acquired by IBM in 1999, I worked for Sequent Computer Systems, Inc. ("Sequent").

  2. This declaration is submitted in connection with the lawsuit brought by The SCO Group, Inc. ("SCO") against IBM, titled The SCO Group, Inc. v. International Business Machines Corporation, Civil No. 2:03CV-0294 DAK (D. Utah 2003). I make this declaration based upon personal knowledge.

  3. I understand that SCO has alleged in Item 2 of its Final Disclosures that I disclosed Dynix/ptx RCU (Read-Copy Update) to Linux. While at Sequent, I did not work on RCU.

  4. In 2000 I joined IBM's Linux Technology Center, where I have personally made Linux contributions relating to RCU. In developing the Linux RCU, I never reviewed or used any non-public code, methods or concepts from the Unix System V operating system.

  5. The RCU material that IBM has contributed to Linux was original IBM or Sequent work; it did not include Unix System V material; it was not a modification or derivative work of Unix System V; and it was not made with reference to Unix System V.

    2

  6. I declare under penalty of perjury of the laws of the United States that the foregoing is true and correct.

Executed: September 13, 2006

Bangalore, India

___[signature]____
Dipankar Sarma

3


  


IBM's Greatest Hits - Ex. 231, Declaration of Paul McKenney -- RCU Follies - Update: Exs. 596, 258 also | 585 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
Sandeep Gupta
Authored by: Anonymous on Sunday, October 29 2006 @ 09:46 PM EST
I believe the Randall Davis declaration criticising Gupta, from 2004, and
perhaps even Gupta itself, both of which were heavily redacted previously, are
now available unredacted.

And what do we find:

Gupta apparently cut and pasted lines from various UNIX files, out of sequence,
and then cut and pasted lines from various Linux files, in a different out of
sequence sequence.... and said "Gee they look similar".

And even then, he still couldn't make them the same. The similarities being
restricted to having similar operations, or non-protectable things like
#define's

The analogy would be "proving" that the Complete Works of Shakespeare,
and the Bible, wre the same, because you can cut and paste selected words out of
sequence from both, and construct some similar looking sentences.... except
Gupta couldn't quite even construct that much, which makes the whole thing even
funnier.


Quatermass
IANAL IMHO etc.

[ Reply to This | # ]

Off Topic Here Please
Authored by: MDT on Sunday, October 29 2006 @ 09:48 PM EST
Make all links Clicky Please

---
MDT

[ Reply to This | # ]

Corrections
Authored by: MDT on Sunday, October 29 2006 @ 09:49 PM EST
And all Corrections (if any) here please.

---
MDT

[ Reply to This | # ]

IBM's Greatest Hits - Ex. 231, Declaration of Paul McKenney -- RCU Follies
Authored by: icebarron on Sunday, October 29 2006 @ 10:20 PM EST
Case 2:03-cv-00294-DAK-BCW Document 829 Filed 09/29/2006 Page 1 of 51 has been
sent to PJ...Hope this is not duplicated...

The only way to make a dream come true is to wake up and live it...

Icebarron

[ Reply to This | # ]

No BSD belongs to SCO too
Authored by: Anonymous on Sunday, October 29 2006 @ 10:23 PM EST
Don't you remember?

Darl presented the BSDi packet filter as SCO code. SCO took the BSD code, put
it in SCO code, so it now belongs to them, don't you understand?

And then they showed the Linux cleanroom implementation of that same BSDi packet
filter, written from the specs, and showed it as obfuscated code. See... it
didn't have the same code, but it had the same ideas as the BSDi packet filter,
which they copied into their codebase, so they now own. Perfectly logical.

And remember Darl said that the BSD settlement didn't mean what everyone else in
the world thinks it means.

So SCO owns everything. They own UNIX. They own Linux. They own BSD. They
own C++. They own "hello world" I think. They own me. They own my
children. They own Al-Quida too I hear.





[ Reply to This | # ]

Dynix v. Dynix/ptx
Authored by: Anonymous on Sunday, October 29 2006 @ 10:27 PM EST
PJ, it seems that I read here on Grokloaw somewhere that Dynix was based on BSD,
but that Dynix/pts was based on SysV. I may be wrong, my memory has failed me
in the past. Please correct me if that's the case.

And it seems that most (if not all) of SCO's issues with RCU were based on
Dynix/ptx. Of course, this is all based on SCO's ludicrous ladder theory and
having control rights over software that somehow was even used in the same
sentence with SysV.

RCU is clearly Sequent home-grown code. And SCO's position, like their
positions on the rest of this, is truly sputter material.

...D

[ Reply to This | # ]

IBM's Greatest Hits - Ex. 231, Declaration of Paul McKenney -- RCU Follies
Authored by: sk43 on Sunday, October 29 2006 @ 10:35 PM EST
<<BSD code is freely available to anyone to use.>>

I am puzzled. I thought that this was true only starting with 4.4BSD-Lite,
starting in 1994, as per the USL/UCB settlement. I thought that the earlier
BSDs (including the one that Dynix was based on) included proprietary AT&T
code, which is why anyone who wanted BSD had to first get an AT&T Unix
license. Now I also seem to recall that most advanced version of AT&T code
utilized by the earlier BSDs was 32-V, which predates System V. I also seem to
recall that SCO (or Caldera, as it was known then) released 32-V under a BSD
type license, so it is possible that even the earlier BSDs could be freely
available now.

[ Reply to This | # ]

IBM's Greatest Hits - Ex. 231, Declaration of Paul McKenney -- RCU Follies
Authored by: devnull13 on Sunday, October 29 2006 @ 10:39 PM EST
I was just reading IBM-821.pdf (SCO's PSJ on 3rd cause). They state that Dynix
is a "derivative work based on UNIX System V under the foregoing
definition." And then the next line is redacted.

And then they state that Dynix is a derivative work under the Copyright Act.
But again their reasoning is redacted.

Hmm ... So what is SCO hiding? Their lack of evidence? :)

JR

[ Reply to This | # ]

IBM's Greatest Hits - Ex. 231, Declaration of Paul McKenney -- RCU Follies
Authored by: jig on Sunday, October 29 2006 @ 10:58 PM EST
this is great, but it's stuff like this that makes me shiver when i try to
imagine how a jury would view all of this...

with my background and current training and concentration it's hard enough to
keep track of what's important; a 60 year old grandmother from salt lake city
would just be bouncing off the walls and probably go with whoever just gave the
best summation.

it will be a tragedy if anything makes it past wells/kimball/summary judgment...

[ Reply to This | # ]

Frivolous Claims
Authored by: Anonymous on Sunday, October 29 2006 @ 11:41 PM EST
Some questions from an non-lawyer.

PJ says "lawyers are not supposed to persist with claims that are
frivolous". Is this meant to be enforced by the courts or is it a matter of
professional ethics? Is this principle enforced in practice?

Also I notice that BSF are still putting in an extraordinary effort dispite
having (apparently) very little evidence to work with and being on a fixed price
contract. Are they showing good ethics by continuing to support a client in
trouble? Or are they showing bad ethics by costing IBM as much money and time as
possible, giving themselves and their clients an advantage in settlement
negotiations in future cases?

[ Reply to This | # ]

80% of Linux is UNIX. Here's the proof...
Authored by: Anonymous on Monday, October 30 2006 @ 12:40 AM EST
If you arrange the letters of UNIX alphabetically and compare against Linux, you
get I N U X and L I N U X .

It is especially true if you compare side by side just as SCO have done.

L
I____I
N____N
U____U
X____X


Therefore 80% of Linux is unix. Case closed. SCO wins and we can all go home and
cry in our beers.

[ Reply to This | # ]

A REAL derivative, the Urban Iditarod (aka the Idiotarod)
Authored by: lsmft on Monday, October 30 2006 @ 12:54 AM EST
In the Alaskan Iditarod, more than sixty dog sled teams race across the frozen tundra from Anchorage to Nome. In our urban version, teams of “dogs” lead by a musher will pull their sleds (shopping carts) through some of San Francisco's most touristed areas. These teams of barking humans must negotiate through the unrelenting and unforgiving dangers of San Francisco's urban frontier. As an incentive to run, dogs and mushers alike will have several “rest stops” to replenish lost fluids and discuss tales of mayhem. Mush, you Huskies! (A service of the Cacophony Society)

[ Reply to This | # ]

Shows the weak contract argument
Authored by: GLJason on Monday, October 30 2006 @ 01:00 AM EST
By SCO's derivative theory (AKA the "ladder" theory), Dynix/ptx is a modification, or derivative work of Unix System V, as is any code that is in Dynix. I believe the original Dynix was based on BSD, not Unix System V, and that Sequent licensed Unix System V from AT&T to include some things that were missing.

By SCO's theory, the minute a line of Unix System V code was included in Dynix, all of Dynix would be controlled by the licensing agreement. That includes the code they wrote before the Unix code was added, and it also includes the original BSD code they based Dynix on.

By that logic, Sequent (or its successors) could no longer distribute the BSD code. In fact, they would owe back licensing fees to AT&T for having licensed Dynix to their customers before signing the agreement. Any company that had NOT signed a licensing agreement with AT&T would be free after the settlement with USL to distribute BSD, but not Sequent.

Worse yet, any company considering purchasing Sequent would have to be made aware that they inherited those obligations by inheriting the license. The Microsoft TCP/IP stack contains BSD code. If Microsoft had purchased Sequent, the whole of Microsoft Windows would be controlled by that 20 year old licensing agreement.

[ Reply to This | # ]

How did RCU get into SCO's Unix?
Authored by: Anonymous on Monday, October 30 2006 @ 04:55 AM EST
Is RCU in SCO's Unix? If so How did it get in there? If it is
"patented" did they pay royalties?

Just a thought.

[ Reply to This | # ]

IBM's Greatest Hits - Ex. 231, Declaration of Paul McKenney -- RCU Follies
Authored by: cybervegan on Monday, October 30 2006 @ 05:20 AM EST
Of course, SCO knew from a long time ago that this wouldn't fly - they got
enough hints. If their purpose in all this was what they *say* it is, they
wouldn't be taking this tack anymore.

I would suggest that they are either desperately trying to cover their pants, or
they have a rather different agenda than actually *winning* this case. Oh I
*so* hope that if, as seems increasingly likely, IBM do win this, they get to go
after the real source of this. We all have our suspicions (and even some
evidence too) but wouldn't it be nice to see this sham of a case displayed for
all to see as what it *really* is?

This is all despite my distaste for the IBM vs. Amazon case. (I know that's a
bit O/T - PJ are you planning on covering any of that sometime soon? I know
you're busy, but I'd love to hear your take on it).

regards,
-cybervegan

---
Software source code is a bit like underwear - you only want to show it off in
public if it's clean and tidy. Refusal could be due to embarrassment or shame...

[ Reply to This | # ]

McKenney doesn't say he based RCU on Dynix
Authored by: devil's advocate on Monday, October 30 2006 @ 05:27 AM EST

He actually says "I developed RCU using publicly described operating system primitives ..., FOR EXAMPLE, as provided by DYNIX (a Berkeley Software Design-based) operating system". That would not seem to exclude any possible similarity to "operating system primitives" contained in UNIX SysV. Furthermore, he does not deny that RCU was ever part of Dynix/ptx, which appears to have been based on UNIX SysV. According to SCO's theory of contamination, RCU is therefore part of UNIX SysV, and hence McKenney's testimony does not make much difference to SCO's argument.

[ Reply to This | # ]

Karma
Authored by: Steve Martin on Monday, October 30 2006 @ 06:22 AM EST

I suppose SCO thought it was making IBM's life harder with onerous discovery requests.

I have absolutely no doubt that it in fact did make IBM's life a lot harder with said requests. I hope it comes back to bite them in the form of sanctions. It certainly looks like such a scenario is well on the way.

---
"When I say something, I put my name next to it." -- Isaac Jaffee, "Sports Night"

[ Reply to This | # ]

Gupta's Fast!
Authored by: Steve Martin on Monday, October 30 2006 @ 06:25 AM EST

SCO's Sandeep Gupta claimed back in July of 2005 that he put Unix and Linux code side by side and they looked similar.

Waitaminnit .... I thought TSG claimed such a comparison would take 25,000 man-years to accomplish? Gupta must be good!

---
"When I say something, I put my name next to it." -- Isaac Jaffee, "Sports Night"

[ Reply to This | # ]

IBM's Greatest Hits - Ex. 231, Declaration of Paul McKenney -- RCU Follies
Authored by: John Hasler on Monday, October 30 2006 @ 08:28 AM EST
"...Berkeley Software Design-based..."

Berkeley Source Distribution.

---
IOANAL. Licensed under the GNU General Public License

[ Reply to This | # ]

Iditarod Analogy
Authored by: Anonymous on Monday, October 30 2006 @ 08:39 AM EST
Nope, if this case were the Iditarod, the vets would've pulled this sled a long
time ago. Continuing the analogy, if Unix were the dog team, they'd be aging
(but still graceful) Malmutes - prized for their ability to pull a load, but no
longer the best dog for the distance. SCO and BSF would be played by a
character actor out of central casting - as the weasel eyed villian, out for the
gold, but not planning to actually deliver the serum.
Taking this thread one step further, Alaskan Huskies, the workhorses of sled-dog
racing, are pure mutt. Take a little of this for speed, a little of that for
endurance, another line for strength, and keep rapidly improving the breed.
Much like Linux - not just fancy kennels and papers. Just community and picking
the best characteristics to select and breed.

ZebraStripe

[ Reply to This | # ]

frivolity....
Authored by: Latesigner on Monday, October 30 2006 @ 08:49 AM EST
... and knowingly false statements.
Aren't there penalties for this, besides losing the case?


---
The only way to have an "ownership" society is to make slaves of the rest of us.

[ Reply to This | # ]

IBM's Greatest Hits - Ex. 231, Declaration of Paul McKenney -- RCU Follies
Authored by: jdashton on Monday, October 30 2006 @ 08:58 AM EST
I'll be fascinated to see what they say to the judge in response to this IBM motion.
This is the fundamental problem when trying to deal with people who A) don't know the truth and B) would prefer not to talk about what little truth they know. A very simple "Oops! My bad!" or even "Good point. Well proven." are responses you never expect to hear from SCO's team. When two honest-to-goodness experts with a real interest in the truth debate a point, you expect the one proven to be mistaken to make a gentlemanly apology. And that's something we cannot expect from SCO.

[ Reply to This | # ]

Come at the Dynix/ptx question from the other direction...
Authored by: Israel Pattison on Monday, October 30 2006 @ 09:35 AM EST
Why is Sequent a UNIX System V licensee if they didn't use SysV code?

Consider the following assumptions (GL'ers with more time than I can find the
facts):

Assumption #1: Sequent licensed UNIX System V.

Assumption #2: SCO came upon Sequent(IBM) as a victim because Sequent is a
licensee.

Assumption #3: Sequent didn't buy expensive wallpaper; there must be something
from UNIX SysV in their product.

So from SCO's (uninformed) perspective having a SysV license means it's their
code (see methods & concepts nonsense). You can point out the BSD origins
of Dynix all day long. That doesn't change the fact that SCO (or predecessor in
interested) has a contract with Sequent that prevents them from releasing their
(SCO's -- yeah right) code.

[ Reply to This | # ]

Quad Duh; TSCOG goes for the gold!
Authored by: tangomike on Monday, October 30 2006 @ 10:03 AM EST
1. RCU was patented by Sequent; nobody argued.

2. RCU isn't in Unix Sys V.

3. RCU was written for Dynix, which was BSD.

4. The statute of limitations ran out.

Okay, BS&F, tell us how you've done your best to make sure this was a valid
claim.


---
Deja moo - I've heard that bull before.


[ Reply to This | # ]

Ex. 596, Paul McKenney 's other declaration
Authored by: jseigh on Monday, October 30 2006 @ 11:38 AM EST
I mentioned Ex 596 before but it's worth mentioning again. Patenting something is disclosing it to the public. SCO didn't seem to have any problems when Sequent or any other unix licensee patented their additions to unix. Unless there was something that restricted licensing of said patents.

[ Reply to This | # ]

Are there any ex-SCO people reading Groklaw?
Authored by: seanlynch on Monday, October 30 2006 @ 11:59 AM EST
Are there any ex-SCO people reading Groklaw?

I mean the 'real' SCO, Santa Cruz Operation. I wonder if SCO ever licensed the
RCU patents from Dynix for their Xenix based products?

They probably didn't, but it would be kind of neat if they had. It would be an
acknowledgement that SCO did not own RCU, but had to license it from the true
owner.

Well, if anyone knows if SCO ever licensed RCU, it would be great to hear from
you.

[ Reply to This | # ]

SCO didn't release RCU as GPL
Authored by: Anonymous on Monday, October 30 2006 @ 12:14 PM EST
This is just a nit: SCO can't release RCU under the GPL because they are not
the copyright holders. Only the copyright holder can release code under the
GPL. SCO did redistribute it, though, thus accepting the terms of the GPL.

[ Reply to This | # ]

What IBM is up to
Authored by: Anonymous on Monday, October 30 2006 @ 01:38 PM EST
In my opinion, IBM isn't using this barrage of evidence just trying to win these
motions. They are also laying out a public record to drive a stake through the
heart of the FUD.

MSS2

[ Reply to This | # ]

Why
Authored by: Yossarian on Monday, October 30 2006 @ 01:59 PM EST
> So why doesn't the RCU claim get dropped?

I can think about two reasons:
1) Had SCO dropped all baseless claims, nothing would remain.

2) Even IBM has limited resources. The time that was wasted
defending RCU was not used to defend against other claims.

[ Reply to This | # ]

Maybe we are all missing something...
Authored by: jaja on Monday, October 30 2006 @ 03:04 PM EST
... Knowing the Universe in Detail (Except for That Pesky 96 Percent of It)

Who knows? Maybe the visible linux code is only 4% of the total and they are talking about the 20% of "dark code" that we are not able to see. The rest (76%) is the "dark money" that keeps this litigation going on, completely defying common sense.

[ Reply to This | # ]

Dismantling Gupta's Declaration
Authored by: DaveJakeman on Monday, October 30 2006 @ 04:54 PM EST

I don't see anyone addressing what leaps off the page of PJ's excellent article - the great discrepancy between what McKenney and Gupta have both declared under penalty of perjury - so let me have a go:

The way Gupta says what he says in his declaration, it seems like he believes what he is saying, yet is misinformed, rather than deliberately lying [that's my take]. But what Gupta says is completely at odds with what McKenney says: "In fact, to the best of my knowledge, System V does not contain code, methods or concepts relating to RCU." So what was Gupta looking at? They can't both be right, so one of them must be wrong, surely. Who do you think that might be and how?

Let's start by going back to the Declarat ion of Sandeep Gupta he signed under penalty of perjury on 7th July, 2004:

He starts out thus:

"1. ...Unless otherwise noted or evident from the context, this declaration is based on my personal knowledge and information available to me from reliable sources..."
What's that? "Reliable sources"? Doesn't that shoot his "declaration" down in flames? It's not his declaration! He's declaring what others have told him. Others, who are not making a declaration under penalty of perjury and so might not be telling the truth. Notice the vagueness of that attribution: "reliable sources". Not messrs X, Y and Z, but a generalisation. Does he, in his declaration, say: "the following is something I know to be true from my personal knowledge," or: Mr X told me this on such-and-such a date? No. He's only declaring the things which come from his personal knowledge to be true under penalty of perjury and the other bits might not be, but he doesn't say which is which and we aren't to know. He says "evident from the context", which is rather like saying "work it out for yourself, IBM".

Next:

"3. In this declaration, I will explain why I believe that several routines and several groupings of code for which SCO has copyright protection were copied into the Linux operating system..."
"Groupings of code". Isn't that an odd term for a programmer to use? We know now why he used that term. He took a line from here, a line from there and a line from that file over there and assembled a "grouping of code". He did the grouping! Then said it was similar!

That paragraph continues:

"...Specifically, this declaration will (1) describe how the Read-Copy-Update routine in Linux is substantially similar to a routine in UNIX;..."
Although he starts this sentence with the word "specifically", he omits the specifics of the "routine in UNIX". He doesn't even call the unidentified routine (not to mention the UNIX version and file) the "Read-Copy-Update routine in UNIX". It's just "a routine in UNIX". Specifics. Specificity.

This is what Gupta believes he's talking about:

"5. I believe that the Read-Copy-Update ("RCU") routine in Linux version 2.6.5 and in patches to Linux (hereinafter referred to as Linux RCU) are substantially similar to the RCU version in SCO's copyrighted work, specifically UNIX SVR4.2 MP. UNIX SVR4.2 MP is part of a registered copyright of SCO entitled UNIX System V Release 4.2 MP (also known as 4.2 ES/MP) (registration No. TX 5-972-097)."
Well, when we see the term "UNIX RCU", we at least know now what Gupta is talking about. SVR4.2 MP only.

Question: Is there an RCU routine in UNIX SVR4.2 MP? McKenney doesn't seem to think there is one in "System V". Could McKenney be wrong? Or has Gupta just hidden a needle that looks exactly like hay? Gupta gave us the version, but no file or line. Could they be talking about two different things and they're both right in their own way?

There's more:

"9. SCO's version of RCU first appeared in UNIX SVR4.2 MP and is referred to herein as UNIX RCU."
"SCO's version", he says. Interesting. And that's when he says it first appeared. At what point in time was RCU put into SVR4.2 MP? After 1993, when RCU was invented? Wasn't SVR4.2 MP released in January 1995? Whoops! Oh, SCO, where did you get your RCU from? Did you have a license for that? Which one?

Do I need to continue dismantling Gupta's declaration? Didn't think so.

But let me finish with this:

"23. In my opinion, Linux RCU is substantially similar to UNIX RCU, and appears to be derived from UNIX RCU."
I leave it to the reader to parse that sentence correctly.

---
I would rather stand corrected than sit confused.
---
Should one hear an accusation, try it on the accuser.

[ Reply to This | # ]

BSDi settlement and code
Authored by: Anonymous on Monday, October 30 2006 @ 06:43 PM EST
I may be completely off-base here, but could/should IBM have gotten the BSDI
settlement agreement and possibly some code from the BSDs (from the time of the
settlement and perhaps FreeBSD, OpenBSD, etc.) submitted as evidence in this
case?

It seems to me that this could serve quite a few purposes.

[ Reply to This | # ]

have to disagree with "they don't their Unix/BSD history"
Authored by: Anonymous on Monday, October 30 2006 @ 10:27 PM EST
>> SCO's problem from the beginnning, from my standpoint,
>> is they don't know their Unix/BSD history.

This case has unfolded as it has BECAUSE SCO KNEW the history.

SCO wanted a cheap settlement/buyout.

SCO telegraphed from the beginning (Heise-MOG "no specifics"
interview, frequent and loud Darl/Sontag/Boies statements) that they would make
this as long, loud and painful as possible.

SCO was FORCED to do this becasuse SCO KNEW FROM THE START they had no case.

None of their disclosures comes from pre-Rochkind analyses.

Why?

They never expected to go to court.

Boies/Darl/Sontag all shut up at some point. Why? they realized they may have
to go to trial.

As far as I can tell, this halting of public bellicosity coincided with SCO/BSF
dropping all pretense of BSF being paid in options. Why should these 2 things
happen at the same time, other than ... BSF finally realized they had to go to
trial, SCO options would be worthless, and Darl's statements were not helpful,
and stopped ordering Darl to shoot his mouth off. Yes, IMHO, BSF was egging
Darl on, if not directly ordering Darl in his public mouthings-off.

[ Reply to This | # ]

Caldera timeline
Authored by: Anonymous on Monday, October 30 2006 @ 11:41 PM EST
I mentioned doing a time line for SCO and all it's predecessors in interest. I started one on Caldera, it's not very good. I would like to document all activity around Open Source, and Open/Free Standards. I think this would provide a useful resource for some folks. Would like to see one for Old SCO, New Sco, etc. WARNING: There are a few links below that link to SCO's website!!!

Would like to see significant contributions to Linux noted. I know people here would either know more of the history than I do and a lot of eyes would dig up info.

1994

Caldera founded.

1995

Caldera Network Desktop Preview, released to the public.

1996

Caldera Network Desktop 1.0 Ships.

Caldera O pen Linux announced and Bryan Sparks proposes LDAP as an open standard.

Caldera Announces Open-Source Code Model for DOS.

1997

Caldera a cquires LST and forms Caldera Deutschland GmbH.

1999

Caldera publishes white paper “Our Social Contract with the Open Source Community”.

2001

Caldera Joins WBEMsource initiative.

Caldera Open Sources the AIM performance benchmarks and the UNIX Regular Expression Parser, along with two UNIX utilities awk and grep.

2002

Caldera grants fee free license to “use, modify and distribute” and to create “derived binary products” to source code of several older Unix operating systems.

Caldera Joins OpenForum Europe.

United Linux announced.

[ Reply to This | # ]

Question for PJ, Marbux, or one of the legal eagles
Authored by: Anonymous on Tuesday, October 31 2006 @ 02:38 AM EST
We see many references to "sealed" documents. I know that means
they're not accessible to the general public, but I have two questions:

1) Is it possible to file a document that is sealed from the opposing side? In
other words, only the judge could read it (and thus the other side couldn't
respond)? In fact, is this possible in *any* court?

2) When a document is sealed, does it show up in the list of documents filed in
the case or is it just skipped over?

[ Reply to This | # ]

Further support for Dynix being based on BSD
Authored by: DaveJakeman on Tuesday, October 31 2006 @ 06:20 AM EST

Quote from Bill Claybrook, one of the analysts SCO showed its case to:

I did some additional research into the history of the development of DYNIX/ptx at Sequent where the NUMA code was developed and this is what I found.

DYNIX developed at Sequent years ago was derived from BSD 4.1 with patches from 4.2 and new code by Sequent. DYNIX/ptx, also developed at Sequent was really BSD code with System V wrappers. So the code was really still BSD code, the kernel code that is. It appears then that the NUMA kernel code was developed on the BSD code...

Lin k to the MozillaQuest/Claybrook interview in June, 2003.

---
I would rather stand corrected than sit confused.
---
Should one hear an accusation, try it on the accuser.

[ Reply to This | # ]

Dazed and confused
Authored by: brian on Tuesday, October 31 2006 @ 06:44 AM EST
PJ:"None of that matters, if Dynix is based on BSD, even
if it were all accurate. SCO fought so hard to get every
version of Dynix. You can read about SCO's "need" for all
the Dynix code in discovery in this Memorandum Re
Discovery from June of 2004, in which SCO told Magistrate
Judge Brooke Wells, in response to her request in her
March 3, 2004 Order, why it asked for and "needed" all the
Dynix code from its beginnings, again relying on Gupta:"

Here is the rub...

If Dynix is BSD based, then why would they enter into an
agreement for System V code with AT&T? More importantly,
why would they continue those contracts via licensing fees
after the BSDi case? This makes no sense to me if all of
Dynix is BSD based. Microsoft, for example, never licensed
with AT&T for the BSD code they used so why would Dynix?

B.

---
#ifndef IANAL
#define IANAL
#endif

[ Reply to This | # ]

Ah, so the BSD license isn't that bad after all!
Authored by: Anonymous on Tuesday, October 31 2006 @ 06:48 AM EST
In reference to the news picks article,
http://gnumonks.org/~laforge/weblog/2006/10/30/#20061030-gpl-devices in which
Harold Welte writes that the GPL source code releases from companies are always
or at least often worthless, I can draw the conclusion that it strongly
undermines the reasoning (which is occasionally voiced here) "the BSD
license is bad because it allows unscrupulous companies to take our work, make
money, and give nothing in return". Apparently the same happens with the
GPL.

[ Reply to This | # ]

RCU at sourceforge
Authored by: DaveJakeman on Tuesday, October 31 2006 @ 09:37 AM EST

Snippets:

Read-Copy Update was originally designed for DYNIX/ptx, a UNIX operating system from Sequent Computer Systems Inc., now a part of IBM. Similar methods were also used for Tornado and K42 OS projects at University of Toronto and IBM Research.
And:
RCU based on original DYNIX/ptx code (released by IBM under GPL)
Link to page at sourceforge

---
I would rather stand corrected than sit confused.
---
Should one hear an accusation, try it on the accuser.

[ Reply to This | # ]

allocating a new data structure of a certain size
Authored by: Anonymous on Tuesday, October 31 2006 @ 10:43 AM EST
From Gupta's analysis of RCU:

The first act, 'allocating a new data structure of a certain size,' is expressed in UNIX RCU and Linux RCU by a single line of nearly identical code. From a software programmer's perspective, the UNIX RCU expression of the act of allocating a new data structure has been identically copied into Linux RCU.

I have a few questions about this:

1. How many different ways can you use a single line of code to allocate a data structure of a certain size?

2. Isn't this dictated by the constraints of the programming language being used?

3. Is a single line of code protectable?

[ Reply to This | # ]

Is RCU really that original ?
Authored by: Anonymous on Tuesday, October 31 2006 @ 03:49 PM EST
Admitedly, I have done a miniscule amount of kernel code, however the RCU
concept has been alive and well in user land code for as long as I remember
doing multithreaded code.

So the question is, is RCU somthing truly protectable by the 1995 Sequent patent
? If not, then what is all this RCU hoopla about ?

I do remember while at SGI, we tickered with a version of the X server that used
an algorithm that is quite likely RCU, I don't think it was ever finished and
never made in back to the then "X" consortium. At the time the
technique was considered common practice and not somthing patentable. This was
the early 90's.

Anyhow, I have no data or files from back then so I have no idea how I can prove
this. All the more reason for open source I suppose.

[ Reply to This | # ]

  • Yes - Authored by: jseigh on Tuesday, October 31 2006 @ 05:05 PM EST
SCO wildly overstates value of RCU
Authored by: rweiler on Tuesday, October 31 2006 @ 03:50 PM EST
Solaris doesn't have it, and it scales just fine to hundreds of CPUs.

---
Sometimes the measured use of force is the only thing that keeps the world from
being ruled by force. -- G. W. Bush

[ Reply to This | # ]

Not over yet
Authored by: Anonymous on Saturday, November 04 2006 @ 03:56 AM EST
If I recall correctly, IBM's patent liscenses have a clause that terminates your
right to use the patent if you sue them. That would mean that IBM can now sue
SCO for misapporpriation of RCU, and force them to remove it from all of thier
products. SCO's only hope might be the GPL.

There is also the question of damages for patent violation.

Later parts of the trial when this hits the fan should be interesting.

[ Reply to This | # ]

Groklaw © Copyright 2003-2013 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )