[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <7123.1224602071@jrobl>
Date: Wed, 22 Oct 2008 00:14:31 +0900
From: hooanon05@...oo.co.jp
To: linux-kernel@...r.kernel.org
Subject: __vm_enough_memory(), OVERCOMMIT_NEVER, current->mm, kernel thread
Hello all,
When sysctl_overcommit_memory is set OVERCOMMIT_NEVER,
__vm_enough_memory() refers current->mm.
For example,
# exportfs -i -o ... localhost:/tmpfs
# mkdir /tmp/w
# mount -o ... localhost:/tmpfs /tmp/w
# yes > /tmp/w/fileA
In this case, NFSD (kernel thread) calls shmem_file_write() or
shmem_write_begin() and __vm_enough_memory() is called. But current->mm
is NULL and the kernel crashes.
If a user have to set OVERCOMMIT_NEVER, where should we fix?
Junjiro R. Okajima
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists