>>>>> On Thu, 11 Sep 2003 16:16:29 +0200, Ralf Baechle <ralf@linux-mips.org> said: >> I know this fix is not complete. __access_ok(0, 0, __access_mask) >> will return 0. ralf> That behaviour of __access_ok() is actually ok; Then could you apply the patch? I think the fix is needed for 64bit native mount syscall (which try to read variable length string parameters from user stack). --- Atsushi Nemoto