This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Fri Apr 19 23:23:25 2024 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263375AbTESXFY (ORCPT ); Mon, 19 May 2003 19:05:24 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:16394 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id S263373AbTESXFT (ORCPT ); Mon, 19 May 2003 19:05:19 -0400 Received: (from root@localhost) by neon-gw.transmeta.com (8.9.3/8.9.3) id QAA29672; Mon, 19 May 2003 16:18:03 -0700 Received: from mailhost.transmeta.com(10.1.1.15) by neon-gw.transmeta.com via smap (V2.1) id xma029653; Mon, 19 May 03 16:17:29 -0700 Received: from localhost.localdomain (neocesium.transmeta.com [10.10.26.136]) by deepthought.transmeta.com (8.11.6/8.11.6) with ESMTP id h4JNHXa22742; Mon, 19 May 2003 16:17:33 -0700 (PDT) Received: from zytor.com (neocesium [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.7) with ESMTP id h4JNHXqW013851; Mon, 19 May 2003 16:17:33 -0700 Message-Id: <3EC9660D.2000203@zytor.com> Date: Mon, 19 May 2003 16:17:33 -0700 From: "H. Peter Anvin" Organization: Zytor Communications User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en, sv Mime-Version: 1.0 To: "Eric W. Biederman" Cc: linux-kernel@vger.kernel.org Subject: Re: Recent changes to sysctl.h breaks glibc References: <20030519165623.GA983@mars.ravnborg.org> <3EC95B58.7080807@zytor.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org Eric W. Biederman wrote: >> >>ABI fixes and ABI additions, as well as outright ABI changes (yes they >>suck, but they happen.) > > And ABI changes from the ABI exposed by a stable kernel are _B_U_G_S. > Yes _b_u_g_s happen but they are still _b_u_g_s. > > It is legal to stop supporting an interface but changing the interface > in such a way that you must know the version of the kernel you are > running on is a _b_u_g. > Yes. And guess what? Bugs happen. Sometimes you can't fix them either because the "new" usage has gotten established. However, that's not the point. Your message assumes that the ABI remains fixed. This is totally and utterly and undeniably WRONG. There are rules for how it may evolve, but it very much does evolve. No amount of handwaving or putting underscores in weird places will change that. > > But there is no reason not to write documentation today about what the > kernel interfaces are and convert glibc and the kernel later when > it is convenient to their development cycles. > > What I do not is see the necessity of using automation to follow the > documentation. > Otherwise you have three places to manually make your changes (usually more) -- the documentation, the kernel, and glibc... and really you also have klibc, uclibc, dietlibc, and God knows what else. Automation is the way to maintain these together and in concert, to avoid your "B_ U_ G_ S_." This isn't just a Good Thing, this is the only sane possibility. Does that mean C source code is the only possible format? It most certainly *doesn't* -- in fact one could argue it's not even a very good format -- as long as C source code is one of the possible productions. -hpa - 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/