Re: randconfig build error with next-20131104, in security/integrity

2013-11-05 Thread Mimi Zohar
On Tue, 2013-11-05 at 21:12 +0900, Tetsuo Handa wrote: > Mimi Zohar wrote: > > @@ -132,24 +133,22 @@ static inline int integrity_digsig_verify(const > > unsigned int id, > > return -EOPNOTSUPP; > > } > > > > +static int integrity_init_keyring(const unsigned int id) > > Please add inline ke

Re: randconfig build error with next-20131104, in security/integrity

2013-11-05 Thread Tetsuo Handa
Mimi Zohar wrote: > @@ -132,24 +133,22 @@ static inline int integrity_digsig_verify(const > unsigned int id, > return -EOPNOTSUPP; > } > > +static int integrity_init_keyring(const unsigned int id) Please add inline keyword, or compiler makes noisy warning. > +{ > + return 0; > +} >

Re: randconfig build error with next-20131104, in security/integrity

2013-11-04 Thread Mimi Zohar
On Mon, 2013-11-04 at 11:29 -0700, Jim Davis wrote: > Building with the attached random configuration file, > > security/integrity/digsig.c:70:5: error: redefinition of > ‘integrity_init_keyring > ’ > int integrity_init_keyring(const unsigned int id) > ^ > In file included from security/int