Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2007-01-05 Thread Gordon Farquharson
For the record, FUSE works on an ARM IXP4xx machine (Linksys NLSU2) with 2.6.18-9 (subversion revision 8101). $ encfs /home/gordon/.encrypted /home/gordon/encrypted EncFS Password: $ ls -l encrypted/ total 4 -rw-r--r-- 1 gordon gordon 13 2007-01-05 22:40 example.txt $ cat encrypted/example.txt

Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2007-01-02 Thread Miklos Szeredi
Can you please try the out-of-tree kernel module from the fuse-2.6.x package (use 'configure --enable-kernel-module). That contains a workaround for a bug in the ARM architecture code. Do you think it would it be easily possible to apply this workaround to the Debian kernel? Yes, it

Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2006-12-30 Thread Martin Michlmayr
* Miklos Szeredi [EMAIL PROTECTED] [2006-12-20 19:37]: Can you please try the out-of-tree kernel module from the fuse-2.6.x package (use 'configure --enable-kernel-module). That contains a workaround for a bug in the ARM architecture code. Do you think it would it be easily possible to apply

Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2006-12-22 Thread Dave Hylands
Posting to list... Please direct further discussion on this topic to my mail on linux-kernel. Thanks. Which can be found here: http://lkml.org/lkml/2006/12/21/157 Excellent explanation. -- Dave Hylands Vancouver, BC, Canada http://www.DaveHylands.com/ -- To UNSUBSCRIBE, email to [EMAIL

Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2006-12-21 Thread Martin Michlmayr
* Miklos Szeredi [EMAIL PROTECTED] [2006-12-20 19:37]: We at Debian received the following bug report saying that FUSE is not working on ARM. I've verified this on two ARM platforms (IXP4xx and IOP32x) and also checked that it's working fine on MIPS. The problem seems that it hangs in

Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2006-12-21 Thread Russell King
On Thu, Dec 21, 2006 at 09:24:56AM +0100, Martin Michlmayr wrote: * Miklos Szeredi [EMAIL PROTECTED] [2006-12-20 19:37]: We at Debian received the following bug report saying that FUSE is not working on ARM. I've verified this on two ARM platforms (IXP4xx and IOP32x) and also checked

Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2006-12-21 Thread Martin Michlmayr
* Russell King [EMAIL PROTECTED] [2006-12-21 09:43]: That contains a workaround for a bug in the ARM architecture code. This is the first I've heard of a problem. What _exactly_ is the problem and can you provide a test case or instructions to reproduce it? stat64 hangs when you try

Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2006-12-21 Thread Miklos Szeredi
On Thu, Dec 21, 2006 at 09:24:56AM +0100, Martin Michlmayr wrote: * Miklos Szeredi [EMAIL PROTECTED] [2006-12-20 19:37]: We at Debian received the following bug report saying that FUSE is not working on ARM. I've verified this on two ARM platforms (IXP4xx and IOP32x) and also

Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2006-12-21 Thread Russell King
On Thu, Dec 21, 2006 at 10:52:53AM +0100, Martin Michlmayr wrote: * Russell King [EMAIL PROTECTED] [2006-12-21 09:43]: That contains a workaround for a bug in the ARM architecture code. This is the first I've heard of a problem. What _exactly_ is the problem and can you provide a

Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2006-12-21 Thread Russell King
On Thu, Dec 21, 2006 at 11:05:49AM +0100, Miklos Szeredi wrote: On Thu, Dec 21, 2006 at 09:24:56AM +0100, Martin Michlmayr wrote: * Miklos Szeredi [EMAIL PROTECTED] [2006-12-20 19:37]: We at Debian received the following bug report saying that FUSE is not working on ARM. I've

Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2006-12-21 Thread Russell King
On Thu, Dec 21, 2006 at 11:05:49AM +0100, Miklos Szeredi wrote: This is the dcache aliasing issue in get_user_pages() for anonymous pages: http://lkml.org/lkml/2006/10/7/80 Okay, I've written up my thoughts on this to the kernel community. In summary, I don't see how FUSE can work reliably

Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2006-12-20 Thread Miklos Szeredi
We at Debian received the following bug report saying that FUSE is not working on ARM. I've verified this on two ARM platforms (IXP4xx and IOP32x) and also checked that it's working fine on MIPS. The problem seems that it hangs in stat64. Can you please try the out-of-tree kernel module

Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2006-12-20 Thread Jon Dowland
On Wed, Dec 20, 2006 at 07:37:50PM +0100, Miklos Szeredi wrote: Can you please try the out-of-tree kernel module from the fuse-2.6.x package (use 'configure --enable-kernel-module). That contains a workaround for a bug in the ARM architecture code. I've just built fuse-2.6.1 from the tarball