Your commit dabd39cc2fb1 ("KEYS: Make /proc/keys unconditional if CONFIG_KEYS=y") is included in today's linux-next (ie, next-20150130). I noticed because a script I use to check linux-next spotted a minor problem with it.
That commit removed the Kconfig symbol KEYS_DEBUG_PROC_KEYS. But it did not remove a select for that symbol (see the entry for config IMA_TRUSTED_KEYRING in security/integrity/ima/Kconfig). That select is now a nop in linux-next. The commit suggests the trivial cleanup needed here is to just remove that select. Is a patch to do that queued somewhere? Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/