public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] Deadlock during heavy write activity to userspace NFS
@ 2004-07-28  2:32 Ulrich Weigand
  2004-07-28  5:18 ` Avi Kivity
  0 siblings, 1 reply; 5+ messages in thread
From: Ulrich Weigand @ 2004-07-28  2:32 UTC (permalink / raw)
  To: avi; +Cc: linux-kernel

Avi Kivity wrote:

>In our case, all block I/O is done using 
>unbuffered I/O, and all memory is preallocated, so we don't need kswapd 
>at all, just that small bit of memory that syscalls consume.

Does your userspace process need to send/receive network packets
in order to perform a write-out?  If so, how can you make sure your
incoming packets aren't thrown away in out-of-memory situations?
(Outgoing packets can use PF_MEMALLOC memory I guess, but incoming
ones aren't associated to any process yet ...)

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-07-29  3:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-28  2:32 [PATCH] Deadlock during heavy write activity to userspace NFS Ulrich Weigand
2004-07-28  5:18 ` Avi Kivity
2004-07-28  5:32   ` Nick Piggin
2004-07-28 22:36     ` Ulrich Weigand
2004-07-29  3:36       ` Nick Piggin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox