From: Sedat Dilek <sedat.dilek@gmail•com>
To: David Howells <dhowells@redhat•com>,
Rusty Russell <rusty@rustcorp•com.au>,
linux-kernel@vger•kernel.org, linux-next@vger•kernel.org,
Stephen Rothwell <sfr@canb•auug.org.au>
Cc: Sedat Dilek <sedat.dilek@gmail•com>
Subject: [PATCH next-20130118 2/2] KEYS: MODSIGN: Fix wrong select in MODULE_SIG Kconfig
Date: Sat, 19 Jan 2013 01:54:31 +0100 [thread overview]
Message-ID: <1358556871-6651-2-git-send-email-sedat.dilek@gmail.com> (raw)
In-Reply-To: <1358556871-6651-1-git-send-email-sedat.dilek@gmail.com>
There exists no SYSTEM_TRUSTED_KEYS Kconfig option but
SYSTEM_TRUSTED_KEYRING.
Tested against Linux-Next (next-20130118).
Signed-off-by: Sedat Dilek <sedat.dilek@gmail•com>
---
init/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init/Kconfig b/init/Kconfig
index f7e1b32..7191ccf 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1689,7 +1689,7 @@ config MODULE_SRCVERSION_ALL
config MODULE_SIG
bool "Module signature verification"
depends on MODULES
- select SYSTEM_TRUSTED_KEYS
+ select SYSTEM_TRUSTED_KEYRING
select KEYS
select CRYPTO
select ASYMMETRIC_KEY_TYPE
--
1.8.1.1
next prev parent reply other threads:[~2013-01-19 0:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-19 0:54 [PATCH next-20130118 1/2] KEYS: Fix build-error when SYSTEM_TRUSTED_KEYRING=n Sedat Dilek
2013-01-19 0:54 ` Sedat Dilek [this message]
2013-01-19 1:07 ` David Howells
2013-01-19 1:13 ` Sedat Dilek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1358556871-6651-2-git-send-email-sedat.dilek@gmail.com \
--to=sedat.dilek@gmail$(echo .)com \
--cc=dhowells@redhat$(echo .)com \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=rusty@rustcorp$(echo .)com.au \
--cc=sfr@canb$(echo .)auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox