[cgroup:review-zombies 36/37] kernel/fork.c:254:2: error: implicit declaration of function 'cgroup_free'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-zombies
head:   95955da59fd73a7bc80c2697687a78a90de9c187
commit: f23649422529d448ce149aa9ee90f78ab5bcf208 [36/37] cgroup: keep zombies associated with their original cgroups
config: i386-alldefconfig (attached as .config)
reproduce:
        git checkout f23649422529d448ce149aa9ee90f78ab5bcf208
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   kernel/fork.c: In function '__put_task_struct':
>> kernel/fork.c:254:2: error: implicit declaration of function 'cgroup_free' [-Werror=implicit-function-declaration]
     cgroup_free(tsk);
     ^
   cc1: some warnings being treated as errors

vim +/cgroup_free +254 kernel/fork.c

   248	void __put_task_struct(struct task_struct *tsk)
   249	{
   250		WARN_ON(!tsk->exit_state);
   251		WARN_ON(atomic_read(&tsk->usage));
   252		WARN_ON(tsk == current);
   253	
 > 254		cgroup_free(tsk);
   255		task_numa_free(tsk);
   256		security_task_free(tsk);
   257		exit_creds(tsk);

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

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]     [Monitors]

  Powered by Linux