Re: linux-next: build failure after merge of the cifs tree

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Steve French
Date: Wednesday, August 11, 2010 - 9:04 pm

On Wed, Aug 11, 2010 at 10:17 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:

Are you sure that this is a valid config file?  CONFIG_KEYS should be
set if CONFIG_DNS_RESOLVER is set?

key.h looks like it is included in all arch in this path

net/dns_resolver/dns_key.c includes
include/keys/dns_resolver-type.h which includes
include/linux/key-type.h which includes
include/linux/key.h

the line 258 "key_instantiate_and_link" error could occur if
"CONFIG_KEYS" is not set in .config
net/dns_resolver/Kconfig config DNS_RESOLVER "depends on NET && KEYS"
so ... CONFIG_KEYS should be set ....







-- 
Thanks,

Steve
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
linux-next: build failure after merge of the cifs tree, Stephen Rothwell, (Wed Aug 11, 8:17 pm)
Re: linux-next: build failure after merge of the cifs tree, Steve French, (Wed Aug 11, 9:04 pm)
Re: linux-next: build failure after merge of the cifs tree, Stephen Rothwell, (Thu Aug 12, 12:46 am)
Re: linux-next: build failure after merge of the cifs tree, Bryan Schumaker, (Thu Aug 12, 8:18 am)