Re: [PATCH 06/33] mm: allow PF_MEMALLOC from softirq context
From: Nick Piggin <hidden>
Date: 2007-10-31 04:58:47
Also in:
linux-mm, lkml
From: Nick Piggin <hidden>
Date: 2007-10-31 04:58:47
Also in:
linux-mm, lkml
On Wednesday 31 October 2007 03:04, Peter Zijlstra wrote:
Allow PF_MEMALLOC to be set in softirq context. When running softirqs from a borrowed context save current->flags, ksoftirqd will have its own task_struct.
What's this for? Why would ksoftirqd pick up PF_MEMALLOC? (I guess that some networking thing must be picking it up in a subsequent patch, but I'm too lazy to look!)... Again, can you have more of a rationale in your patch headers, or ref the patch that uses it... thanks