|
From: Paul B. <pe...@ti...> - 2015-01-30 08:37:52
|
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
|