Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 3 Apr 2002 14:40:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 3 Apr 2002 14:39:54 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:36363 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Wed, 3 Apr 2002 14:39:42 -0500 Date: Wed, 3 Apr 2002 11:39:14 -0800 (PST) From: Linus Torvalds To: Alan Cox cc: Tigran Aivazian , Andrea Arcangeli , Arjan van de Ven , Hugh Dickins , Ingo Molnar , Stelian Pop , Subject: Re: [PATCH 2.5.5] do export vmalloc_to_page to modules... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 3 Apr 2002, Alan Cox wrote: > > If its a rewrite of the old stuff then yes. But in that case the right > people -were- consulted. What is "rewrite"? The thing has it's roots in mm/memory.c (and even more so just which really forces the whole structure of the function) so long ago that it isn't even funny. Coupled with the fact that the 15-line functionality has been changed by various VM/kmap changes (and by the preempt changes) so many times that it bears little resemblance to whatever it was before. It's a question akin to the one whether BSD was based on the original AT&T UNIX sources and thus under AT&T copyright. Copyrights simply aren't that black-and-white. There's also the issue of reasonableness - those fifteen lines can only be written so many ways, and sure, we could ask NVIDIA & co to write their own version, but if it bore a surprising similarity to the one in the kernel, I can't really blame them. Except they'd probably get it wrong, and they'd _certainly_ be blamed when we introduce something new like the highmem page tables or preemption stuff. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/