On Tue, 6 Mar 2012, David Howells wrote: > From: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > The test for "if (cred->request_key_auth->flags & KEY_FLAG_REVOKED) {" > should actually testing that the (1 << KEY_FLAG_REVOKED) bit is set. > The current code actually checks for KEY_FLAG_DEAD. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > Signed-off-by: David Howells <dhowells@xxxxxxxxxx> Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next -- James Morris <jmorris@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html