Hi Gargi,

[auto build test ERROR on v4.12]
[also build test ERROR on next-20170714]
[cannot apply to linus/master linux/master]
[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/Gargi-Sharma/PID-allocation-IDR-implementation/20170714-222423
config: i386-randconfig-x012-201728 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

Note: the 
linux-review/Gargi-Sharma/PID-allocation-IDR-implementation/20170714-222423 
HEAD db80192d82a732efb1f5ea0b2c923a94cf31c64e builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   kernel/pid_namespace.c: In function 'destroy_pid_namespace':
>> kernel/pid_namespace.c:169:16: error: 'struct pid_namespace' has no member 
>> named 'idr'
     idr_destroy(ns->idr);
                   ^~

vim +169 kernel/pid_namespace.c

   164  
   165  static void destroy_pid_namespace(struct pid_namespace *ns)
   166  {
   167          ns_free_inum(&ns->ns);
   168  
 > 169          idr_destroy(ns->idr);
   170          call_rcu(&ns->rcu, delayed_free_pidns);
   171  }
   172  

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

Attachment: .config.gz
Description: application/gzip

Reply via email to