On Thu, 3 Jun 2010, Dan Carpenter wrote: > This is from a Smatch check I'm writing. > > strncpy_from_user() returns -EFAULT on error so the first change just > silences a warning but doesn't change how the code works. > > The other change is a bug fix because install_thread_keyring_to_cred() > can return a variety of errors such as -EINVAL, -EEXIST, -ENOMEM or > -EKEYREVOKED. > > Signed-off-by: Dan Carpenter <error27@xxxxxxxxx> Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6#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