From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 23 Mar 2007 15:56:47 +0000 (GMT) Received: from localhost.localdomain ([127.0.0.1]:60848 "EHLO dl5rb.ham-radio-op.net") by ftp.linux-mips.org with ESMTP id S20022406AbXCWP4p (ORCPT ); Fri, 23 Mar 2007 15:56:45 +0000 Received: from denk.linux-mips.net (denk.linux-mips.net [127.0.0.1]) by dl5rb.ham-radio-op.net (8.13.8/8.13.8) with ESMTP id l2NFuhRf008929; Fri, 23 Mar 2007 15:56:43 GMT Received: (from ralf@localhost) by denk.linux-mips.net (8.13.8/8.13.8/Submit) id l2NFufep008928; Fri, 23 Mar 2007 15:56:41 GMT Date: Fri, 23 Mar 2007 15:56:41 +0000 From: Ralf Baechle To: Ravi Pratap Cc: Atsushi Nemoto , miklos@szeredi.hu, linux-mips@linux-mips.org Subject: Re: flush_anon_page for MIPS Message-ID: <20070323155641.GA31853@linux-mips.org> References: <20070324.004146.41631259.anemo@mba.ocn.ne.jp> <36E4692623C5974BA6661C0B18EE8EDF6CD389@MAILSERV.hcrest.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <36E4692623C5974BA6661C0B18EE8EDF6CD389@MAILSERV.hcrest.com> User-Agent: Mutt/1.4.2.2i Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 14638 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk X-list: linux-mips On Fri, Mar 23, 2007 at 11:47:20AM -0400, Ravi Pratap wrote: > The standard FUSE hello program triggers the bug every single time. All > you have to do is follow the example on the FUSE web page: > http://fuse.sourceforge.net > > ~/fuse/example$ mkdir /tmp/fuse > ~/fuse/example$ ./hello /tmp/fuse > ~/fuse/example$ ls -l /tmp/fuse > total 0 > -r--r--r-- 1 root root 13 Jan 1 1970 hello > ~/fuse/example$ cat /tmp/fuse/hello > Hello World! > ~/fuse/example$ fusermount -u /tmp/fuse > ~/fuse/example$ > > > It hangs when you do ls -l /tmp/fuse, in the above example. What processor does it fail on? Ralf