The patch titled Subject: fix up documentation for security_module_enable has been added to the -mm tree. Its filename is security-introduce-security=-boot-parameter-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: Subject: fix up documentation for security_module_enable From: James Morris <jmorris@xxxxxxxxx> security_module_enable() can only be called during kernel init. Signed-off-by: James Morris <jmorris@xxxxxxxxx> Cc: Ahmed S. Darwish <darwish.07@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- security/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN security/security.c~security-introduce-security=-boot-parameter-fix security/security.c --- a/security/security.c~security-introduce-security=-boot-parameter-fix +++ a/security/security.c @@ -83,7 +83,7 @@ __setup("security=", choose_lsm); * * Each LSM must pass this method before registering its own operations * to avoid security registration races. This method may also be used - * to check if your LSM is currently loaded. + * to check if your LSM is currently loaded during kernel initialization. * * Return true if: * -The passed LSM is the one chosen by user at boot time, _ Patches currently in -mm which might be from jmorris@xxxxxxxxx are origin.patch git-selinux.patch git-security-testing.patch git-unionfs.patch capabilities-implement-per-process-securebits.patch security-introduce-security=-boot-parameter.patch security-introduce-security=-boot-parameter-fix.patch keys-increase-the-payload-size-when-instantiating-a-key.patch keys-check-starting-keyring-as-part-of-search.patch keys-allow-the-callout-data-to-be-passed-as-a-blob-rather-than-a-string.patch keys-add-keyctl-function-to-get-a-security-label.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html