Re: [PATCH] 2.5.41 capget fix

From: Linus Torvalds (torvalds@transmeta.com)
Date: Thu Oct 10 2002 - 14:36:29 EST


On Wed, 9 Oct 2002, Chris Wright wrote:
>
> Daniel Jacobowitz noticed that sys_capget is not behaving properly when
> called with pid of 0. It is supposed to return current capabilities,
> not those of swapper. Also cleaned up some duplicate code from a merge
> error. Patch is tested, please apply.

This is not correct. You drop the tasklist_lock before you actually set
read the capabilities, which means that by the time you read them, the
task you looked up may not be there any more.

                Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:38 EST