Re: [RFC] mlock/stack guard interaction fixup

From: Peter Zijlstra
Date: Mon Aug 23 2010 - 12:26:19 EST


On Mon, 2010-08-23 at 16:42 +0100, ijackson@xxxxxxxxxxxxxxxxxxxxxx
wrote:
>
> mlocking the stack is entirely sensible and normal for a real-time
> program. Most such programs use mlockall but there is no particular
> reason why a program that has some more specific requirements should
> use mlock to lock only a part of the stack. (Perhaps it has only one
> real-time thread?)

RT apps should pre-allocate and mlock their stack in advance (and
pre-fault too for the paranoid).

mlockall is a very bad interface and should really not be used.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/