From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261459AbULAVlV (ORCPT ); Wed, 1 Dec 2004 16:41:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261462AbULAVlV (ORCPT ); Wed, 1 Dec 2004 16:41:21 -0500 Received: from zcars04f.nortelnetworks.com ([47.129.242.57]:1275 "EHLO zcars04f.nortelnetworks.com") by vger.kernel.org with ESMTP id S261459AbULAVlR (ORCPT ); Wed, 1 Dec 2004 16:41:17 -0500 Message-ID: <41AE3A51.9080304@nortelnetworks.com> Date: Wed, 01 Dec 2004 15:40:33 -0600 X-Sybari-Space: 00000000 00000000 00000000 00000000 From: Chris Friesen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ingo Molnar CC: Esben Nielsen , Paul Davis , Florian Schmidt , Rui Nuno Capela , linux-kernel@vger.kernel.org, Lee Revell , mark_h_johnson@raytheon.com, "K.R. Foley" , Bill Huey , Adam Heath , Thomas Gleixner , Michal Schmidt , Fernando Pablo Lopez-Lezcano , Karsten Wiese , Gunther Persoons , emann@mrv.com, Shane Shrybman , Amit Shah Subject: Re: [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-2 References: <20041201155353.GA30193@elte.hu> <20041201212413.GF22671@elte.hu> In-Reply-To: <20041201212413.GF22671@elte.hu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar wrote: > actually, the main problem with fifos was they were _not_ atomic even in > read/write (i myself fully expected them to be that, but they arent). > That's the bug/misfeature that i fixed in the latest kernels. Whoa. pipes (ie from the pipe() call) don't read/write atomicly? Even if you write less than a page? When was this fixed? Chris