答复: [PATCH] fuse: freezing abort when use wait_event_killable{,_exclusive}().

2016-12-15 Thread 崔立飞
敏; 刘才; Jiri Kosina; 崔立飞 主题: 答复: [PATCH] fuse: freezing abort when use wait_event_killable{,_exclusive}(). Hi Rafael, The fuse we used is without the commit "fuse: don't mess with blocking signals" committed by Al Viro. So we find the issue SIGBUS. In the page fault, trying to read pa

答复: [PATCH] fuse: freezing abort when use wait_event_killable{,_exclusive}().

2016-12-15 Thread 崔立飞
敏; 刘才; Jiri Kosina; 崔立飞 主题: 答复: [PATCH] fuse: freezing abort when use wait_event_killable{,_exclusive}(). Hi Rafael, The fuse we used is without the commit "fuse: don't mess with blocking signals" committed by Al Viro. So we find the issue SIGBUS. In the page fault, trying to read pa

Re: 答复: [PATCH] fuse: freezing abort when use wait_event_killable{,_exclusive}().

2016-12-15 Thread Rafael J. Wysocki
On Wednesday, December 14, 2016 10:09:25 AM 崔立飞 wrote: > Rafael, > > Any questions about the patch, please let me know. To be honest, I don't particularly like it, but I wonder what FUSE maintainers think about it. Thanks, Rafael

Re: 答复: [PATCH] fuse: freezing abort when use wait_event_killable{,_exclusive}().

2016-12-15 Thread Rafael J. Wysocki
On Wednesday, December 14, 2016 10:09:25 AM 崔立飞 wrote: > Rafael, > > Any questions about the patch, please let me know. To be honest, I don't particularly like it, but I wonder what FUSE maintainers think about it. Thanks, Rafael

答复: [PATCH] fuse: freezing abort when use wait_event_killable{,_exclusive}().

2016-12-14 Thread 崔立飞
...@vger.kernel.org; v...@zeniv.linux.org.uk; 朴英敏; 刘才; Jiri Kosina; 崔立飞 主题: 答复: [PATCH] fuse: freezing abort when use wait_event_killable{,_exclusive}(). Hi Rafael, The fuse we used is without the commit "fuse: don't mess with blocking signals" committed by Al Viro. So we find the issue SIGBUS. In the

答复: [PATCH] fuse: freezing abort when use wait_event_killable{,_exclusive}().

2016-12-14 Thread 崔立飞
...@vger.kernel.org; v...@zeniv.linux.org.uk; 朴英敏; 刘才; Jiri Kosina; 崔立飞 主题: 答复: [PATCH] fuse: freezing abort when use wait_event_killable{,_exclusive}(). Hi Rafael, The fuse we used is without the commit "fuse: don't mess with blocking signals" committed by Al Viro. So we find the issue SIGBUS. In the

答复: [PATCH] fuse: freezing abort when use wait_event_killable{,_exclusive}().

2016-12-07 Thread 崔立飞
Hi Rafael, The fuse we used is without the commit "fuse: don't mess with blocking signals" committed by Al Viro. So we find the issue SIGBUS. In the page fault, trying to read page in fuse is interrupted, which will lead to SIGBUS issue. All Android platforms, include Android N, have the

答复: [PATCH] fuse: freezing abort when use wait_event_killable{,_exclusive}().

2016-12-07 Thread 崔立飞
Hi Rafael, The fuse we used is without the commit "fuse: don't mess with blocking signals" committed by Al Viro. So we find the issue SIGBUS. In the page fault, trying to read page in fuse is interrupted, which will lead to SIGBUS issue. All Android platforms, include Android N, have the