linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [integrity:next-log-iversion 9/11] include/linux/ima.h:70:20: warning: 'ima_sb_post_new_mount' used but never defined
@ 2017-08-16 17:58 kbuild test robot
  2017-08-16 18:38 ` Mimi Zohar
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2017-08-16 17:58 UTC (permalink / raw)
  To: linux-security-module

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git next-log-iversion
head:   5873cd8f629e0306acdc40d3a9142eb50ae70c2d
commit: 58015ce0b48226300bb6805a75c99cf538a524c6 [9/11] ima: define new ima_sb_post_new_mount hook
config: x86_64-randconfig-x007-201733 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        git checkout 58015ce0b48226300bb6805a75c99cf538a524c6
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All warnings (new ones prefixed by >>):

   In file included from security/security.c:22:0:
   include/linux/ima.h:72:1: error: expected identifier or '(' before '{' token
    { }
    ^
   In file included from security/security.c:22:0:
>> include/linux/ima.h:70:20: warning: 'ima_sb_post_new_mount' used but never defined
    static inline void ima_sb_post_new_mount(const struct vfsmount *newmnt,
                       ^~~~~~~~~~~~~~~~~~~~~

vim +/ima_sb_post_new_mount +70 include/linux/ima.h

    69	
  > 70	static inline void ima_sb_post_new_mount(const struct vfsmount *newmnt,
    71						 const struct path *path);
  > 72	{ }
    73	#endif /* CONFIG_IMA */
    74	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [integrity:next-log-iversion 9/11] include/linux/ima.h:70:20: warning: 'ima_sb_post_new_mount' used but never defined
  2017-08-16 17:58 [integrity:next-log-iversion 9/11] include/linux/ima.h:70:20: warning: 'ima_sb_post_new_mount' used but never defined kbuild test robot
@ 2017-08-16 18:38 ` Mimi Zohar
  0 siblings, 0 replies; 2+ messages in thread
From: Mimi Zohar @ 2017-08-16 18:38 UTC (permalink / raw)
  To: linux-security-module

On Thu, 2017-08-17 at 01:58 +0800, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git next-log-iversion
> head:   5873cd8f629e0306acdc40d3a9142eb50ae70c2d
> commit: 58015ce0b48226300bb6805a75c99cf538a524c6 [9/11] ima: define new ima_sb_post_new_mount hook
> config: x86_64-randconfig-x007-201733 (attached as .config)
> compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
> reproduce:
>         git checkout 58015ce0b48226300bb6805a75c99cf538a524c6
>         # save the attached .config to linux build tree
>         make ARCH=x86_64 
> 
> All warnings (new ones prefixed by >>):
> 
>    In file included from security/security.c:22:0:
>    include/linux/ima.h:72:1: error: expected identifier or '(' before '{' token
>     { }
>     ^
>    In file included from security/security.c:22:0:
> >> include/linux/ima.h:70:20: warning: 'ima_sb_post_new_mount' used but never defined
>     static inline void ima_sb_post_new_mount(const struct vfsmount *newmnt,
>                        ^~~~~~~~~~~~~~~~~~~~~
> 
> vim +/ima_sb_post_new_mount +70 include/linux/ima.h
> 
>     69	
>   > 70	static inline void ima_sb_post_new_mount(const struct vfsmount *newmnt,
>     71						 const struct path *path);

It looks like the mistaken trailing semicolon cause this and the rest
of the errors.

Mimi

>   > 72	{ }
>     73	#endif /* CONFIG_IMA */
>     74	
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-16 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-16 17:58 [integrity:next-log-iversion 9/11] include/linux/ima.h:70:20: warning: 'ima_sb_post_new_mount' used but never defined kbuild test robot
2017-08-16 18:38 ` Mimi Zohar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).