lkml.org 
[lkml]   [2016]   [Jul]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/5] namespaces: move user_ns into ns_common
Hi,

[auto build test ERROR on net/master]
[also build test ERROR on v4.7-rc7]
[cannot apply to next-20160722]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url: https://github.com/0day-ci/linux/commits/Andrey-Vagin/namespaces-move-user_ns-into-ns_common/20160716-093057
config: x86_64-randconfig-s0-07240634 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64

All errors (new ones prefixed by >>):

>> kernel/user.c:53: error: unknown field 'ns' specified in initializer
kernel/user.c:53: warning: missing braces around initializer
kernel/user.c:53: warning: (near initialization for 'init_user_ns.<anonymous>')
>> kernel/user.c:53: error: incompatible types when initializing type 'struct user_namespace *' using type 'enum <anonymous>'
kernel/user.c:55: error: unknown field 'ns' specified in initializer
kernel/user.c:55: warning: initialization makes integer from pointer without a cast

vim +53 kernel/user.c

f76d207a Eric W. Biederman 2012-08-30 47 .count = 4294967295U,
f76d207a Eric W. Biederman 2012-08-30 48 },
f76d207a Eric W. Biederman 2012-08-30 49 },
c61a2810 Eric W. Biederman 2012-12-28 50 .count = ATOMIC_INIT(3),
783291e6 Eric W. Biederman 2011-11-17 51 .owner = GLOBAL_ROOT_UID,
783291e6 Eric W. Biederman 2011-11-17 52 .group = GLOBAL_ROOT_GID,
435d5f4b Al Viro 2014-10-31 @53 .ns.inum = PROC_USER_INIT_INO,
33c42940 Al Viro 2014-11-01 54 #ifdef CONFIG_USER_NS
33c42940 Al Viro 2014-11-01 55 .ns.ops = &userns_operations,
33c42940 Al Viro 2014-11-01 56 #endif

:::::: The code at line 53 was first introduced by commit
:::::: 435d5f4bb2ccba3b791d9ef61d2590e30b8e806e common object embedded into various struct ....ns

:::::: TO: Al Viro <viro@zeniv.linux.org.uk>
:::::: CC: Al Viro <viro@zeniv.linux.org.uk>

---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2016-07-24 01:41    [W:0.139 / U:2.560 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site